Skip to content

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

Spooky 👻🎃 (v1.0.0)

31 Oct 00:43
4354358
Compare
Choose a tag to compare

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

New Contributors

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

v0.1.0 (🤠 Stampede)

05 Jul 14:25
40dbf0b
Compare
Choose a tag to compare

First release!

What's Changed

New Contributors

Full Changelog: https://github.com/buildkite-plugins/cluster-secrets-buildkite-plugin/commits/v0.1.0