From e93a917c2f267d1151f3bac7b423a8d60a49f141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 10:25:01 +0000 Subject: [PATCH] chore: bump the coder-modules group across 3 directories with 7 updates (#21093) 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 | 4 ++-- dogfood/coder/main.tf | 14 +++++++------- examples/templates/tasks-docker/main.tf | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/dogfood/coder-envbuilder/main.tf b/dogfood/coder-envbuilder/main.tf index 971140c868..83e0c4cd47 100644 --- a/dogfood/coder-envbuilder/main.tf +++ b/dogfood/coder-envbuilder/main.tf @@ -104,14 +104,14 @@ data "coder_workspace_owner" "me" {} module "slackme" { source = "dev.registry.coder.com/coder/slackme/coder" - version = "1.0.32" + version = "1.0.33" agent_id = coder_agent.dev.id auth_provider_id = "slack" } module "dotfiles" { source = "dev.registry.coder.com/coder/dotfiles/coder" - version = "1.2.2" + version = "1.2.3" agent_id = coder_agent.dev.id } diff --git a/dogfood/coder/main.tf b/dogfood/coder/main.tf index 32eeee0ffc..b826c2b15c 100644 --- a/dogfood/coder/main.tf +++ b/dogfood/coder/main.tf @@ -333,7 +333,7 @@ data "coder_parameter" "vscode_channel" { module "slackme" { count = data.coder_workspace.me.start_count source = "dev.registry.coder.com/coder/slackme/coder" - version = "1.0.32" + version = "1.0.33" agent_id = coder_agent.dev.id auth_provider_id = "slack" } @@ -341,7 +341,7 @@ module "slackme" { module "dotfiles" { count = data.coder_workspace.me.start_count source = "dev.registry.coder.com/coder/dotfiles/coder" - version = "1.2.2" + version = "1.2.3" agent_id = coder_agent.dev.id } @@ -357,7 +357,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.1" + version = "1.2.2" agent_id = coder_agent.dev.id url = "https://github.com/coder/coder" base_dir = local.repo_base_dir @@ -373,7 +373,7 @@ module "personalize" { module "mux" { count = data.coder_workspace.me.start_count source = "registry.coder.com/coder/mux/coder" - version = "1.0.2" + version = "1.0.4" agent_id = coder_agent.dev.id subdomain = true } @@ -391,7 +391,7 @@ module "code-server" { module "vscode-web" { count = contains(jsondecode(data.coder_parameter.ide_choices.value), "vscode-web") ? data.coder_workspace.me.start_count : 0 source = "dev.registry.coder.com/coder/vscode-web/coder" - version = "1.4.2" + version = "1.4.3" agent_id = coder_agent.dev.id folder = local.repo_dir extensions = ["github.copilot"] @@ -429,7 +429,7 @@ module "coder-login" { module "cursor" { count = contains(jsondecode(data.coder_parameter.ide_choices.value), "cursor") ? data.coder_workspace.me.start_count : 0 source = "dev.registry.coder.com/coder/cursor/coder" - version = "1.3.3" + version = "1.4.0" agent_id = coder_agent.dev.id folder = local.repo_dir } @@ -437,7 +437,7 @@ module "cursor" { module "windsurf" { count = contains(jsondecode(data.coder_parameter.ide_choices.value), "windsurf") ? data.coder_workspace.me.start_count : 0 source = "dev.registry.coder.com/coder/windsurf/coder" - version = "1.2.1" + version = "1.3.0" agent_id = coder_agent.dev.id folder = local.repo_dir } diff --git a/examples/templates/tasks-docker/main.tf b/examples/templates/tasks-docker/main.tf index ab5bc8d79b..96e98cb917 100644 --- a/examples/templates/tasks-docker/main.tf +++ b/examples/templates/tasks-docker/main.tf @@ -275,14 +275,14 @@ module "code-server" { module "windsurf" { count = data.coder_workspace.me.start_count source = "registry.coder.com/coder/windsurf/coder" - version = "1.2.1" + version = "1.3.0" agent_id = coder_agent.main.id } module "cursor" { count = data.coder_workspace.me.start_count source = "registry.coder.com/coder/cursor/coder" - version = "1.3.3" + version = "1.4.0" agent_id = coder_agent.main.id }