Releases: buildkite-plugins/cluster-secrets-buildkite-plugin
Releases · buildkite-plugins/cluster-secrets-buildkite-plugin
Spooky 👻🎃 (v1.0.0)
The big 1.0! This release adds the ability to reference individual secret keys as well as the keeping the existing functionality of referencing an env
key in Buildkite Secrets!
steps:
- command: echo "The content of ANIMAL is \$ANIMAL"
plugins:
- cluster-secrets#v1.0.0:
env: "foo"
variables:
ANIMAL: llamas
FOO: bar
Check the README for details on the new features!
What's Changed
- chore: add CODEOWNERS by @jeremybumsted in #4
- Correct URL for creating secrets in Buildkite docs by @jessexoc in #5
- Update README.md by @nsuma8989 in #6
- chore(deps): update buildkite plugin shellcheck to v1.4.0 by @renovate in #7
- Add support for reading secrets one at a time by @yob in #8
- Update README.md by @jeremybumsted in #9
New Contributors
- @jessexoc made their first contribution in #5
- @nsuma8989 made their first contribution in #6
- @yob made their first contribution in #8
Full Changelog: v0.1.0...v1.0.0
v0.1.0 (🤠 Stampede)
First release!
What's Changed
- plugin MVP, see README by @jeremybumsted in #1
- Configure Renovate by @renovate in #2
New Contributors
- @jeremybumsted made their first contribution in #1
- @renovate made their first contribution in #2
Full Changelog: https://github.com/buildkite-plugins/cluster-secrets-buildkite-plugin/commits/v0.1.0