From b90f6f9de8c2370e1a2cc54abcaa3bd87a144be6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 20:53:27 +0500 Subject: [PATCH] chore: bump version to 1.0.7 in README.md files (#174) Co-authored-by: matifali --- hcp-vault-secrets/README.md | 8 ++++---- vault-github/README.md | 8 ++++---- vault-token/README.md | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/hcp-vault-secrets/README.md b/hcp-vault-secrets/README.md index cd412e7..fc71230 100644 --- a/hcp-vault-secrets/README.md +++ b/hcp-vault-secrets/README.md @@ -15,7 +15,7 @@ This module lets you fetch all or selective secrets from a [HCP Vault Secrets](h ```tf module "vault" { source = "registry.coder.com/modules/hcp-vault-secrets/coder" - version = "1.0.3" + version = "1.0.7" agent_id = coder_agent.example.id app_name = "demo-app" project_id = "aaa-bbb-ccc" @@ -41,7 +41,7 @@ To fetch all secrets from the HCP Vault Secrets app, skip the `secrets` input. ```tf module "vault" { source = "registry.coder.com/modules/hcp-vault-secrets/coder" - version = "1.0.3" + version = "1.0.7" agent_id = coder_agent.example.id app_name = "demo-app" project_id = "aaa-bbb-ccc" @@ -55,7 +55,7 @@ To fetch selective secrets from the HCP Vault Secrets app, set the `secrets` inp ```tf module "vault" { source = "registry.coder.com/modules/hcp-vault-secrets/coder" - version = "1.0.3" + version = "1.0.7" agent_id = coder_agent.example.id app_name = "demo-app" project_id = "aaa-bbb-ccc" @@ -70,7 +70,7 @@ Set `client_id` and `client_secret` as module inputs. ```tf module "vault" { source = "registry.coder.com/modules/hcp-vault-secrets/coder" - version = "1.0.3" + version = "1.0.7" agent_id = coder_agent.example.id app_name = "demo-app" project_id = "aaa-bbb-ccc" diff --git a/vault-github/README.md b/vault-github/README.md index 190a4a7..f8d0eb4 100644 --- a/vault-github/README.md +++ b/vault-github/README.md @@ -15,7 +15,7 @@ This module lets you authenticate with [Hashicorp Vault](https://www.vaultprojec ```tf module "vault" { source = "registry.coder.com/modules/vault-github/coder" - version = "1.0.4" + version = "1.0.7" agent_id = coder_agent.example.id vault_addr = "https://vault.example.com" } @@ -46,7 +46,7 @@ To configure the Vault module, you must set up a Vault GitHub auth method. See t ```tf module "vault" { source = "registry.coder.com/modules/vault-github/coder" - version = "1.0.4" + version = "1.0.7" agent_id = coder_agent.example.id vault_addr = "https://vault.example.com" coder_github_auth_id = "my-github-auth-id" @@ -58,7 +58,7 @@ module "vault" { ```tf module "vault" { source = "registry.coder.com/modules/vault-github/coder" - version = "1.0.4" + version = "1.0.7" agent_id = coder_agent.example.id vault_addr = "https://vault.example.com" coder_github_auth_id = "my-github-auth-id" @@ -71,7 +71,7 @@ module "vault" { ```tf module "vault" { source = "registry.coder.com/modules/vault-github/coder" - version = "1.0.4" + version = "1.0.7" agent_id = coder_agent.example.id vault_addr = "https://vault.example.com" vault_cli_version = "1.15.0" diff --git a/vault-token/README.md b/vault-token/README.md index 32f5185..7e632a5 100644 --- a/vault-token/README.md +++ b/vault-token/README.md @@ -21,7 +21,7 @@ variable "vault_token" { module "vault" { source = "registry.coder.com/modules/vault-token/coder" - version = "1.0.4" + version = "1.0.7" agent_id = coder_agent.example.id vault_token = var.token vault_addr = "https://vault.example.com" @@ -74,7 +74,7 @@ variable "vault_token" { module "vault" { source = "registry.coder.com/modules/vault-token/coder" - version = "1.0.4" + version = "1.0.7" agent_id = coder_agent.example.id vault_addr = "https://vault.example.com" vault_token = var.token