Skip to content

Spooky 👻🎃 (v1.0.0)

Latest
Compare
Choose a tag to compare
@jeremybumsted jeremybumsted released this 31 Oct 00:43
4354358

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