From d9e155113b3c58127d1af84cf5710d4f7cdc1c4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 00:41:21 +0000 Subject: [PATCH] chore: bump the coder-modules group across 3 directories with 4 updates (#21388) 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) ---
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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dogfood/coder-envbuilder/main.tf | 2 +- dogfood/coder/main.tf | 8 ++++---- examples/templates/tasks-docker/main.tf | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dogfood/coder-envbuilder/main.tf b/dogfood/coder-envbuilder/main.tf index 83e0c4cd47..4d8df56bee 100644 --- a/dogfood/coder-envbuilder/main.tf +++ b/dogfood/coder-envbuilder/main.tf @@ -123,7 +123,7 @@ module "personalize" { module "code-server" { source = "dev.registry.coder.com/coder/code-server/coder" - version = "1.4.1" + version = "1.4.2" agent_id = coder_agent.dev.id folder = local.repo_dir auto_install_extensions = true diff --git a/dogfood/coder/main.tf b/dogfood/coder/main.tf index c00165a5ce..d10420ed5c 100644 --- a/dogfood/coder/main.tf +++ b/dogfood/coder/main.tf @@ -358,7 +358,7 @@ module "git-config" { module "git-clone" { count = data.coder_workspace.me.start_count source = "dev.registry.coder.com/coder/git-clone/coder" - version = "1.2.2" + version = "1.2.3" agent_id = coder_agent.dev.id url = "https://github.com/coder/coder" base_dir = local.repo_base_dir @@ -382,7 +382,7 @@ module "mux" { module "code-server" { count = contains(jsondecode(data.coder_parameter.ide_choices.value), "code-server") ? data.coder_workspace.me.start_count : 0 source = "dev.registry.coder.com/coder/code-server/coder" - version = "1.4.1" + version = "1.4.2" agent_id = coder_agent.dev.id folder = local.repo_dir auto_install_extensions = true @@ -446,7 +446,7 @@ module "windsurf" { module "zed" { count = contains(jsondecode(data.coder_parameter.ide_choices.value), "zed") ? data.coder_workspace.me.start_count : 0 source = "dev.registry.coder.com/coder/zed/coder" - version = "1.1.3" + version = "1.1.4" agent_id = coder_agent.dev.id agent_name = "dev" folder = local.repo_dir @@ -871,7 +871,7 @@ resource "coder_script" "boundary_config_setup" { module "claude-code" { count = data.coder_task.me.enabled ? data.coder_workspace.me.start_count : 0 source = "dev.registry.coder.com/coder/claude-code/coder" - version = "4.2.6" + version = "4.2.8" enable_boundary = true boundary_version = "v0.2.1" agent_id = coder_agent.dev.id diff --git a/examples/templates/tasks-docker/main.tf b/examples/templates/tasks-docker/main.tf index 82db578187..7a7783f0dc 100644 --- a/examples/templates/tasks-docker/main.tf +++ b/examples/templates/tasks-docker/main.tf @@ -33,7 +33,7 @@ data "coder_task" "me" {} module "claude-code" { count = data.coder_workspace.me.start_count source = "registry.coder.com/coder/claude-code/coder" - version = "4.2.6" + version = "4.2.8" agent_id = coder_agent.main.id workdir = "/home/coder/projects" order = 999