diff --git a/README.md b/README.md index 9cf14e8..4b67594 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ e.g. ```tf module "code-server" { source = "registry.coder.com/modules/code-server/coder" - version = "1.0.0" + version = "1.0.2" agent_id = coder_agent.main.id } ``` diff --git a/aws-region/README.md b/aws-region/README.md index 961c639..bcea6d7 100644 --- a/aws-region/README.md +++ b/aws-region/README.md @@ -17,7 +17,7 @@ Customize the preselected parameter value: ```tf module "aws-region" { source = "registry.coder.com/modules/aws-region/coder" - version = "1.0.0" + version = "1.0.2" default = "us-east-1" } @@ -37,7 +37,7 @@ Change the display name and icon for a region using the corresponding maps: ```tf module "aws-region" { source = "registry.coder.com/modules/aws-region/coder" - version = "1.0.0" + version = "1.0.2" default = "ap-south-1" custom_names = { @@ -63,7 +63,7 @@ Hide the Asia Pacific regions Seoul and Osaka: ```tf module "aws-region" { source = "registry.coder.com/modules/aws-region/coder" - version = "1.0.0" + version = "1.0.2" exclude = ["ap-northeast-2", "ap-northeast-3"] } diff --git a/azure-region/README.md b/azure-region/README.md index 1f20cee..d88a2e9 100644 --- a/azure-region/README.md +++ b/azure-region/README.md @@ -14,7 +14,7 @@ This module adds a parameter with all Azure regions, allowing developers to sele ```tf module "azure_region" { source = "registry.coder.com/modules/azure-region/coder" - version = "1.0.0" + version = "1.0.2" default = "eastus" } @@ -34,7 +34,7 @@ Change the display name and icon for a region using the corresponding maps: ```tf module "azure-region" { source = "registry.coder.com/modules/azure-region/coder" - version = "1.0.0" + version = "1.0.2" custom_names = { "australia" : "Go Australia!" } @@ -57,7 +57,7 @@ Hide all regions in Australia except australiacentral: ```tf module "azure-region" { source = "registry.coder.com/modules/azure-region/coder" - version = "1.0.0" + version = "1.0.2" exclude = [ "australia", "australiacentral2", diff --git a/bun.lockb b/bun.lockb index 7b18be0..d7e77b2 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/code-server/README.md b/code-server/README.md index 68ecfff..42c04d6 100644 --- a/code-server/README.md +++ b/code-server/README.md @@ -14,7 +14,7 @@ Automatically install [code-server](https://github.com/coder/code-server) in a w ```tf module "code-server" { source = "registry.coder.com/modules/code-server/coder" - version = "1.0.0" + version = "1.0.2" agent_id = coder_agent.example.id } ``` @@ -41,7 +41,7 @@ Install the Dracula theme from [OpenVSX](https://open-vsx.org/): ```tf module "code-server" { source = "registry.coder.com/modules/code-server/coder" - version = "1.0.0" + version = "1.0.2" agent_id = coder_agent.example.id extensions = [ "dracula-theme.theme-dracula" @@ -58,7 +58,7 @@ Configure VS Code's [settings.json](https://code.visualstudio.com/docs/getstarte ```tf module "settings" { source = "registry.coder.com/modules/code-server/coder" - version = "1.0.0" + version = "1.0.2" agent_id = coder_agent.example.id extensions = ["dracula-theme.theme-dracula"] settings = { @@ -74,7 +74,7 @@ Just run code-server in the background, don't fetch it from GitHub: ```tf module "settings" { source = "registry.coder.com/modules/code-server/coder" - version = "1.0.0" + version = "1.0.2" agent_id = coder_agent.example.id extensions = ["dracula-theme.theme-dracula", "ms-azuretools.vscode-docker"] } @@ -87,7 +87,7 @@ Just run code-server in the background, don't fetch it from GitHub: ```tf module "settings" { source = "registry.coder.com/modules/code-server/coder" - version = "1.0.0" + version = "1.0.2" agent_id = coder_agent.example.id offline = true } diff --git a/dotfiles/README.md b/dotfiles/README.md index 9ffac02..eb64563 100644 --- a/dotfiles/README.md +++ b/dotfiles/README.md @@ -14,7 +14,7 @@ Allow developers to optionally bring their own [dotfiles repository](https://dot ```tf module "dotfiles" { source = "registry.coder.com/modules/dotfiles/coder" - version = "1.0.0" + version = "1.0.2" agent_id = coder_agent.example.id } ``` diff --git a/exoscale-instance-type/README.md b/exoscale-instance-type/README.md index 41c65cd..2795062 100644 --- a/exoscale-instance-type/README.md +++ b/exoscale-instance-type/README.md @@ -17,7 +17,7 @@ Customize the preselected parameter value: ```tf module "exoscale-instance-type" { source = "registry.coder.com/modules/exoscale-instance-type/coder" - version = "1.0.0" + version = "1.0.2" default = "standard.medium" } @@ -45,7 +45,7 @@ Change the display name a type using the corresponding maps: ```tf module "exoscale-instance-type" { source = "registry.coder.com/modules/exoscale-instance-type/coder" - version = "1.0.0" + version = "1.0.2" default = "standard.medium" custom_names = { diff --git a/exoscale-zone/README.md b/exoscale-zone/README.md index 2e17ac6..4297bed 100644 --- a/exoscale-zone/README.md +++ b/exoscale-zone/README.md @@ -17,7 +17,7 @@ Customize the preselected parameter value: ```tf module "exoscale-zone" { source = "registry.coder.com/modules/exoscale-zone/coder" - version = "1.0.0" + version = "1.0.2" default = "ch-dk-2" } @@ -44,7 +44,7 @@ Change the display name and icon for a zone using the corresponding maps: ```tf module "exoscale-zone" { source = "registry.coder.com/modules/exoscale-zone/coder" - version = "1.0.0" + version = "1.0.2" default = "at-vie-1" custom_names = { @@ -76,7 +76,7 @@ Hide the Switzerland zones Geneva and Zurich ```tf module "exoscale-zone" { source = "registry.coder.com/modules/exoscale-zone/coder" - version = "1.0.0" + version = "1.0.2" exclude = ["ch-gva-2", "ch-dk-2"] } diff --git a/filebrowser/README.md b/filebrowser/README.md index 6dcefb5..e783588 100644 --- a/filebrowser/README.md +++ b/filebrowser/README.md @@ -14,7 +14,7 @@ A file browser for your workspace. ```tf module "filebrowser" { source = "registry.coder.com/modules/filebrowser/coder" - version = "1.0.0" + version = "1.0.2" agent_id = coder_agent.example.id } ``` @@ -28,7 +28,7 @@ module "filebrowser" { ```tf module "filebrowser" { source = "registry.coder.com/modules/filebrowser/coder" - version = "1.0.0" + version = "1.0.2" agent_id = coder_agent.example.id folder = "/home/coder/project" } @@ -39,7 +39,7 @@ module "filebrowser" { ```tf module "filebrowser" { source = "registry.coder.com/modules/filebrowser/coder" - version = "1.0.0" + version = "1.0.2" agent_id = coder_agent.example.id database_path = ".config/filebrowser.db" } diff --git a/fly-region/README.md b/fly-region/README.md index ced2eff..e5f446e 100644 --- a/fly-region/README.md +++ b/fly-region/README.md @@ -16,7 +16,7 @@ We can use the simplest format here, only adding a default selection as the `atl ```tf module "fly-region" { source = "registry.coder.com/modules/fly-region/coder" - version = "1.0.0" + version = "1.0.2" default = "atl" } ``` @@ -32,7 +32,7 @@ The regions argument can be used to display only the desired regions in the Code ```tf module "fly-region" { source = "registry.coder.com/modules/fly-region/coder" - version = "1.0.0" + version = "1.0.2" default = "ams" regions = ["ams", "arn", "atl"] } @@ -47,7 +47,7 @@ Set custom icons and names with their respective maps. ```tf module "fly-region" { source = "registry.coder.com/modules/fly-region/coder" - version = "1.0.0" + version = "1.0.2" default = "ams" custom_icons = { diff --git a/git-commit-signing/README.md b/git-commit-signing/README.md index 05759d1..b3e3b67 100644 --- a/git-commit-signing/README.md +++ b/git-commit-signing/README.md @@ -19,7 +19,7 @@ This module has a chance of conflicting with the user's dotfiles / the personali ```tf module "git-commit-signing" { source = "registry.coder.com/modules/git-commit-signing/coder" - version = "1.0.0" + version = "1.0.2" agent_id = coder_agent.example.id } ``` diff --git a/git-config/README.md b/git-config/README.md index e95a0e3..3044c4e 100644 --- a/git-config/README.md +++ b/git-config/README.md @@ -14,7 +14,7 @@ Runs a script that updates git credentials in the workspace to match the user's ```tf module "git-config" { source = "registry.coder.com/modules/git-config/coder" - version = "1.0.0" + version = "1.0.2" agent_id = coder_agent.example.id } ``` @@ -28,7 +28,7 @@ TODO: Add screenshot ```tf module "git-config" { source = "registry.coder.com/modules/git-config/coder" - version = "1.0.0" + version = "1.0.2" agent_id = coder_agent.example.id allow_email_change = true } @@ -41,7 +41,7 @@ TODO: Add screenshot ```tf module "git-config" { source = "registry.coder.com/modules/git-config/coder" - version = "1.0.0" + version = "1.0.2" agent_id = coder_agent.example.id allow_username_change = false allow_email_change = false diff --git a/jetbrains-gateway/README.md b/jetbrains-gateway/README.md index a8c746b..2c8c91e 100644 --- a/jetbrains-gateway/README.md +++ b/jetbrains-gateway/README.md @@ -31,7 +31,7 @@ module "jetbrains_gateway" { ```tf module "jetbrains_gateway" { source = "registry.coder.com/modules/jetbrains-gateway/coder" - version = "1.0.0" + version = "1.0.2" agent_id = coder_agent.example.id folder = "/home/coder/example" jetbrains_ides = ["GO", "WS"] diff --git a/jfrog-oauth/README.md b/jfrog-oauth/README.md index 6a25f5b..70a2c94 100644 --- a/jfrog-oauth/README.md +++ b/jfrog-oauth/README.md @@ -17,7 +17,7 @@ Install the JF CLI and authenticate package managers with Artifactory using OAut ```tf module "jfrog" { source = "registry.coder.com/modules/jfrog-oauth/coder" - version = "1.0.0" + version = "1.0.2" agent_id = coder_agent.example.id jfrog_url = "https://example.jfrog.io" username_field = "username" # If you are using GitHub to login to both Coder and Artifactory, use username_field = "username" @@ -44,7 +44,7 @@ Configure the Python pip package manager to fetch packages from Artifactory whil ```tf module "jfrog" { source = "registry.coder.com/modules/jfrog-oauth/coder" - version = "1.0.0" + version = "1.0.2" agent_id = coder_agent.example.id jfrog_url = "https://example.jfrog.io" username_field = "email" @@ -72,7 +72,7 @@ The [JFrog extension](https://open-vsx.org/extension/JFrog/jfrog-vscode-extensio ```tf module "jfrog" { source = "registry.coder.com/modules/jfrog-oauth/coder" - version = "1.0.0" + version = "1.0.2" agent_id = coder_agent.example.id jfrog_url = "https://example.jfrog.io" username_field = "username" # If you are using GitHub to login to both Coder and Artifactory, use username_field = "username" diff --git a/jfrog-token/README.md b/jfrog-token/README.md index c77c052..8796d16 100644 --- a/jfrog-token/README.md +++ b/jfrog-token/README.md @@ -15,7 +15,7 @@ Install the JF CLI and authenticate package managers with Artifactory using Arti ```tf module "jfrog" { source = "registry.coder.com/modules/jfrog-token/coder" - version = "1.0.0" + version = "1.0.2" agent_id = coder_agent.example.id jfrog_url = "https://XXXX.jfrog.io" artifactory_access_token = var.artifactory_access_token @@ -41,7 +41,7 @@ For detailed instructions, please see this [guide](https://coder.com/docs/v2/lat ```tf module "jfrog" { source = "registry.coder.com/modules/jfrog-token/coder" - version = "1.0.0" + version = "1.0.2" agent_id = coder_agent.example.id jfrog_url = "https://YYYY.jfrog.io" artifactory_access_token = var.artifactory_access_token # An admin access token @@ -74,7 +74,7 @@ The [JFrog extension](https://open-vsx.org/extension/JFrog/jfrog-vscode-extensio ```tf module "jfrog" { source = "registry.coder.com/modules/jfrog-token/coder" - version = "1.0.0" + version = "1.0.2" agent_id = coder_agent.example.id jfrog_url = "https://XXXX.jfrog.io" artifactory_access_token = var.artifactory_access_token diff --git a/jupyter-notebook/README.md b/jupyter-notebook/README.md index e25722a..8afd715 100644 --- a/jupyter-notebook/README.md +++ b/jupyter-notebook/README.md @@ -16,7 +16,7 @@ A module that adds Jupyter Notebook in your Coder template. ```tf module "jupyter-notebook" { source = "registry.coder.com/modules/jupyter-notebook/coder" - version = "1.0.0" + version = "1.0.2" agent_id = coder_agent.example.id } ``` diff --git a/jupyterlab/README.md b/jupyterlab/README.md index 4ab7782..a9899ee 100644 --- a/jupyterlab/README.md +++ b/jupyterlab/README.md @@ -16,7 +16,7 @@ A module that adds JupyterLab in your Coder template. ```tf module "jupyterlab" { source = "registry.coder.com/modules/jupyterlab/coder" - version = "1.0.0" + version = "1.0.2" agent_id = coder_agent.example.id } ``` diff --git a/package.json b/package.json index 2e1d7b6..56cc77d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "test": "bun test", "fmt": "bun x prettier -w **/*.sh .sample/run.sh new.sh **/*.ts **/*.md *.md && terraform fmt **/*.tf .sample/main.tf", "fmt:ci": "bun x prettier --check **/*.sh .sample/run.sh new.sh **/*.ts **/*.md *.md && terraform fmt -check **/*.tf .sample/main.tf", - "lint": "bun run lint.ts" + "lint": "bun run lint.ts", + "update-version": "sh update-version.sh" }, "devDependencies": { "bun-types": "^1.0.18", diff --git a/personalize/README.md b/personalize/README.md index c36467f..24d19a9 100644 --- a/personalize/README.md +++ b/personalize/README.md @@ -14,7 +14,7 @@ Run a script on workspace start that allows developers to run custom commands to ```tf module "personalize" { source = "registry.coder.com/modules/personalize/coder" - version = "1.0.0" + version = "1.0.2" agent_id = coder_agent.example.id } ``` diff --git a/slackme/README.md b/slackme/README.md index a43033e..0858c3d 100644 --- a/slackme/README.md +++ b/slackme/README.md @@ -57,7 +57,7 @@ slackme npm run long-build ```tf module "slackme" { source = "registry.coder.com/modules/slackme/coder" - version = "1.0.0" + version = "1.0.2" agent_id = coder_agent.example.id auth_provider_id = "slack" } @@ -73,7 +73,7 @@ slackme npm run long-build ```tf module "slackme" { source = "registry.coder.com/modules/slackme/coder" - version = "1.0.0" + version = "1.0.2" agent_id = coder_agent.example.id auth_provider_id = "slack" slack_message = <