artifacthub helm/coder-v2/coder 2.31.1
v2.31.1

8 hours ago

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

  • feat(cli)!: expire tokens by default (#21783, 4a3304f) (@johnstcn)

    Calling this out as a breaking change in case existing consumers of the CLI depend on being able to see expired tokens OR being able to delete tokens immediately.
    Updates the coder tokens rm command to immediately expire a token by ID, preserving the token record for audit trail purposes. Tokens can still be deleted by passing --delete.

  • feat(site)!: add consent prompt for auto-creation with prefilled parameters (#22011, 60e3ab7) (@kacpersaw)

    Links using mode=auto (e.g., "Open in Coder" buttons) will no longer silently create workspaces. Users will now see a consent dialog and must explicitly confirm before the workspace is provisioned. Any existing integrations or automation relying on mode=auto for seamless workspace creation will now require manual user interaction.

  • fix!: remove deprecated prometheus metrics (#21788, 036ed56) (@mtojek)

    Removes the following deprecated Prometheus metrics:
    - coderd_api_workspace_latest_build_total → use coderd_api_workspace_latest_build instead
    - coderd_oauth2_external_requests_rate_limit_total → use coderd_oauth2_external_requests_rate_limit instead

Features

AI Governance

Tasks

CLI

Devontainers

Dashboard

Shared Workspaces

Misc

Bug fixes

Documentation

Performance improvements

Chores

Compare: v2.30.3...v2.31.1

Container image

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

Install/upgrade

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

Don't miss a new coder release

NewReleases is sending notifications on new releases.