5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 15:16:56 +00:00

changelog

This commit is contained in:
JM Faircloth 2024-04-12 09:36:12 -05:00
parent 52aa205c7a
commit 8f87afeb79

View file

@ -1,5 +1,9 @@
## Unreleased
Improvements:
* fix wildcard handling when field contains dot [GH-542](https://github.com/hashicorp/vault-action/pull/542)
Features:
* `secretId` is no longer required for approle to support advanced use cases like machine login when `bind_secret_id` is false. [GH-522](https://github.com/hashicorp/vault-action/pull/522)