Skip to content

Releases: coder/coder

v2.25.1

07 Aug 18:19
3bf6a00
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.25.0...v2.25.1

Container image

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

Install/upgrade

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

v2.24.3

07 Aug 16:42
1be409c
Compare
Choose a tag to compare

Stable (since August 07, 2025)

Changelog

Bug fixes

Chores

Compare: v2.24.2...v2.24.3

Container image

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

Install/upgrade

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

v2.23.5

07 Aug 18:34
de62750
Compare
Choose a tag to compare

Stable (since August 07, 2025)

Changelog

Compare: v2.23.4...v2.23.5

Container image

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

Install/upgrade

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

v2.25.0

05 Aug 17:11
e6ec957
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

  • Route connection logs to Connection log instead of Audit log (#18340, 08e17a0) (@ethanndickson)

    Connections to workspaces (via SSH, workspace apps, or browser port-forwarding) will no longer create entries in the audit log. Those events will now be included in the 'Connection Log'.
    Please see the 'Connection Log' page in the dashboard, and the Connection Log documentation for details. Those with permission to view the Audit Log will also be able to view the Connection Log. The new Connection Log has the same licensing restrictions as the Audit Log, and requires a Premium Coder deployment.

  • Delete old connection events from audit log (#18735, f42de9f) (@ethanndickson)

    With new connection events appearing in the Connection Log, connection events older than 90 days will now be deleted from the Audit Log. If you require this legacy data, we recommend querying it from the REST API or making a backup of the database/these events before upgrading your Coder deployment. Please see the PR for details on what exactly will be deleted.
    Note: There are currently no plans to delete connection events from the Connection Log.

  • Add ability to cancel pending workspace build (#18713, 8202514) (@kacpersaw)

    CancelWorkspaceBuild method in codersdk now accepts an optional request parameter.

  • Use devcontainer ID when rebuilding a devcontainer (#18604, f2d229e) (@DanielleMaywood)

    Minor breaking change for workspaces enabled by our devcontainer integration.
    Allows rebuilding a devcontainer without a valid devcontainer ID.

  • CLI: Add CLI support for creating workspace with presets (#18912, b975d6d) (@ssncferreira)

    This breaking change impacts the coder create CLI command only for templates which contain presets.

    It introduces a --preset flag to the create command, which modifies the behavior when no preset is explicitly provided:

    • If the template includes presets and a default preset, the default will be automatically applied. The user will be notified, but not prompted.
    • If the template includes presets without a default, the user will be prompted to choose a preset.

    This breaks existing workflows for templates with presets that:

    • Expect the create command to proceed without applying a preset
    • Rely on non-interactive scripts or automated workflows, which will now fail or hang due to unexpected prompts

Features

Bug fixes

Read more

v2.24.2

15 Jul 20:48
0ead64f
Compare
Choose a tag to compare

Stable (since August 05, 2025)

Changelog

Bug fixes

Compare: v2.24.1...v2.24.2

Container image

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

Install/upgrade

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

v2.23.4

15 Jul 17:29
1c8ba51
Compare
Choose a tag to compare

Stable (since July 15, 2025)

Changelog

Bug fixes

Compare: v2.23.3...v2.23.4

Container image

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

Install/upgrade

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

v2.23.3

09 Jul 20:37
049feec
Compare
Choose a tag to compare

Stable (since July 09, 2025)

Changelog

Bug fixes

Compare: v2.23.2...v2.23.3

Container image

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

Install/upgrade

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

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.

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy