v2.1.1 (🐞Squashing Bugs)
What's Changed
- updated README due to the new release by @ivannalisetska in #53
- SUP-2419: Add CODEOWNERS by @tomowatt in #54
- Fix integration tests by @toote in #56
- Remove explicit targeting of the hosted queue by @yob in #57
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: ./run_build.sh
plugins:
- vault-secrets#v2.1.0:
+ vault-secrets#v2.1.1:
server: "https://my-vault-server"
path: secret/buildkite
auth:
method: "approle"
role-id: "my-role-id"
Full Changelog: v2.1.0...v2.1.1