chore(deps): update helm release coder to v2.34.3#44
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
0cf7283 to
1374f58
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.33.8→2.34.3Release Notes
coder/coder (coder)
v2.34.3Compare Source
Changelog
Features
404ecb1)1e4aabb)Bug fixes
33c5b8b)bcb3057)da215b3)81654c6)Documentation
4653f32)Chores
a8ff5b2)Compare:
v2.34.2...v2.34.3Container image
docker pull ghcr.io/coder/coder:2.34.3Install/upgrade
Refer to our docs to install or upgrade Coder, or use a release asset below.
v2.34.2: [SECURITY]Compare Source
Changelog
BREAKING CHANGES
Security patches
Features
Bug fixes
Chores
Compare:
v2.34.1...v2.34.2Container image
docker pull ghcr.io/coder/coder:2.34.2Install/upgrade
Refer to our docs to install or upgrade Coder, or use a release asset below.
v2.34.1Compare Source
Changelog
Features
65a4417)Bug fixes
328c649) (@jakehwll)480dee1) (@Shelnutt2)32b328b) (@ibetitsmike)a5f82d1) (@ssncferreira)2e8d80a)Documentation
9443ae0) (@nickvigilante)06cb480) (@matifali)Chores
e1d7ab0) (@f0ssel)1117e43)Compare:
v2.34.0...v2.34.1Container image
docker pull ghcr.io/coder/coder:2.34.1Install/upgrade
Refer to our docs to install or upgrade Coder, or use a release asset below.
v2.34.0Compare Source
Changelog
BREAKING CHANGES
Default
CODER_AI_GATEWAY_ENABLEDto true (#25575)Seed AI providers from env on server startup (#24895)
patchTemplateMetauses optional fields (#24984)Persist structured chat errors (#24919)
DEPRECATIONS
AI Gateway: provider configuration moved to the database
AI Gateway providers are now managed in the database via the dashboard
(
/ai/settings) or theAI 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):
CODER_AI_GATEWAY_PROVIDER_<N>_*CODER_AIBRIDGE_PROVIDER_<N>_*Single-provider convenience options:
CODER_AI_GATEWAY_OPENAI_BASE_URL--ai-gateway-openai-base-urlCODER_AIBRIDGE_OPENAI_BASE_URL/--aibridge-openai-base-urlCODER_AI_GATEWAY_OPENAI_KEY--ai-gateway-openai-keyCODER_AIBRIDGE_OPENAI_KEY/--aibridge-openai-keyCODER_AI_GATEWAY_ANTHROPIC_BASE_URL--ai-gateway-anthropic-base-urlCODER_AIBRIDGE_ANTHROPIC_BASE_URL/--aibridge-anthropic-base-urlCODER_AI_GATEWAY_ANTHROPIC_KEY--ai-gateway-anthropic-keyCODER_AIBRIDGE_ANTHROPIC_KEY/--aibridge-anthropic-keyCODER_AI_GATEWAY_BEDROCK_BASE_URL--ai-gateway-bedrock-base-urlCODER_AIBRIDGE_BEDROCK_BASE_URL/--aibridge-bedrock-base-urlCODER_AI_GATEWAY_BEDROCK_REGION--ai-gateway-bedrock-regionCODER_AIBRIDGE_BEDROCK_REGION/--aibridge-bedrock-regionCODER_AI_GATEWAY_BEDROCK_ACCESS_KEY--ai-gateway-bedrock-access-keyCODER_AIBRIDGE_BEDROCK_ACCESS_KEY/--aibridge-bedrock-access-keyCODER_AI_GATEWAY_BEDROCK_ACCESS_KEY_SECRET--ai-gateway-bedrock-access-key-secretCODER_AIBRIDGE_BEDROCK_ACCESS_KEY_SECRET/--aibridge-bedrock-access-key-secretCODER_AI_GATEWAY_BEDROCK_MODEL--ai-gateway-bedrock-modelCODER_AIBRIDGE_BEDROCK_MODEL/--aibridge-bedrock-modelCODER_AI_GATEWAY_BEDROCK_SMALL_FAST_MODEL--ai-gateway-bedrock-small-fastmodelCODER_AIBRIDGE_BEDROCK_SMALL_FAST_MODEL/--aibridge-bedrock-small-fastmodelFailure mode
To prevent operators from editing configuration that no longer takes
effect,
coderdwill fail to start if any of these variables drift from aprovider already seeded in the database (for example, a changed key or base
URL). The startup error contains the names of the conflicting provider(s).
Recovery
Either:
completed), or
through the dashboard or API.
After upgrading, visit
/ai/settingsto confirm which providers wereseeded, then delete the deprecated variables. See
Provider Configuration.
Features
Coder Agents
Coder Agents is a chat
interface and API for delegating development work to coding agents inside
your Coder deployment. The agent loop runs in the control plane, meaning
LLM credentials never enter workspaces, the agent provisions compute on
demand, and identity and policy continue to govern execution.
v2.34 adds chat sharing, an advisor system, personal skills, a chat
search UI, and scale testing tooling.
Chat sharing
Share agent chats with teammates via ACL-based permissions.
Advisor
An admin-configurable advisor model that agents can consult for planning guidance without tool access.
Personal skills
Users can define their own agent skills (reusable context and instructions) that persist across chats. See extending agents for details.
~/.coder/skillson the agent (#25271)Chat UX
pr,repo,pr_title, anddifffilters (#25535, #25569, #25638)Chats API & tools
stop_workspacechatd tool with recovery classification (#25355)attach_filein root plan-mode chats (#25346)user_oidcauth type for MCP servers (#25172)/promptsendpoint for chat history cycle (#25559)chat_id(#25111)edit_files(#25119)Scale testing
AI Gateway
The AI Gateway is now enabled by default. v2.34 adds a full admin UI for
provider management, database-backed provider configuration with
encryption at rest, automatic key failover, and in-process routing from
chatd. See the AI Gateway docs
for configuration details.
Provider management UI
Provider backend
ai_providersandai_provider_keysat rest (#25326)Key management & failover
Routing & providers
ai_provider_typesthrough OpenAI and Anthropic providers (#25722)copilottoai_provider_typeenum (#25616)User Secrets
User Secrets moves from Early Access to Beta. See the user secrets guide for details.
user_secrets(#25588)coder_secretrequirements on resolve-autostart (#25565)Security & Networking
coderd/externalauth/gitprovider(#25195)Templates & Provisioner
Dashboard
Bug fixes
MaxMessageSizeincreased to 16 MiB (#25158)usage_limitinstead ofauth(#25676)message_partscheckpointed to avoid stale replay (#25461)create_workspace(#25422)Performance improvements
pg_notifytriggers with app-levelPublish()(#25044)Compare:
v2.33.0...v2.34.0Container image
docker pull ghcr.io/coder/coder:v2.34.0Install/upgrade
Refer to our docs to install or upgrade Coder, or use a release asset below.
v2.33.9Compare Source
Changelog
Features
d18ee68)08cf114)Bug fixes
e330564)2e43114)Documentation
355536e)Chores
41ab770)Compare:
v2.33.8...v2.33.9Container image
docker pull ghcr.io/coder/coder:2.33.9Install/upgrade
Refer to our docs to install or upgrade Coder, or use a release asset below.
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.