Skip to content

v2.24.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jul 21:29
e5a74a7

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.

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

Chores

Compare: v2.23.2...v2.24.0

Container image

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

Install/upgrade

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