What's Changed
- chore(deps): update buildkite plugin docker-compose to v5.4.0 by @renovate in #58
- chore(deps): update buildkite plugin shellcheck to v1.4.0 by @renovate in #59
- fix: JWT auth method by @jeremybumsted in #60
- update README for release by @jeremybumsted in #61
Upgrading
To upgrade, update your pipeline.yml
files:
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:
method: "approle"
role-id: "my-role-id"
Full Changelog: v2.1.1...v2.2.0