5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 07:06:56 +00:00
vault-action/CHANGELOG.md
Jason O'Donnell 6c64e41adc
changelog++
2020-10-01 10:23:30 -04:00

1.4 KiB

Unreleased

Features:

  • Added exportToken to share the Vault token as an environment variable GH-127

2.0.1 (September 15th, 2020)

Improvements:

  • bump node-fetch from 2.6.0 to 2.6.1 GH-110
  • bump lodash from 4.17.15 to 4.17.20 GH-111
  • bump npm from 6.14.4 to 6.14.8 GH-112
  • bump @types/jest from 25.1.5 to 26.0.13 GH-114
  • bump @actions/core from 1.2.3 to 1.2.5 GH-115
  • bump jest from 25.2.7 to 26.4.2 GH-116
  • bump got from 11.5.1 to 11.6.2 GH-117
  • update jsonata to version 1.8.3 GH-118
  • update dev dependencies GH-119
  • update kind-of to version 6.0.3 GH-120

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

Bugs: