Skip to content

Commit

Permalink
Update to v2.6.0 (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
fairclothjm committed Jun 7, 2023
1 parent 14a4a05 commit bb61006
Show file tree
Hide file tree
Showing 2 changed files with 258 additions and 219 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
## Unreleased

## 2.6.0 (June 7, 2023)

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)

Bugs:

* Handle undefined response in getSecrets error handler [GH-431](https://github.com/hashicorp/vault-action/pull/431)

## 2.5.0 (Jan 26th, 2023)

Features:
Expand Down
Loading

0 comments on commit bb61006

Please sign in to comment.