Skip to content

Commit

Permalink
Merge pull request #33 from buildkite-plugins/110-release
Browse files Browse the repository at this point in the history
bump plugin version for README examples
  • Loading branch information
jeremybumsted authored Jun 29, 2023
2 parents 34ae8d7 + b4ec38a commit b62b829
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The keys in the `env` secret are exposed in the `checkout` and `command` as envi
steps:
- command: ./run_build.sh
plugins:
- vault-secrets#v1.0.0:
- vault-secrets#v1.1.0:
server: "https://my-vault-server"
path: secret/buildkite
auth:
Expand All @@ -35,7 +35,7 @@ steps:
steps:
- command: ./run_build.sh
plugins:
- vault-secrets#v1.0.0:
- vault-secrets#v1.1.0:
server: "https://my-vault-server"
path: secret/buildkite
auth:
Expand All @@ -48,7 +48,7 @@ steps:
steps:
- command: ./run_build.sh
plugins:
- vault-secrets#v1.0.0:
- vault-secrets#v1.1.0:
server: "https://my-vault-server"
path: secret/buildkite
auth:
Expand Down Expand Up @@ -215,7 +215,7 @@ Example:
steps:
- command: ./run_build.sh
plugins:
- vault-secrets#v1.0.0:
- vault-secrets#v1.1.0:
server: https://my-vault-server
auth:
method: 'approle'
Expand Down

0 comments on commit b62b829

Please sign in to comment.