Skip to content

chore(deps): bump github.com/coder/coder/v2 from 2.23.1 to 2.24.1 #236

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 7, 2025

Bumps github.com/coder/coder/v2 from 2.23.1 to 2.24.1.

Release notes

Sourced from github.com/coder/coder/v2's releases.

v2.24.1

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

  • Fix tasks becoming unusable when no workspace preset is defined in corresponding template (#18723, 5059c23b4) (@​hugodutka)
  • Fix task sidebar not displaying apps without health check (#18687, f97bd76bb) (@​hugodutka)

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

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, 49fcffc26) (@​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, bacdc2888) (@​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

... (truncated)

Commits
  • f97bd76 fix: handle task sidebar app health check disabled correctly (cherry-pick #18...
  • 5059c23 fix: handle null response from the template presets endpoint (cherry-pick #18...
  • e5a74a7 chore: pull in cherry picks for v2.24 (#18674)
  • de494d0 feat: add Coder registry links to template creation and editing (cherry-pick ...
  • 7747924 fix: stop tearing down non-TTY processes on SSH session end (cherry-pick #186...
  • 4a61bbe chore: bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 (cherry-p...
  • 79c666b fix(vpn): avoid setting session token header twice (#18524)
  • 288ec77 feat: add workspace build status to task page (#18520)
  • a8e2c75 chore: update Coder icons to reflect new branding (#18517)
  • fe22b2c chore: update coder/preview dependency to v1.0.1 (#18550)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
github.com/coder/coder/v2 [>= 2.15.0.a, < 2.15.1]
github.com/coder/coder/v2 [>= 2.18.0.a, < 2.18.1]

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/coder/coder/v2](https://github.com/coder/coder) from 2.23.1 to 2.24.1.
- [Release notes](https://github.com/coder/coder/releases)
- [Changelog](https://github.com/coder/coder/blob/main/release.key)
- [Commits](coder/coder@v2.23.1...v2.24.1)

---
updated-dependencies:
- dependency-name: github.com/coder/coder/v2
  dependency-version: 2.24.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 7, 2025
@ethanndickson ethanndickson merged commit 6243aac into main Jul 8, 2025
13 checks passed
@ethanndickson ethanndickson deleted the dependabot/go_modules/github.com/coder/coder/v2-2.24.1 branch July 8, 2025 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant