Skip to content

chore(deps): bump github.com/coder/coder/v2 from 2.33.6 to 2.34.0#359

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/coder/coder/v2-2.34.0
Open

chore(deps): bump github.com/coder/coder/v2 from 2.33.6 to 2.34.0#359
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/coder/coder/v2-2.34.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Bumps github.com/coder/coder/v2 from 2.33.6 to 2.34.0.

Release notes

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

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

  • Default CODER_AI_GATEWAY_ENABLED to true (#25575)

    The AI Gateway is now enabled by default on all deployments. Set CODER_AI_GATEWAY_ENABLED=false to restore the old behavior.

  • Seed AI providers from env on server startup (#24895)

    AI provider configuration from environment variables is now automatically seeded into the database on startup, replacing runtime-only provider setup. Existing database-configured providers take precedence. See AI Gateway: provider configuration moved to the database below for migration details.

  • patchTemplateMeta uses optional fields (#24984)

    The UpdateTemplateMeta request now uses pointer fields so that unset fields are left unchanged. Clients sending zero values will no longer accidentally clear template metadata.

  • Persist structured chat errors (#24919)

    Chat error messages are now persisted as structured ChatMessagePart entries instead of plain text. Existing clients that parse error messages as strings may need to handle the new structured format.

DEPRECATIONS

AI Gateway: provider configuration moved to the database

AI Gateway providers are now managed in the database via the dashboard (/ai/settings) or the AI Providers API.

The environment variables and flags below are deprecated: on the first startup after upgrading they seed the database once, then have no further effect. Once this one-off seeding process completes, the database is the authoritative source for AI Provider configurations.

Deprecated configuration

Indexed multi-provider config (env-only; the two prefixes are mutually exclusive):

Variable Alias
CODER_AI_GATEWAY_PROVIDER_<N>_* CODER_AIBRIDGE_PROVIDER_<N>_*

Single-provider convenience options:

Environment variable Flag Alias (env / flag)

... (truncated)

Commits

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 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.33.6 to 2.34.0.
- [Release notes](https://github.com/coder/coder/releases)
- [Changelog](https://github.com/coder/coder/blob/main/release.key)
- [Commits](coder/coder@v2.33.6...v2.34.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 8, 2026
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.

0 participants