Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit b90f6f9

Browse files
chore: bump version to 1.0.7 in README.md files (#174)
Co-authored-by: matifali <matifali@users.noreply.github.com>
1 parent 9482806 commit b90f6f9

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

hcp-vault-secrets/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This module lets you fetch all or selective secrets from a [HCP Vault Secrets](h
1515
```tf
1616
module "vault" {
1717
source = "registry.coder.com/modules/hcp-vault-secrets/coder"
18-
version = "1.0.3"
18+
version = "1.0.7"
1919
agent_id = coder_agent.example.id
2020
app_name = "demo-app"
2121
project_id = "aaa-bbb-ccc"
@@ -41,7 +41,7 @@ To fetch all secrets from the HCP Vault Secrets app, skip the `secrets` input.
4141
```tf
4242
module "vault" {
4343
source = "registry.coder.com/modules/hcp-vault-secrets/coder"
44-
version = "1.0.3"
44+
version = "1.0.7"
4545
agent_id = coder_agent.example.id
4646
app_name = "demo-app"
4747
project_id = "aaa-bbb-ccc"
@@ -55,7 +55,7 @@ To fetch selective secrets from the HCP Vault Secrets app, set the `secrets` inp
5555
```tf
5656
module "vault" {
5757
source = "registry.coder.com/modules/hcp-vault-secrets/coder"
58-
version = "1.0.3"
58+
version = "1.0.7"
5959
agent_id = coder_agent.example.id
6060
app_name = "demo-app"
6161
project_id = "aaa-bbb-ccc"
@@ -70,7 +70,7 @@ Set `client_id` and `client_secret` as module inputs.
7070
```tf
7171
module "vault" {
7272
source = "registry.coder.com/modules/hcp-vault-secrets/coder"
73-
version = "1.0.3"
73+
version = "1.0.7"
7474
agent_id = coder_agent.example.id
7575
app_name = "demo-app"
7676
project_id = "aaa-bbb-ccc"

vault-github/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This module lets you authenticate with [Hashicorp Vault](https://www.vaultprojec
1515
```tf
1616
module "vault" {
1717
source = "registry.coder.com/modules/vault-github/coder"
18-
version = "1.0.4"
18+
version = "1.0.7"
1919
agent_id = coder_agent.example.id
2020
vault_addr = "https://vault.example.com"
2121
}
@@ -46,7 +46,7 @@ To configure the Vault module, you must set up a Vault GitHub auth method. See t
4646
```tf
4747
module "vault" {
4848
source = "registry.coder.com/modules/vault-github/coder"
49-
version = "1.0.4"
49+
version = "1.0.7"
5050
agent_id = coder_agent.example.id
5151
vault_addr = "https://vault.example.com"
5252
coder_github_auth_id = "my-github-auth-id"
@@ -58,7 +58,7 @@ module "vault" {
5858
```tf
5959
module "vault" {
6060
source = "registry.coder.com/modules/vault-github/coder"
61-
version = "1.0.4"
61+
version = "1.0.7"
6262
agent_id = coder_agent.example.id
6363
vault_addr = "https://vault.example.com"
6464
coder_github_auth_id = "my-github-auth-id"
@@ -71,7 +71,7 @@ module "vault" {
7171
```tf
7272
module "vault" {
7373
source = "registry.coder.com/modules/vault-github/coder"
74-
version = "1.0.4"
74+
version = "1.0.7"
7575
agent_id = coder_agent.example.id
7676
vault_addr = "https://vault.example.com"
7777
vault_cli_version = "1.15.0"

vault-token/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ variable "vault_token" {
2121
2222
module "vault" {
2323
source = "registry.coder.com/modules/vault-token/coder"
24-
version = "1.0.4"
24+
version = "1.0.7"
2525
agent_id = coder_agent.example.id
2626
vault_token = var.token
2727
vault_addr = "https://vault.example.com"
@@ -74,7 +74,7 @@ variable "vault_token" {
7474
7575
module "vault" {
7676
source = "registry.coder.com/modules/vault-token/coder"
77-
version = "1.0.4"
77+
version = "1.0.7"
7878
agent_id = coder_agent.example.id
7979
vault_addr = "https://vault.example.com"
8080
vault_token = var.token

0 commit comments

Comments
 (0)