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

Commit75c1240

Browse files
fix: remove remaining v prefixes from all module versions in dogfood directory (#18971)
This PR completes the fix for Dependabot version prefix issues byremoving the remaining `v` prefixes that weren't caught in the previousmerge.**Fixed modules:****dogfood/coder-envbuilder/main.tf:**- slackme: `v1.0.30` → `1.0.30`- dotfiles: `v1.2.0` → `1.2.0` - personalize: `v1.0.30` → `1.0.30`- code-server: `v1.3.0` → `1.3.0`- filebrowser: `v1.1.1` → `1.1.1`- coder-login: `v1.0.30` → `1.0.30`**dogfood/coder/main.tf:**- dotfiles: `v1.2.0` → `1.2.0`- git-clone: `v1.1.0` → `1.1.0`- vscode-web: `v1.3.0` → `1.3.0`- coder-login: `v1.0.30` → `1.0.30`- cursor: `v1.2.0` → `1.2.0`Now **all** modules in the dogfood directory use consistent versionformatting without the `v` prefix.Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>Co-authored-by: matifali <10648092+matifali@users.noreply.github.com>
1 parent1db096d commit75c1240

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

‎dogfood/coder-envbuilder/main.tf‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,26 +110,26 @@ data "coder_workspace_owner" "me" {}
110110

111111
module"slackme" {
112112
source="dev.registry.coder.com/coder/slackme/coder"
113-
version="v1.0.30"
113+
version="1.0.30"
114114
agent_id=coder_agent.dev.id
115115
auth_provider_id="slack"
116116
}
117117

118118
module"dotfiles" {
119119
source="dev.registry.coder.com/coder/dotfiles/coder"
120-
version="v1.2.0"
120+
version="1.2.0"
121121
agent_id=coder_agent.dev.id
122122
}
123123

124124
module"personalize" {
125125
source="dev.registry.coder.com/coder/personalize/coder"
126-
version="v1.0.30"
126+
version="1.0.30"
127127
agent_id=coder_agent.dev.id
128128
}
129129

130130
module"code-server" {
131131
source="dev.registry.coder.com/coder/code-server/coder"
132-
version="v1.3.0"
132+
version="1.3.0"
133133
agent_id=coder_agent.dev.id
134134
folder=local.repo_dir
135135
auto_install_extensions=true
@@ -148,13 +148,13 @@ module "jetbrains_gateway" {
148148

149149
module"filebrowser" {
150150
source="dev.registry.coder.com/coder/filebrowser/coder"
151-
version="v1.1.1"
151+
version="1.1.1"
152152
agent_id=coder_agent.dev.id
153153
}
154154

155155
module"coder-login" {
156156
source="dev.registry.coder.com/coder/coder-login/coder"
157-
version="v1.0.30"
157+
version="1.0.30"
158158
agent_id=coder_agent.dev.id
159159
}
160160

‎dogfood/coder/main.tf‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -262,14 +262,14 @@ module "slackme" {
262262
module"dotfiles" {
263263
count=data.coder_workspace.me.start_count
264264
source="dev.registry.coder.com/coder/dotfiles/coder"
265-
version="v1.2.0"
265+
version="1.2.0"
266266
agent_id=coder_agent.dev.id
267267
}
268268

269269
module"git-clone" {
270270
count=data.coder_workspace.me.start_count
271271
source="dev.registry.coder.com/coder/git-clone/coder"
272-
version="v1.1.0"
272+
version="1.1.0"
273273
agent_id=coder_agent.dev.id
274274
url="https://github.com/coder/coder"
275275
base_dir=local.repo_base_dir
@@ -295,7 +295,7 @@ module "code-server" {
295295
module"vscode-web" {
296296
count=data.coder_workspace.me.start_count
297297
source="dev.registry.coder.com/coder/vscode-web/coder"
298-
version="v1.3.0"
298+
version="1.3.0"
299299
agent_id=coder_agent.dev.id
300300
folder=local.repo_dir
301301
extensions=["github.copilot"]
@@ -325,14 +325,14 @@ module "filebrowser" {
325325
module"coder-login" {
326326
count=data.coder_workspace.me.start_count
327327
source="dev.registry.coder.com/coder/coder-login/coder"
328-
version="v1.0.30"
328+
version="1.0.30"
329329
agent_id=coder_agent.dev.id
330330
}
331331

332332
module"cursor" {
333333
count=data.coder_workspace.me.start_count
334334
source="dev.registry.coder.com/coder/cursor/coder"
335-
version="v1.2.0"
335+
version="1.2.0"
336336
agent_id=coder_agent.dev.id
337337
folder=local.repo_dir
338338
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp