Skip to content

Commit bc501b9

Browse files
dependabot[bot]mt.nguyen
authored andcommitted
chore: bump the coder-modules group across 2 directories with 2 updates (coder#21264)
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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ba0b936 commit bc501b9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

dogfood/coder/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ module "windsurf" {
445445
module "zed" {
446446
count = contains(jsondecode(data.coder_parameter.ide_choices.value), "zed") ? data.coder_workspace.me.start_count : 0
447447
source = "dev.registry.coder.com/coder/zed/coder"
448-
version = "1.1.2"
448+
version = "1.1.3"
449449
agent_id = coder_agent.dev.id
450450
agent_name = "dev"
451451
folder = local.repo_dir
@@ -870,7 +870,7 @@ resource "coder_script" "boundary_config_setup" {
870870
module "claude-code" {
871871
count = data.coder_task.me.enabled ? data.coder_workspace.me.start_count : 0
872872
source = "dev.registry.coder.com/coder/claude-code/coder"
873-
version = "4.2.3"
873+
version = "4.2.6"
874874
enable_boundary = true
875875
boundary_version = "v0.2.1"
876876
agent_id = coder_agent.dev.id

examples/templates/tasks-docker/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ data "coder_task" "me" {}
3333
module "claude-code" {
3434
count = data.coder_workspace.me.start_count
3535
source = "registry.coder.com/coder/claude-code/coder"
36-
version = "4.2.3"
36+
version = "4.2.6"
3737
agent_id = coder_agent.main.id
3838
workdir = "/home/coder/projects"
3939
order = 999

0 commit comments

Comments
 (0)