Skip to content

v2.2.0 (📝 Jot It Down)

Latest
Compare
Choose a tag to compare
@jeremybumsted jeremybumsted released this 07 Oct 18:29
· 4 commits to master since this release
a22f13c

What's Changed

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