From 84f9ef90781afd472f54f3f6975c9dbd98c27bb4 Mon Sep 17 00:00:00 2001 From: "blink-so[bot]" <211532188+blink-so[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 16:58:54 +0000 Subject: [PATCH] Remove remaining v prefixes from all module versions in dogfood directory Completes the fix for Dependabot version prefix issues. All modules now use consistent version formatting without v prefix. Co-authored-by: matifali <10648092+matifali@users.noreply.github.com> --- dogfood/coder-envbuilder/main.tf | 12 ++++++------ dogfood/coder/main.tf | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/dogfood/coder-envbuilder/main.tf b/dogfood/coder-envbuilder/main.tf index 5cea350197d1a..04d9e6afd08f8 100644 --- a/dogfood/coder-envbuilder/main.tf +++ b/dogfood/coder-envbuilder/main.tf @@ -110,26 +110,26 @@ data "coder_workspace_owner" "me" {} module "slackme" { source = "dev.registry.coder.com/coder/slackme/coder" - version = "v1.0.30" + version = "1.0.30" agent_id = coder_agent.dev.id auth_provider_id = "slack" } module "dotfiles" { source = "dev.registry.coder.com/coder/dotfiles/coder" - version = "v1.2.0" + version = "1.2.0" agent_id = coder_agent.dev.id } module "personalize" { source = "dev.registry.coder.com/coder/personalize/coder" - version = "v1.0.30" + version = "1.0.30" agent_id = coder_agent.dev.id } module "code-server" { source = "dev.registry.coder.com/coder/code-server/coder" - version = "v1.3.0" + version = "1.3.0" agent_id = coder_agent.dev.id folder = local.repo_dir auto_install_extensions = true @@ -148,13 +148,13 @@ module "jetbrains_gateway" { module "filebrowser" { source = "dev.registry.coder.com/coder/filebrowser/coder" - version = "v1.1.1" + version = "1.1.1" agent_id = coder_agent.dev.id } module "coder-login" { source = "dev.registry.coder.com/coder/coder-login/coder" - version = "v1.0.30" + version = "1.0.30" agent_id = coder_agent.dev.id } diff --git a/dogfood/coder/main.tf b/dogfood/coder/main.tf index 0ab3dbb45984c..8caf81961ce3e 100644 --- a/dogfood/coder/main.tf +++ b/dogfood/coder/main.tf @@ -262,14 +262,14 @@ module "slackme" { module "dotfiles" { count = data.coder_workspace.me.start_count source = "dev.registry.coder.com/coder/dotfiles/coder" - version = "v1.2.0" + version = "1.2.0" agent_id = coder_agent.dev.id } module "git-clone" { count = data.coder_workspace.me.start_count source = "dev.registry.coder.com/coder/git-clone/coder" - version = "v1.1.0" + version = "1.1.0" agent_id = coder_agent.dev.id url = "https://github.com/coder/coder" base_dir = local.repo_base_dir @@ -295,7 +295,7 @@ module "code-server" { module "vscode-web" { count = data.coder_workspace.me.start_count source = "dev.registry.coder.com/coder/vscode-web/coder" - version = "v1.3.0" + version = "1.3.0" agent_id = coder_agent.dev.id folder = local.repo_dir extensions = ["github.copilot"] @@ -325,14 +325,14 @@ module "filebrowser" { module "coder-login" { count = data.coder_workspace.me.start_count source = "dev.registry.coder.com/coder/coder-login/coder" - version = "v1.0.30" + version = "1.0.30" agent_id = coder_agent.dev.id } module "cursor" { count = data.coder_workspace.me.start_count source = "dev.registry.coder.com/coder/cursor/coder" - version = "v1.2.0" + version = "1.2.0" agent_id = coder_agent.dev.id folder = local.repo_dir }
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: