mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-07 07:06:56 +00:00
Update to v2.6.0 (#458)
This commit is contained in:
parent
14a4a058b4
commit
bb61006b6d
2 changed files with 258 additions and 219 deletions
|
|
@ -1,10 +1,17 @@
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 2.6.0 (June 7, 2023)
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
||||||
* Added support for userpass and ldap authentication methods [GH-440](https://github.com/hashicorp/vault-action/pull/440)
|
* Add ability to set the `vault_token` output to contain the Vault token after authentication [GH-441](https://github.com/hashicorp/vault-action/pull/441)
|
||||||
|
* Add support for userpass and ldap authentication methods [GH-440](https://github.com/hashicorp/vault-action/pull/440)
|
||||||
* Define an output, `errorMessage`, for vault-action's error messages so subsequent steps can read the errors [GH-446](https://github.com/hashicorp/vault-action/pull/446)
|
* Define an output, `errorMessage`, for vault-action's error messages so subsequent steps can read the errors [GH-446](https://github.com/hashicorp/vault-action/pull/446)
|
||||||
|
|
||||||
|
Bugs:
|
||||||
|
|
||||||
|
* Handle undefined response in getSecrets error handler [GH-431](https://github.com/hashicorp/vault-action/pull/431)
|
||||||
|
|
||||||
## 2.5.0 (Jan 26th, 2023)
|
## 2.5.0 (Jan 26th, 2023)
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
|
||||||
468
dist/index.js
vendored
468
dist/index.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue