Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps the coder-image group with 1 update in the /heroku directory: coder/coder.
Bumps the coder-image group with 1 update in the /render directory: coder/coder.

Updates coder/coder from v2.26.1 to v2.27.0

Release notes

Sourced from coder/coder's releases.

v2.27.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

  • Use client IP when creating connection logs for workspace proxied app accesses (#19788, 6a9b896f5) (@​ethanndickson)

    The presence of the ip field on codersdk.ConnectionLog cannot be guaranteed, and so the field has been made optional. It may be omitted on API responses.

  • Server: Only show task status for current build (#19966, eb55f0ab1) (@​johnstcn)

    Renames the TaskStateCompleted constant to TaskStateComplete to align with the tense used in WorkspaceAppStatusStateComplete, requiring any code referencing the constant to be updated.

  • Rename prompt field to input for task creation (#19982, eb7473283) (@​DanielleMaywood)

    Renames the CreateTaskRequest.Prompt to CreateTaskRequest.Input to align with language used in our CLI and elsewhere in the codebase.

Features

AI Bridge

AI Bridge, the self-hosted LLM proxy for auditing LLM tools and adoption is now in Early access, get started with our setup guide.

MCP Server

New tools added to the Coder MCP Server in Beta.

Tasks

v2.27.0 introduces the Tasks API (in beta) for integrating background agents into your ecosystem. Read more in our documentation and blog posts.

... (truncated)

Commits
  • c0cd32c chore: fix missing variable in deploy workflow (#20135)
  • c2414d5 chore: backport release freeze workflow to 2.27 (#20132)
  • ff69ed6 chore: backport various downgrades from main (#20133)
  • f4a6894 chore: bump @​radix-ui/react-dialog from 1.1.4 to 1.1.15 in /site (#20068)
  • 77b9598 chore: bump @​radix-ui/react-select from 2.1.4 to 2.2.6 in /site (#20079)
  • fc6c5a4 chore: bump msw from 2.4.8 to 2.11.3 in /site (#20074)
  • 7c4c4ab chore: bump the vite group across 1 directory with 3 updates (#20057)
  • cdd9ddd chore: bump ssh2 and @​types/ssh2 in /site (#20077)
  • 516af76 chore(dogfood): update claude_system_prompt to not report system prompt statu...
  • 36279ee chore: bump the emotion group across 2 directories with 1 update (#20056)
  • Additional commits viewable in compare view

Updates coder/coder from v2.26.1 to v2.27.0

Release notes

Sourced from coder/coder's releases.

v2.27.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

  • Use client IP when creating connection logs for workspace proxied app accesses (#19788, 6a9b896f5) (@​ethanndickson)

    The presence of the ip field on codersdk.ConnectionLog cannot be guaranteed, and so the field has been made optional. It may be omitted on API responses.

  • Server: Only show task status for current build (#19966, eb55f0ab1) (@​johnstcn)

    Renames the TaskStateCompleted constant to TaskStateComplete to align with the tense used in WorkspaceAppStatusStateComplete, requiring any code referencing the constant to be updated.

  • Rename prompt field to input for task creation (#19982, eb7473283) (@​DanielleMaywood)

    Renames the CreateTaskRequest.Prompt to CreateTaskRequest.Input to align with language used in our CLI and elsewhere in the codebase.

Features

AI Bridge

AI Bridge, the self-hosted LLM proxy for auditing LLM tools and adoption is now in Early access, get started with our setup guide.

MCP Server

New tools added to the Coder MCP Server in Beta.

Tasks

v2.27.0 introduces the Tasks API (in beta) for integrating background agents into your ecosystem. Read more in our documentation and blog posts.

... (truncated)

Commits
  • c0cd32c chore: fix missing variable in deploy workflow (#20135)
  • c2414d5 chore: backport release freeze workflow to 2.27 (#20132)
  • ff69ed6 chore: backport various downgrades from main (#20133)
  • f4a6894 chore: bump @​radix-ui/react-dialog from 1.1.4 to 1.1.15 in /site (#20068)
  • 77b9598 chore: bump @​radix-ui/react-select from 2.1.4 to 2.2.6 in /site (#20079)
  • fc6c5a4 chore: bump msw from 2.4.8 to 2.11.3 in /site (#20074)
  • 7c4c4ab chore: bump the vite group across 1 directory with 3 updates (#20057)
  • cdd9ddd chore: bump ssh2 and @​types/ssh2 in /site (#20077)
  • 516af76 chore(dogfood): update claude_system_prompt to not report system prompt statu...
  • 36279ee chore: bump the emotion group across 2 directories with 1 update (#20056)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…pdate

Bumps the coder-image group with 1 update in the /heroku directory: [coder/coder](https://github.com/coder/coder).
Bumps the coder-image group with 1 update in the /render directory: [coder/coder](https://github.com/coder/coder).


Updates `coder/coder` from v2.26.1 to v2.27.0
- [Release notes](https://github.com/coder/coder/releases)
- [Changelog](https://github.com/coder/coder/blob/main/release.key)
- [Commits](coder/coder@v2.26.1...v2.27.0)

Updates `coder/coder` from v2.26.1 to v2.27.0
- [Release notes](https://github.com/coder/coder/releases)
- [Changelog](https://github.com/coder/coder/blob/main/release.key)
- [Commits](coder/coder@v2.26.1...v2.27.0)

---
updated-dependencies:
- dependency-name: coder/coder
  dependency-version: v2.27.0
  dependency-type: direct:production
  dependency-group: coder-image
- dependency-name: coder/coder
  dependency-version: v2.27.0
  dependency-type: direct:production
  dependency-group: coder-image
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file docker Pull requests that update docker code labels Oct 13, 2025
@matifali matifali merged commit 87698cb into main Oct 13, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/docker/heroku/coder-image-458c88aa5a branch October 13, 2025 14:07
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 docker Pull requests that update docker code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant