Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: coder/coder

v2.29.1

09 Dec 15:59
59cdd7e
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Changelog

Note

This is a mainline Coder release. We advise enterprise customers without a staging environment to install ourlatest stable release while we refine this version. Learn more about ourRelease Schedule.

Security Update

  • Update react to apply patch forCVE-2025-55182 (#21084) (#21168,59cdd7e)

    Coder isnot affected. This vulnerability specifically targets implementations usingReact Server Components. As Coder does not utilize Server Components, there is no exploitable attack surface. We are applying this patch proactively to limit security tooling noise and avoid unnecessary concerns.

Compare:v2.29.0...v2.29.1

Container image

  • docker pull ghcr.io/coder/coder:v2.29.1

Install/upgrade

Refer to our docs toinstall orupgrade Coder, or use a release asset below.

Loading

v2.28.6

09 Dec 15:58
df47153
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Stable (since December 09, 2025)

Changelog

Security Update

  • Update react to apply patch forCVE-2025-55182 (#21084) (#21175,df47153)

    Coder isnot affected. This vulnerability specifically targets implementations usingReact Server Components. As Coder does not utilize Server Components, there is no exploitable attack surface. We are applying this patch proactively to limit security tooling noise and avoid unnecessary concerns.

Compare:v2.28.5...v2.28.6

Container image

  • docker pull ghcr.io/coder/coder:v2.28.6

Install/upgrade

Refer to our docs toinstall orupgrade Coder, or use a release asset below.

Assets25

v2.27.9

09 Dec 16:01
1276135
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Stable (since December 09, 2025)

Changelog

Security Update

  • Update react to apply patch forCVE-2025-55182 (#21084) (#(21176,1276135)

    Coder isnot affected. This vulnerability specifically targets implementations usingReact Server Components. As Coder does not utilize Server Components, there is no exploitable attack surface. We are applying this patch proactively to limit security tooling noise and avoid unnecessary concerns.

Compare:v2.27.8...v2.27.9

Container image

  • docker pull ghcr.io/coder/coder:v2.27.9

Install/upgrade

Refer to our docs toinstall orupgrade Coder, or use a release asset below.

Loading

v2.29.0

02 Dec 20:52
ba71b32
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Changelog

Note

This is a mainline Coder release. We advise enterprise customers without a staging environment to install ourlatest stable release while we refine this version. Learn more about ourRelease Schedule.

Important

This release is also the next Extended Support Release for Coder. For guidance on upgrading from the first ESR,Coder 2.24, see the detailed upgrade noteshere.

BREAKING CHANGES

  • chore!: allow coder MCP tools to not be injected (#20713,04f809f) (@dannykopping)

    Coder MCP tools were previously automatically injected; this will now need to be explicitly enabled withCODER_AIBRIDGE_INJECT_CODER_MCP_TOOLS=true

  • feat(cli)!: enable keyring usage by default (#20851,6238a99) (@zedkipp)

    In order to move away from storing the CLI session token in plain text file, this change begins using the operating system keyring for CLI session token storage by default on Windows and macOS. This will be a breaking change for any users depending on the session token being stored to or read from disk. Users can opt-out and restore file usage via the --use-keyring=false flag.

  • refactor!: remove TaskAppID from codersdk.WorkspaceBuild (#20583,d80b5fc) (@DanielleMaywood)

    The task_app_id field has been removed from the codersdk.WorkspaceBuild struct and API responses. If your code or integrations rely on WorkspaceBuild.task_app_id to identify the task's associated app, you should migrate to using Task.WorkspaceAppID instead (available on the Task object directly). The deprecated ai_task_sidebar_app_id field remains temporarily but also points to the new location.

Features

Bridge

CLI

Dashboard

Experimental Features

MCP Server

Server

Tasks

Bug Fixes

Documentation

Performance improvements

Chores

Compare:v2.28.4...v2.29.0

Container image

  • docker pull ghcr.io/coder/coder:v2.29.0

Install/upgrade

Refer to our docs toinstall orupgrade Coder, or use a release asset below.

Contributors

  • @mafredri
  • @geokat
  • @dannykopping
  • @jaaydenh
  • @AloofBuddha
  • @mykyta-protsenko
  • @cstyan
  • @zedkipp
  • @johnstcn
  • @ssncferreira
  • @spikecurtis
  • @Emyrk
  • @matifali
  • @kacpersaw
  • @mtojek
  • @SasSwart
  • @PhoenixSheppy
  • @rowansmithau
  • @evgeniy-scherbina
  • @ethanndickson
  • @DanielleMaywood
  • @code-asher
  • @jakehwll
  • @phorcys420
  • @pawbana
mafredri, geokat, and 23 other contributors
Loading

v2.28.5

01 Dec 21:58
d81d7ee
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Stable (since Dec 2, 2025)

Changelog

Note

This is a mainline Coder release. We advise enterprise customers without a staging environment to install ourlatest stable release while we refine this version. Learn more about ourRelease Schedule.

Bug fixes

Performance improvements

Compare:v2.28.4...v2.28.5

Container image

  • docker pull ghcr.io/coder/coder:v2.28.5

Install/upgrade

Refer to our docs toinstall orupgrade Coder, or use a release asset below.

Contributors

  • @geokat
geokat
Loading

v2.27.8

01 Dec 21:56
42f06c8
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Stable (since December 01, 2025)

Changelog

Bug fixes

Performance improvements

Compare:v2.27.7...v2.27.8

Container image

  • docker pull ghcr.io/coder/coder:v2.27.8

Install/upgrade

Refer to our docs toinstall orupgrade Coder, or use a release asset below.

Contributors

  • @geokat
geokat
Loading

v2.26.6

01 Dec 22:19
db9274f
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Changelog

Warning

If you plan to upgrade to Coder 2.27 or later, first upgrade to 2.26.6 and remain on this version for several days. This allows a background cleanup process to reduce the risk of extended upgrade times or failures when upgrading to newer versions.

BUG FIXES

Compare:v2.26.5...v2.26.6

Container image

  • docker pull ghcr.io/coder/coder:v2.26.6

Install/upgrade

Refer to our docs toinstall orupgrade Coder, or use a release asset below.

Loading

v2.28.4

27 Nov 17:10
v2.28.4
This tag was signed with the committer’sverified signature.
matifali Atif Ali
SSH Key Fingerprint:t8RoTC/FQ24oiDmx2JqCWvsawez2UdLnKQh0P9FjvXk
Verified
Learn about vigilant mode.
e2a4639
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Changelog

Note

This is a mainline Coder release. We advise enterprise customers without a staging environment to install ourlatest stable release while we refine this version. Learn more about ourRelease Schedule.

SECURITY FIXES

Bug fixes

Compare:v2.28.3...v2.28.4

Container image

  • docker pull ghcr.io/coder/coder:v2.28.4

Install/upgrade

Refer to our docs toinstall orupgrade Coder, or use a release asset below.

Loading

v2.27.7

27 Nov 17:07
v2.27.7
This tag was signed with the committer’sverified signature.
matifali Atif Ali
SSH Key Fingerprint:t8RoTC/FQ24oiDmx2JqCWvsawez2UdLnKQh0P9FjvXk
Verified
Learn about vigilant mode.
06c6abb
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Stable (since November 27, 2025)

Changelog

SECURITY FIXES

Bug fixes

Compare:v2.27.6...v2.27.7

Container image

  • docker pull ghcr.io/coder/coder:v2.27.7

Install/upgrade

Refer to our docs toinstall orupgrade Coder, or use a release asset below.

Loading

v2.26.5

27 Nov 16:38
v2.26.5
This tag was signed with the committer’sverified signature.
matifali Atif Ali
SSH Key Fingerprint:t8RoTC/FQ24oiDmx2JqCWvsawez2UdLnKQh0P9FjvXk
Verified
Learn about vigilant mode.
a75205a
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Changelog

SECURITY FIXES

Compare:v2.26.4...v2.26.5

Container image

  • docker pull ghcr.io/coder/coder:v2.26.5

Install/upgrade

Refer to our docs toinstall orupgrade Coder, or use a release asset below.

Loading
Previous13452627
Previous

[8]ページ先頭

©2009-2025 Movatter.jp