Skip to content

Commit 9ed5084

Browse files
chore: remove maintainer_github from all modules and examples (#231)
This PR updates all modules to remove maintainer_github field from frontmatter. I also updated a few modules to 1.0.31 to be later than the latest general release on coder/modules. ⚠️ Modules Without Git Tags: - coder/aws-region (README: v1.0.12) SHOULD BE: 1.0.31 Missed Tag - coder/azure-region (README: v1.0.12) SHOULD BE: 1.0.31 Missed Tag - coder/coder-login (README: v1.0.15) SHOULD BE: 1.0.31 Missed Tag - coder/devcontainers-cli (README: v1.0.3) SHOULD BE: 1.0.31 Missed Tag - coder/fly-region (README: v1.0.2) SHOULD BE: 1.0.31 Missed Tag - coder/gcp-region (README: v1.0.12) SHOULD BE: 1.0.31 Missed Tag - coder/git-commit-signing (README: v1.0.11) SHOULD BE: 1.0.31 Missed Tag - coder/git-config (README: v1.0.15) SHOULD BE: 1.0.31 Missed Tag - coder/github-upload-public-key (README: v1.0.15) SHOULD BE: 1.0.31 Missed Tag - coder/jfrog-oauth (README: v1.0.19) SHOULD BE: 1.0.31 Missed Tag - coder/jfrog-token (README: v1.0.30) SHOULD BE: 1.0.31 Missed Tag - coder/personalize (README: v1.0.2) SHOULD BE: 1.0.31 Missed Tag - coder/slackme (README: v1.0.2) SHOULD BE: 1.0.31 Missed Tag - coder/vault-github (README: v1.0.7) SHOULD BE: 1.0.31 Missed Tag - coder/vault-jwt (README: v1.1.0) Missed Tag but correct All of these modules have not been tagged since the move from coder/modules. I believe they all need to move to 1.0.31 to outpace the latest published general version from coder/modules. Modules Updated: - coder/agentapi: v1.0.0 → v1.0.1 - coder/aider: v1.1.0 → v1.1.1 - coder/amazon-dcv-windows: v1.1.0 → v1.1.1 - coder/amazon-q: v1.1.0 → v1.1.1 - coder/aws-region: v1.0.12 → v1.0.31 - coder/azure-region: v1.0.12 → v1.0.31 - coder/claude-code: v2.0.2 → v2.0.3 - coder/coder-login: v1.0.15 → v1.0.31 - coder/code-server: v1.3.0 → v1.3.1 - coder/cursor: v1.2.0 → v1.2.1 - coder/devcontainers-cli: v1.0.3 → v1.0.31 - coder/dotfiles: v1.2.0 → v1.2.1 - coder/filebrowser: v1.1.1 → v1.1.2 - coder/fly-region: v1.0.2 → v1.0.31 - coder/gcp-region: v1.0.12 → v1.0.31 - coder/git-clone: v1.1.0 → v1.1.1 - coder/git-commit-signing: v1.0.11 → v1.0.31 - coder/git-config: v1.0.15 → v1.0.31 - coder/github-upload-public-key: v1.0.15 → v1.0.31 - coder/goose: v2.0.0 → v2.0.1 - coder/hcp-vault-secrets: v1.0.32 → v1.0.33 - coder/jetbrains: v1.0.0 → v1.0.1 - coder/jetbrains-gateway: v1.2.1 → v1.2.2 - coder/jfrog-oauth: v1.0.19 → v1.0.31 - coder/jfrog-token: v1.0.30 → v1.0.31 - coder/jupyterlab: v1.1.0 → v1.1.1 - coder/jupyter-notebook: v1.1.0 → v1.1.1 - coder/kasmvnc: v1.2.0 → v1.2.1 - coder/local-windows-rdp: v1.0.1 → v1.0.2 - coder/personalize: v1.0.2 → v1.0.31 - coder/slackme: v1.0.2 → v1.0.31 - coder/vault-github: v1.0.7 → v1.0.31 - coder/vault-jwt: v1.1.0 → v1.1.1 - coder/vault-token: v1.2.0 → v1.2.1 - coder/vscode-desktop: v1.1.0 → v1.1.1 - coder/vscode-web: v1.3.0 → v1.3.1 - coder/windows-rdp: v1.2.2 → v1.2.3 - coder/windsurf: v1.1.0 → v1.1.1 - coder/zed: v1.0.0 → v1.0.1
1 parent 959878d commit 9ed5084

File tree

60 files changed

+123
-190
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+123
-190
lines changed

MAINTAINER.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ Changes are automatically published to [registry.coder.com](https://registry.cod
7272
display_name: "Module Name"
7373
description: "What it does"
7474
icon: "../../../../.icons/tool.svg"
75-
maintainer_github: "username"
76-
partner_github: "partner-name" # Optional - For official partner modules
7775
verified: false # Optional - Set by maintainers only
7876
tags: ["tag1", "tag2"]
7977
```

examples/modules/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
display_name: MODULE_NAME
33
description: Describe what this module does
44
icon: ../../../../.icons/<A_RELEVANT_ICON>.svg
5-
maintainer_github: GITHUB_USERNAME
65
verified: false
76
tags: [helper]
87
---

registry/coder-labs/templates/tasks-docker/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
display_name: Tasks on Docker
33
description: Run Coder Tasks on Docker with an example application
44
icon: ../../../../.icons/tasks.svg
5-
maintainer_github: coder-labs
65
verified: false
76
tags: [docker, container, ai, tasks]
87
---

registry/coder/modules/agentapi/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
display_name: AgentAPI
33
description: Building block for modules that need to run an agentapi server
44
icon: ../../../../.icons/coder.svg
5-
maintainer_github: coder
65
verified: true
76
tags: [internal]
87
---
@@ -16,7 +15,7 @@ We do not recommend using this module directly. Instead, please consider using o
1615
```tf
1716
module "agentapi" {
1817
source = "registry.coder.com/coder/agentapi/coder"
19-
version = "1.0.0"
18+
version = "1.0.1"
2019
2120
agent_id = var.agent_id
2221
web_app_slug = local.app_slug

registry/coder/modules/aider/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
display_name: Aider
33
description: Run Aider AI pair programming in your workspace
44
icon: ../../../../.icons/aider.svg
5-
maintainer_github: coder
65
verified: true
76
tags: [agent, ai, aider]
87
---
@@ -14,7 +13,7 @@ Run [Aider](https://aider.chat) AI pair programming in your workspace. This modu
1413
```tf
1514
module "aider" {
1615
source = "registry.coder.com/coder/aider/coder"
17-
version = "1.1.0"
16+
version = "1.1.1"
1817
agent_id = coder_agent.example.id
1918
}
2019
```
@@ -69,7 +68,7 @@ variable "anthropic_api_key" {
6968
module "aider" {
7069
count = data.coder_workspace.me.start_count
7170
source = "registry.coder.com/coder/aider/coder"
72-
version = "1.1.0"
71+
version = "1.1.1"
7372
agent_id = coder_agent.example.id
7473
ai_api_key = var.anthropic_api_key
7574
}
@@ -94,7 +93,7 @@ variable "openai_api_key" {
9493
module "aider" {
9594
count = data.coder_workspace.me.start_count
9695
source = "registry.coder.com/coder/aider/coder"
97-
version = "1.1.0"
96+
version = "1.1.1"
9897
agent_id = coder_agent.example.id
9998
use_tmux = true
10099
ai_provider = "openai"
@@ -115,7 +114,7 @@ variable "custom_api_key" {
115114
module "aider" {
116115
count = data.coder_workspace.me.start_count
117116
source = "registry.coder.com/coder/aider/coder"
118-
version = "1.1.0"
117+
version = "1.1.1"
119118
agent_id = coder_agent.example.id
120119
ai_provider = "custom"
121120
custom_env_var_name = "MY_CUSTOM_API_KEY"
@@ -132,7 +131,7 @@ You can extend Aider's capabilities by adding custom extensions:
132131
module "aider" {
133132
count = data.coder_workspace.me.start_count
134133
source = "registry.coder.com/coder/aider/coder"
135-
version = "1.1.0"
134+
version = "1.1.1"
136135
agent_id = coder_agent.example.id
137136
ai_api_key = var.anthropic_api_key
138137
@@ -211,7 +210,7 @@ data "coder_parameter" "ai_prompt" {
211210
module "aider" {
212211
count = data.coder_workspace.me.start_count
213212
source = "registry.coder.com/coder/aider/coder"
214-
version = "1.1.0"
213+
version = "1.1.1"
215214
agent_id = coder_agent.example.id
216215
ai_api_key = var.anthropic_api_key
217216
task_prompt = data.coder_parameter.ai_prompt.value

registry/coder/modules/amazon-dcv-windows/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
display_name: Amazon DCV Windows
33
description: Amazon DCV Server and Web Client for Windows
44
icon: ../../../../.icons/dcv.svg
5-
maintainer_github: coder
65
verified: true
76
tags: [windows, amazon, dcv, web, desktop]
87
---
@@ -19,7 +18,7 @@ Enable DCV Server and Web Client on Windows workspaces.
1918
module "dcv" {
2019
count = data.coder_workspace.me.start_count
2120
source = "registry.coder.com/coder/amazon-dcv-windows/coder"
22-
version = "1.1.0"
21+
version = "1.1.1"
2322
agent_id = resource.coder_agent.main.id
2423
}
2524

registry/coder/modules/amazon-q/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
display_name: Amazon Q
33
description: Run Amazon Q in your workspace to access Amazon's AI coding assistant.
44
icon: ../../../../.icons/amazon-q.svg
5-
maintainer_github: coder
65
verified: true
76
tags: [agent, ai, aws, amazon-q]
87
---
@@ -14,7 +13,7 @@ Run [Amazon Q](https://aws.amazon.com/q/) in your workspace to access Amazon's A
1413
```tf
1514
module "amazon-q" {
1615
source = "registry.coder.com/coder/amazon-q/coder"
17-
version = "1.1.0"
16+
version = "1.1.1"
1817
agent_id = coder_agent.example.id
1918
# Required: see below for how to generate
2019
experiment_auth_tarball = var.amazon_q_auth_tarball
@@ -82,7 +81,7 @@ module "amazon-q" {
8281
```tf
8382
module "amazon-q" {
8483
source = "registry.coder.com/coder/amazon-q/coder"
85-
version = "1.1.0"
84+
version = "1.1.1"
8685
agent_id = coder_agent.example.id
8786
experiment_auth_tarball = var.amazon_q_auth_tarball
8887
experiment_use_tmux = true
@@ -94,7 +93,7 @@ module "amazon-q" {
9493
```tf
9594
module "amazon-q" {
9695
source = "registry.coder.com/coder/amazon-q/coder"
97-
version = "1.1.0"
96+
version = "1.1.1"
9897
agent_id = coder_agent.example.id
9998
experiment_auth_tarball = var.amazon_q_auth_tarball
10099
experiment_report_tasks = true
@@ -106,7 +105,7 @@ module "amazon-q" {
106105
```tf
107106
module "amazon-q" {
108107
source = "registry.coder.com/coder/amazon-q/coder"
109-
version = "1.1.0"
108+
version = "1.1.1"
110109
agent_id = coder_agent.example.id
111110
experiment_auth_tarball = var.amazon_q_auth_tarball
112111
experiment_pre_install_script = "echo Pre-install!"

registry/coder/modules/aws-region/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
display_name: AWS Region
33
description: A parameter with human region names and icons
44
icon: ../../../../.icons/aws.svg
5-
maintainer_github: coder
65
verified: true
76
tags: [helper, parameter, regions, aws]
87
---
@@ -18,7 +17,7 @@ Customize the preselected parameter value:
1817
module "aws-region" {
1918
count = data.coder_workspace.me.start_count
2019
source = "registry.coder.com/coder/aws-region/coder"
21-
version = "1.0.12"
20+
version = "1.0.31"
2221
default = "us-east-1"
2322
}
2423
@@ -39,7 +38,7 @@ Change the display name and icon for a region using the corresponding maps:
3938
module "aws-region" {
4039
count = data.coder_workspace.me.start_count
4140
source = "registry.coder.com/coder/aws-region/coder"
42-
version = "1.0.12"
41+
version = "1.0.31"
4342
default = "ap-south-1"
4443
4544
custom_names = {
@@ -66,7 +65,7 @@ Hide the Asia Pacific regions Seoul and Osaka:
6665
module "aws-region" {
6766
count = data.coder_workspace.me.start_count
6867
source = "registry.coder.com/coder/aws-region/coder"
69-
version = "1.0.12"
68+
version = "1.0.31"
7069
exclude = ["ap-northeast-2", "ap-northeast-3"]
7170
}
7271

registry/coder/modules/azure-region/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
display_name: Azure Region
33
description: A parameter with human region names and icons
44
icon: ../../../../.icons/azure.svg
5-
maintainer_github: coder
65
verified: true
76
tags: [helper, parameter, azure, regions]
87
---
@@ -15,7 +14,7 @@ This module adds a parameter with all Azure regions, allowing developers to sele
1514
module "azure_region" {
1615
count = data.coder_workspace.me.start_count
1716
source = "registry.coder.com/coder/azure-region/coder"
18-
version = "1.0.12"
17+
version = "1.0.31"
1918
default = "eastus"
2019
}
2120
@@ -36,7 +35,7 @@ Change the display name and icon for a region using the corresponding maps:
3635
module "azure-region" {
3736
count = data.coder_workspace.me.start_count
3837
source = "registry.coder.com/coder/azure-region/coder"
39-
version = "1.0.12"
38+
version = "1.0.31"
4039
custom_names = {
4140
"australia" : "Go Australia!"
4241
}
@@ -60,7 +59,7 @@ Hide all regions in Australia except australiacentral:
6059
module "azure-region" {
6160
count = data.coder_workspace.me.start_count
6261
source = "registry.coder.com/coder/azure-region/coder"
63-
version = "1.0.12"
62+
version = "1.0.31"
6463
exclude = [
6564
"australia",
6665
"australiacentral2",

registry/coder/modules/claude-code/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
display_name: Claude Code
33
description: Run Claude Code in your workspace
44
icon: ../../../../.icons/claude.svg
5-
maintainer_github: coder
65
verified: true
76
tags: [agent, claude-code, ai, tasks]
87
---

0 commit comments

Comments
 (0)