Skip to content

Releases: coder/coder

v2.25.2

04 Sep 04:26
f51e22d
Compare
Choose a tag to compare

Stable (since September 04, 2025)

Changelog

Security Fixes

Bug Fixes

Compare: v2.25.1...v2.25.2

Container image

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

Install/upgrade

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

v2.24.4

04 Sep 04:29
ecc6d53
Compare
Choose a tag to compare

Stable (since September 04, 2025)

Changelog

Security Fixes

Compare: v2.24.3...v2.24.4

Container image

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

Install/upgrade

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

v2.26.0

03 Sep 00:35
a056cb6
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.

KNOWN ISSUES

  • You may see higher numbers of "API Key Created" entries in the audit logs. This is expected due to fixing an audit logging omission (#19672).
  • Jetbrains users may experience inflated API key creation. This will be fixed in a future patch to the Jetbrains plugin version.

BREAKING CHANGES

  • Support empty or default fields when updating templates (#19256, aab2ccd) (@rafrdz)

    Breaking change to the Coder Go SDK. Field types in codersdk.UpdateTemplateMeta for Icon, Description, and DisplayName changed from string to *string. Consumers must pass pointers and handle nil checks. Code that assigns/reads plain strings will no longer compile without updates.

  • fix(coderd/prometheusmetrics)!: filter deleted wsbuilds to reduce db load (#19197, 1b66495) (@mafredri)

    Breaking change to coderd_api_workspace_latest_build Prometheus metric. The coderd_api_workspace_latest_build Prometheus metric no longer includes builds belonging to deleted workspaces, as such, this metric will show fewer statuses.

Security Fixes

Features

Bug fixes

Documentation

Performance improvements

Chores

Compare: v2.25.1...v2.26.0

Container image...

Read more

v2.25.1

07 Aug 18:19
3bf6a00
Compare
Choose a tag to compare

Stable (since September 02, 2025)

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.