Skip to content

Releases: buildkite-plugins/vault-secrets-buildkite-plugin

v2.2.0 (📝 Jot It Down)

07 Oct 18:29
a22f13c
Compare
Choose a tag to compare

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

v2.1.1 (🐞Squashing Bugs)

20 Aug 21:24
7815da7
Compare
Choose a tag to compare

What's Changed

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

v2.0.0 ( ☔ Beautiful Rainy Day)

07 Sep 21:14
dedaac7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v2.0.0

v1.1.0 ☀️ Summertime

29 Jun 19:04
b62b829
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @toote made their first contribution in #22

Full Changelog: v1.0.0...v1.1.0

v1.0.0 (❄️ Spring Snow 🌸)

27 Mar 18:20
91666c7
Compare
Choose a tag to compare

The first official release of the Vault Secrets Buildkite plugin 🎉

What's Changed

Full Changelog: v0.2.2...v1.0.0

v0.2.2

29 Sep 20:50
df2c8c6
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

Fix issues that prevent custom secret paths from being used

0.2.1

28 Sep 19:54
1900971
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Fixes issues with VAULT_TOKEN not being exported properly.

First day of Fall 🍁

21 Sep 16:55
4056e97
Compare
Choose a tag to compare
Pre-release

Brings plugin up-to-date with the latest version of the Vault CLI

  • Support AppRole authentication
  • Support KV2 secrets engine
  • Updated README with examples for usage