Skip to content

Releases: hashicorp/vault-action

v2.1.0

06 Oct 17:19
2ca76a4
Compare
Choose a tag to compare

Updated CHANGELOG.

v2.0.1

15 Sep 18:59
952d5d4
Compare
Choose a tag to compare

Updated CHANGELOG.

v2.0.0

24 Aug 23:25
e27b456
Compare
Choose a tag to compare

2.0.0 (August 24th, 2020)

Features:

  • Added TLS and mTLS support GH-97

Improvements:

  • Breaking change: removed KV specific parameters and generalized secret UX GH-102

v1.0.1

12 Apr 05:12
Compare
Choose a tag to compare

1.0.1 (2020-04-12)

Bug Fixes

  • mark actions dep as option (22e3f3e)

v1.0.0

12 Apr 05:05
Compare
Choose a tag to compare

1.0.0 (2020-04-12)

Features

  • add npm publish and JSONata parsing (727494f)

BREAKING CHANGES

  • Switches Key retrieval to use JSONata for parsing.
    This allows for more powerful key retrieval and output, but resulted
    in a number of related changes to how both key retrieval is done and
    how "automatic" output & env keys are generated.

Adds an NPM lib publish to allow consuming parts for other actions that
may want to interact with Vault using vault-action's syntax or parts
without being forced to use the action itself.

v0.10.2

07 Apr 17:18
Compare
Choose a tag to compare

0.10.2 (2020-04-07)

Bug Fixes

  • actually allow custom methods (83d944b)

v0.10.1

07 Apr 17:10
Compare
Choose a tag to compare

0.10.1 (2020-04-07)

Bug Fixes

  • document custom authentication method (567ec72)

v0.10.0

04 Apr 18:21
5c46496
Compare
Choose a tag to compare

0.10.0 (2020-04-04)

Features

v0.9.0

31 Mar 17:21
Compare
Choose a tag to compare

0.9.0 (2020-03-31)

Features

  • add GitHub auth and cleanup docs a little (795c9ed)

  • added the ability to disable automatically setting environment variables via exportEnv.

v0.8.0

11 Mar 19:04
Compare
Choose a tag to compare

0.8.0 (2020-03-11)

Bug Fixes

  • release new action bundle (4ab6f60)

Features

  • add the ability to set extra headers (#27) (bef2eb0)