Skip to content

chore(deps): update helm release coder to v2.30.1#1630

Open
east-hastings wants to merge 1 commit intomainfrom
renovate/coder-2.x
Open

chore(deps): update helm release coder to v2.30.1#1630
east-hastings wants to merge 1 commit intomainfrom
renovate/coder-2.x

Conversation

@east-hastings
Copy link
Collaborator

@east-hastings east-hastings commented Jan 21, 2026

This PR contains the following updates:

Package Update Change
coder (source) minor 2.29.1 -> 2.30.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

coder/coder (coder)

v2.30.1

Compare Source

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
  • Update AI Bridge to preserve stream property in 'chat/completions' calls (#​21953, ef29702)

    This fix bumps the coder/aibridge dependency from v1.0.1 to v1.0.3 (along with a forked openai-go update) to fix a bug where the stream property was not being preserved in chat/completions calls through AI Bridge. This is important because without it, streaming responses from LLM providers could break or behave unexpectedly for users relying on AI Bridge as their proxy layer. It targets the release/2.30 branch, so it's a targeted fix for the upcoming stable release.

  • CLI: Revert #​21583 (#​22000) (#​22002, 16408b1)

    This commit reverts a change which added a background goroutine to coder ssh --stdio to monitor the parent PID and exit when it died. While we believe the fix addressed orphaned SSH processes, it was found to break SSH ControlMaster (connection multiplexing), so the change was pulled back. An alternative fix is being investigated, and this revert ensures ControlMaster users on the 2.30 release aren't impacted.

Compare: v2.30.0...v2.30.1

Container image

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

Install/upgrade

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

v2.30.0

Compare Source

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!: Cached Terraform Modules speed up workspace startup (#​21398, 60b3fd0) (@​Emyrk)

    Terraform modules are now downloaded once per template version and reused on every workspace start. Modules are fetched and pinned when the template version is created, then cached and reused across all workspace starts. This prevents upstream module changes from breaking workspace restarts and reduces repeated downloads and startup time.

  • feat!: implement AI Bridge heading to /deployment/observability (#​20791, ab4366f) (@​jakehwll)

    The experimental AI Bridge API endpoints /api/experimental/aibridge/* have been removed. AI Bridge API was promoted to stable in v2.29.0, and all clients, scripts, or integrations must now use the stable /api/v2/aibridge/* routes instead. This follows standard deprecation practice—experimental endpoints are removed once the feature reaches general availability.

  • feat!: support PKCE in the oauth2 client's auth/exchange flow (#​21215, 8fefd91) (@​Emyrk)

    This PR adds PKCE (Proof Key for Code Exchange) support to Coder's OAuth2 client flow when authenticating with external identity providers. Unknown external OAuth providers now default to using PKCE, which will cause authentication failures if the provider doesn't actually support it. To resolve this, set CODER_EXTERNAL_AUTH__PKCE_METHODS=none in your environment configuration to disable PKCE for incompatible providers.

  • fix(agent/agentssh)!: use configured directory for SFTP connections (#​21194, 6bea82b) (@​mafredri)

    If your workspace agent has a custom dir configured in Terraform, SFTP and SCP connections will now land there instead of $HOME. Previously, only SSH and rsync respected this setting, which caused confusing behavior where scp file.txt coder:. and rsync file.txt coder:. would put files in different places. If you have scripts that relied on SFTP/SCP always using $HOME regardless of agent configuration, you may need to use explicit paths instead.

Other Major Callouts

This release includes the GA of Coder AI Bridge and Agent Boundaries through Coder's AI Governance Add-On. A future release of Coder will require the add-on license in order to continue using these features.

  • Agent Boundaries goes GA:

    • Observability and monitoring — You can now analyze AI agent HTTP requests with centralized machine-parsable logs
    • New mode (landjail) - This form of Agent Boundaries requires no changes to permissions to be granted in order to use and supports a wider range of environments
    • Rules engine documentation — Admins can self-serve on writing granular network policies without guesswork
  • AI Bridge goes GA:

    • Responses API: AI Bridge can now intercept requests to OpenAI's Responses API, supported by most popular tools
    • Proxy Mode: For tools which don't support Base URL overrides, we have now introduced a new AI Bridge Proxy which can intercept HTTP traffic and pass it through to AI Bridge transparently
    • Expanded client support: With the introduction of Proxy Mode, AI Bridge can now intercept GitHub Copilot requests from both the CLI and VS Code / JetBrains plugins
    • Structured Logging: AI Bridge's observability data can now be logged & exported to external SIEM services
    • Detailed Client Config Docs: We now publish detailed client config docs for AI Bridge
  • Shared Workspaces is Early Access:

    • You can now allow a workspace owner to securely share access to an existing Coder workspace with another trusted user or group
    • Shared users authenticate with their existing Coder account
    • Access is role-based and auditable; ownership does not transfer
    • Shared workspaces with Coder Tasks is still being developed. Stay tuned for more updates
  • Starting in v2.30, the PostgreSQL connection pool is now configurable; see the Connection pool tuning docs for additional guidance

Features
AI Bridge
Boundary
CLI
Dashboard
Database
Enterprise
Server
Tasks
Bug fixes
Documentation
Performance improvements
Chores

Compare: v2.29.4...v2.30.0

Container image

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

Install/upgrade

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

v2.29.6

Compare Source

Stable (since February 05, 2026)

Changelog

Chores
  • Backport fixes (#​21957, b275be2)

    This change propagates the correct exit code on agent shutdown, improves logging, fixes an issue where prebuild claims were not included in the in-flight transaction, and resolves an errant nil panic in the agentsocket client.

Compare: v2.29.5...v2.29.6

Container image

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

Install/upgrade

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

v2.29.5

Compare Source

Changelog

Security Patch
  • Bump alpine to 3.23.3 in release/2.29 (#​21879, 72afd36)

    Updated the base image and dependencies to include patched version of OpenSSL. This addresses a critical stack-based buffer overflow in CMS message parsing that could lead to remote code execution or denial of service (CVE-2025-15467). There's no indication that this issue was exploitable in default Coder installations.

Compare: v2.29.4...v2.29.5

Container image

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

Install/upgrade

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

v2.29.4

Compare Source

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

Compare: v2.29.3...v2.29.4

Container image

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

Install/upgrade

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

v2.29.3

Compare Source

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

Compare: v2.29.2...v2.29.3

Container image

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

Install/upgrade

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

v2.29.2

Compare Source

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
Chores

Compare: v2.29.1...v2.29.2

Container image

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

Install/upgrade

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@east-hastings east-hastings changed the title chore(deps): update helm release coder to v2.29.2 chore(deps): update helm release coder to v2.29.3 Jan 26, 2026
@east-hastings east-hastings changed the title chore(deps): update helm release coder to v2.29.3 chore(deps): update helm release coder to v2.29.4 Jan 29, 2026
@east-hastings east-hastings changed the title chore(deps): update helm release coder to v2.29.4 chore(deps): update helm release coder to v2.30.0 Feb 3, 2026
@east-hastings east-hastings changed the title chore(deps): update helm release coder to v2.30.0 chore(deps): update helm release coder to v2.30.1 Feb 10, 2026
@fr3fou fr3fou force-pushed the main branch 2 times, most recently from 75f9bc2 to a4087b7 Compare February 28, 2026 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant