Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: remove remaining v prefixes from all module versions in dogfood directory#18971

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
bcpeinhardt merged 1 commit intomainfromfix-remaining-v-prefixes
Jul 21, 2025
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletionsdogfood/coder-envbuilder/main.tf
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -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
Expand All@@ -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
}

Expand Down
10 changes: 5 additions & 5 deletionsdogfood/coder/main.tf
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -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
Expand All@@ -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"]
Expand DownExpand Up@@ -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
}
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp