From c50c4259d990e2c39effc490adbf961f3901a2aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 18:53:46 +0300 Subject: [PATCH] chore: bump version to 1.0.13 in README.md files (#238) Co-authored-by: matifali --- apache-airflow/README.md | 8 ++++---- jetbrains-gateway/README.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apache-airflow/README.md b/apache-airflow/README.md index 65f808f..0483c9c 100644 --- a/apache-airflow/README.md +++ b/apache-airflow/README.md @@ -15,7 +15,7 @@ A module that adds Apache Airflow in your Coder template. ```tf module "airflow" { source = "registry.coder.com/modules/apache-airflow/coder" - version = "1.0.2" + version = "1.0.13" agent_id = coder_agent.example.id } ``` @@ -31,7 +31,7 @@ Install the Dracula theme from [OpenVSX](https://open-vsx.org/): ```tf module "airflow" { source = "registry.coder.com/modules/apache-airflow/coder" - version = "1.0.2" + version = "1.0.13" agent_id = coder_agent.example.id extensions = [ "dracula-theme.theme-dracula" @@ -48,7 +48,7 @@ Configure VS Code's [settings.json](https://code.visualstudio.com/docs/getstarte ```tf module "airflow" { source = "registry.coder.com/modules/apache-airflow/coder" - version = "1.0.2" + version = "1.0.13" agent_id = coder_agent.example.id extensions = ["dracula-theme.theme-dracula"] settings = { @@ -64,7 +64,7 @@ Run code-server in the background, don't fetch it from GitHub: ```tf module "airflow" { source = "registry.coder.com/modules/apache-airflow/coder" - version = "1.0.2" + version = "1.0.13" agent_id = coder_agent.example.id offline = true } diff --git a/jetbrains-gateway/README.md b/jetbrains-gateway/README.md index 03feae1..b2c0e0f 100644 --- a/jetbrains-gateway/README.md +++ b/jetbrains-gateway/README.md @@ -14,7 +14,7 @@ This module adds a JetBrains Gateway Button to open any workspace with a single ```tf module "jetbrains_gateway" { source = "registry.coder.com/modules/jetbrains-gateway/coder" - version = "1.0.12" + version = "1.0.13" agent_id = coder_agent.example.id agent_name = "example" folder = "/home/coder/example" @@ -32,7 +32,7 @@ module "jetbrains_gateway" { ```tf module "jetbrains_gateway" { source = "registry.coder.com/modules/jetbrains-gateway/coder" - version = "1.0.12" + version = "1.0.13" agent_id = coder_agent.example.id agent_name = "example" folder = "/home/coder/example" @@ -46,7 +46,7 @@ module "jetbrains_gateway" { ```tf module "jetbrains_gateway" { source = "registry.coder.com/modules/jetbrains-gateway/coder" - version = "1.0.12" + version = "1.0.13" agent_id = coder_agent.example.id agent_name = "example" folder = "/home/coder/example" @@ -61,7 +61,7 @@ module "jetbrains_gateway" { ```tf module "jetbrains_gateway" { source = "registry.coder.com/modules/jetbrains-gateway/coder" - version = "1.0.12" + version = "1.0.13" agent_id = coder_agent.example.id agent_name = "example" folder = "/home/coder/example"