Skip to content

Releases: coder/coder

v2.24.1

02 Jul 20:13
f97bd76
Compare
Choose a tag to compare

Changelog

Note

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

Bug fixes

Compare: v2.24.0...v2.24.1

Container image

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

Install/upgrade

Refer to our docs to install or upgrade Coder, or use a release asset below.

v2.24.0

01 Jul 21:29
e5a74a7
Compare
Choose a tag to compare

Changelog

Note

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

BREAKING CHANGES

  • Change update build to stop workspaces before starting (#18425, 49fcffc) (@johnstcn)

    ⚠ Modifies the behavior when updating a workspace.
    Previously, a workspace update would triggger a start build, re-creating the agent and updating any existing compute resources in-place. This change has workspace updates explicitly trigger a stop build with a subsequent start build. This was implemented to fix pre-builds and improve consistency. Read more here.

    • CLI: Modifies coder update to stop the workspace if already running.
    • Dashboard: Modifies "update" button to always stop the workspace if already running.
  • CLI: enforce selection for multiple agents rather than use randomness (#18427, bacdc28) (@mafredri)

    This only impacts the flow for our new devcontainer integration, and existing users will not see changes to behavior.

SECURITY CHANGES

Features

We'll be exploring the details of major features included in this release in our first product launch event next week. Subscribe using this link to learn more.

Coder tasks allow users to execute long-running jobs using templates in the Coder dashboard. This is often used to manage agentic tasks with tools like Claude Code. See more in our agentic AI documentation.


Tasks page

Dynamic Parameters are now in Beta. Read more on the new capabilities and syntax in our documentation, or try them out in the Playground.


New Workspace Form

Our new Devcontainer integration is now generally available - this allows Coder users to leverage Devcontainers seamlessly inside workspaces with rich UI support. To get started, read our Devcontainers integration documentation.


Devcontainer Integration

Pre-builds has now graduated to general availability for faster workspace startup time. Read the prebuilt workspace documentation to get started with one of our most highly requested features of all time.


Prebuilt Workspaces

Other updates:

Bug fixes

Documentation

Read more

v2.23.2

30 Jun 21:29
75e7a93
Compare
Choose a tag to compare

Stable (since July 1, 2025)

Changelog

Bug fixes

  • Stop tearing down non-TTY processes on SSH session end (#18677, 75e7a93) (@spikecurtis)

    Resolves an issue with SSH connections via VSCode disconnecting after a short period.

  • Dashboard: Remove trailing comment from cursor.svg (#18378, 8e8dd58) (@ethanndickson)

Chores

Compare: v2.23.1...v2.23.2

Container image

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

Install/upgrade

Refer to our docs to install or upgrade Coder, or use a release asset below.

v2.23.1

10 Jun 15:31
b906c16
Compare
Choose a tag to compare

Stable (since July 1, 2025)

Changelog

Chores

  • Revert breaking changes relating to WorkspaceOwnerName (#18304, b906c16)

Compare: v2.23.0...v2.23.1

Container image

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

Install/upgrade

Refer to our docs to install or upgrade Coder, or use a release asset below.

v2.23.0

03 Jun 19:57
3a68676
Compare
Choose a tag to compare

Changelog

Note

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

BREAKING CHANGES

  • Fix workspace apps response (#17700, 9fe5b71) (@BrunoQuaresma)

    Adds omitempty to multiple fields in a codersdk response type. API consumers that expect those fields to be always present may need to be updated.

  • Omit name, avatar_url and last_seen_at from responses when empty (#18005, 94c129c) (@BrunoQuaresma)
  • Update WorkspaceOwnerName to use user.name instead of user.username to reduce UI confusion (#18025, d63417b) (@BrunoQuaresma)

SECURITY CHANGES

Features

Bug fixes

Documentation

Compare: v2.22.1...v2.23.0

Container image

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

Install/upgrade

Refer to our docs to install or upgrade Coder, or use a release asset below.

v2.22.1

20 May 19:55
8708d81
Compare
Choose a tag to compare

Stable (since June 3, 2025)

Changelog

Bug fixes

Compare: v2.22.0...v2.22.1

Container image

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

Install/upgrade

Refer to our docs to install or upgrade Coder, or use a release asset below.

v2.22.0

16 May 00:32
b568aa7
Compare
Choose a tag to compare

Changelog

Note

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

BREAKING CHANGES

  • Remove JFrog integration (#17353, c06ef7c) (@sreya)

    Removes displaying XRay scan results in the dashboard. If this change unexpectedly affects your workflow, please open an issue on GitHub.

  • Use names not IDs for agent SSH key seed (#17258, f6bf6c6) (@spikecurtis)

    Changes the SSH host key seeding to use the owner username, workspace name, and agent name.
    Early access users of Coder Desktop will see their SSH clients complain about host keys changing the first time each workspace is rebuilt with this code.

Features

Bug fixes

Documentation

Read more

v2.21.3

29 Apr 15:15
bd1ef88
Compare
Choose a tag to compare

Stable (since May 6, 2025)

Changelog

Note

The next release (v2.22.0) has been postponed. The next mainline version will be available on May 15.

Bug fixes

Compare: v2.21.0...v2.21.3

Container image

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

Install/upgrade

Refer to our docs to install or upgrade Coder, or use a release asset below.

v2.20.3

29 Apr 15:01
8329bea
Compare
Choose a tag to compare

Stable (since April 29, 2025)

Changelog

Bug fixes

Chores

Compare: v2.20.2...v2.20.3

Container image

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

Install/upgrade

Refer to our docs to install or upgrade Coder, or use a release asset below.

v2.19.3

29 Apr 14:51
e0ebeeb
Compare
Choose a tag to compare

Stable (since April 29, 2025)

Changelog

Compare: v2.19.1...v2.19.3

Container image

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

Install/upgrade

Refer to our docs to install or upgrade Coder, or use a release asset below.