Skip to content

Releases: coder/coder

v2.11.0

07 May 17:52
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.

Features

Bug fixes

Documentation

Code refactoring

Tests

Continuous integration

Chores

Read more

v2.10.2

22 Apr 20:40
Compare
Choose a tag to compare

Stable (since May 07, 2024)

Changelog

Chores

  • Add support for additional Azure Instance Identity RSA Certificates (#13028) (@kylecarbs)

Compare: v2.10.1...v2.10.2

Container image

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

Install/upgrade

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

v2.9.4

22 Apr 20:23
Compare
Choose a tag to compare

Changelog

Chores

  • Add support for additional Azure Instance Identity RSA Certificates (#13028) (@kylecarbs)

Compare: v2.9.3...v2.9.4

Container image

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

Install/upgrade

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

v2.10.1

17 Apr 22:47
Compare
Choose a tag to compare

Changelog

Features

  • Added src_id and dst_id indexes to tailnet_tunnels to mitigate the risk of DB overloading (#12911)

Bug fixes

  • Fixed an issue where multiple unhealthy PGCoordinators would cause outages (#12925)
  • Fixed the terminal in ssh command on Windows, allowing keyboard navigation (#12990)
  • Fixed an issue where code-server would not connect, responding with 502 (#12875)

Compare: v2.10.0...v2.10.1

Container image

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

Install/upgrade

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

v2.9.3

17 Apr 22:34
Compare
Choose a tag to compare

Changelog

Bug fixes

Compare: v2.9.2...v2.9.3

Container image

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

Install/upgrade

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

v2.9.2

05 Apr 18:53
Compare
Choose a tag to compare

Changelog

Bug fixes

  • Fix issue causing Coder's external auth to open duplicate windows (#12729) (@aslilac)

  • Fix: remove unnecessary href from external auth flow (#12586) (@emryk)

Compare: v2.9.1...v2.9.2

Container image

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

Install/upgrade

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

v2.10.0

03 Apr 22:03
a7234f6
Compare
Choose a tag to compare

Changelog

BREAKING CHANGES

  • Removed max_ttl from templates (#12644) (@Emyrk)

    Maximum Workspace Lifetime, or MAX_TTL, has been removed from the product in favor of Autostop Requirement. Max Lifetime was designed to automate workspace shutdowns to enable security policy enforcement, enforce routine updates, and reduce idle resource costs.

    If you use Maximum Lifetime in your templates, workspaces will no longer stop at the end of this timer. Instead, we advise migrating to Autostop Requirement.

    Autostop Requirement shares the benefits of MAX_TTL, but also respects user-configured quiet hours to avoid forcing shutdowns while developers are connected.

    We only completely deprecate features after a 2-month heads up in the UI.

Features

Bug fixes

Documentation

Performance improvements

  • Optimize GetWorkspaceAgentAndLatestBuildByAuthToken query (#12809) (@mafredri)

Tests

Compare: v2.9.0...v2.10.0

Container image

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

Install/upgrade

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

v2.9.1

19 Mar 12:51
Compare
Choose a tag to compare

Changelog

Features

  • Add separate signals for shutdown handling on Coder server and provisionerd.
    (#12358) (@kylecarbs)

    SIGTERM will stop accepting new provisioner jobs and wait running jobs to
    finish before shutting down.

    SIGINT (existing behavior) will cancel in-flight jobs then shut down.

Bug fixes

  • Fixed an issue where single-replica workspace proxy deployments may enter an
    unhealthy state due to replica management errors. (#12641) (@deansheather)

  • Fixed an issue preventing upgrade to v2.9.0 due to a migration that hard a
    hardcoded schema name. (#12620) (@95gabor)

Compare: v2.9.0...v2.9.1

Container image

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

Install/upgrade

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

v2.9.0

12 Mar 17:25
3215464
Compare
Choose a tag to compare

Changelog

BREAKING CHANGES

  • Remove prometheus-http port declaration from coderd service spec (#12214) (@johnstcn)
  • Provisioners: only allow untagged provisioners to pick up untagged jobs (#12269) (@johnstcn)

Features

Templates

CLI

Dashboard

Backend

Experimental features

The following features are hidden or disabled by default as we don't guarantee stability. Learn more about experiments in our documentation.

  • The coder support command generates a ZIP with deployment information, agent logs, and server config values for troubleshooting purposes. We will publish documentation on how it works (and un-hide the feature) in a future release (#12328) (@johnstcn)
  • Port sharing: Allow users to share ports running in their workspace with other Coder users (#11939) (#12119) (#12383) (@deansheather) (@f0ssel)
    Port Sharing

Bug fixes

Documentation

Compare: v2.8.5...v2.9.0

Container image

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

Install/upgrade

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

v2.8.5

09 Mar 01:18
Compare
Choose a tag to compare

Changelog

  • Fixed an issue where some template updates caused workspaces to stop after 2 hours, even while in use (#12446)
  • Add DERP mesh health checking to workspace proxies (#12220) (#12222)
  • Improve clipboard support on HTTP connections and older browsers (#12178)

Compare: v2.8.4...v2.8.5

Container image

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

Install/upgrade

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