Skip to content

Commit

Permalink
Merge pull request #61 from buildkite-plugins/update-readme-v2.2.0
Browse files Browse the repository at this point in the history
update README for release
  • Loading branch information
jeremybumsted authored Oct 7, 2024
2 parents af8e24e + f61a239 commit a22f13c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export VAULT_SECRET_ID="$(vault read -field "secret_id" auth/approle/role/buildk
steps:
- command: ./run_build.sh
plugins:
- vault-secrets#v2.1.1:
- vault-secrets#v2.2.0:
server: "https://my-vault-server"
path: secret/buildkite
auth:
Expand All @@ -49,7 +49,7 @@ SUPER_SECRET_ID=$(vault read -field "secret_id" auth/approle/role/buildkite/secr
steps:
- command: ./run_build.sh
plugins:
- vault-secrets#v2.1.1:
- vault-secrets#v2.2.0:
server: "https://my-vault-server"
path: secret/buildkite
auth:
Expand All @@ -64,7 +64,7 @@ steps:
steps:
- command: ./run_build.sh
plugins:
- vault-secrets#v2.1.1:
- vault-secrets#v2.2.0:
server: "https://my-vault-server"
path: secret/buildkite
auth:
Expand All @@ -77,7 +77,7 @@ steps:
steps:
- command: ./run_build.sh
plugins:
- vault-secrets#v2.1.1:
- vault-secrets#v2.2.0:
server: "https://my-vault-server"
path: secret/buildkite
auth:
Expand All @@ -92,7 +92,7 @@ This secret should still follow the same conventions as the `env` and `environme
steps:
- command: ./run_build.sh
plugins:
- vault-secrets#v2.1.1:
- vault-secrets#v2.2.0:
server: "https://my-vault-server"
secret: supersecret
path: secret/buildkite
Expand Down Expand Up @@ -132,7 +132,7 @@ This secret should still follow the same conventions as the `env` and `environme
steps:
- command: ./run_build.sh
plugins:
- vault-secrets#v2.1.1:
- vault-secrets#v2.2.0:
server: "https://my-vault-server"
secret: supersecret
path: secret/buildkite
Expand All @@ -154,7 +154,7 @@ The keys in the `env` secret are exposed in the `checkout` and `command` as envi
steps:
- command: ./run_build.sh
plugins:
- vault-secrets#v2.1.1:
- vault-secrets#v2.2.0:
server: "https://my-vault-server"
path: secret/buildkite
auth:
Expand All @@ -169,7 +169,7 @@ steps:
steps:
- command: ./run_build.sh
plugins:
- vault-secrets#v2.1.1:
- vault-secrets#v2.2.0:
server: "https://my-vault-server"
path: secret/buildkite
auth:
Expand All @@ -182,7 +182,7 @@ steps:
steps:
- command: ./run_build.sh
plugins:
- vault-secrets#v2.1.1:
- vault-secrets#v2.2.0:
server: "https://my-vault-server"
path: secret/buildkite
auth:
Expand Down Expand Up @@ -386,7 +386,7 @@ Example:
steps:
- command: ./run_build.sh
plugins:
- vault-secrets#v2.1.1:
- vault-secrets#v2.2.0:
server: https://my-vault-server
auth:
method: 'approle'
Expand Down

0 comments on commit a22f13c

Please sign in to comment.