mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-07 15:16:56 +00:00
chore: update changelog
This commit is contained in:
parent
e9b79cbe45
commit
0455a470f5
2 changed files with 1 additions and 2 deletions
|
|
@ -7,6 +7,7 @@ Improvements:
|
||||||
Features:
|
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)
|
* `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)
|
||||||
|
* Wildcard secret imports can use `**` to retain case of exported env keys [GH-545](https://github.com/hashicorp/vault-action/pull/545)
|
||||||
|
|
||||||
## 3.0.0 (February 15, 2024)
|
## 3.0.0 (February 15, 2024)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -407,8 +407,6 @@ with:
|
||||||
secret/data/ci/aws ** | MYAPP_ ;
|
secret/data/ci/aws ** | MYAPP_ ;
|
||||||
```
|
```
|
||||||
|
|
||||||
```yaml
|
|
||||||
|
|
||||||
## Other Secret Engines
|
## Other Secret Engines
|
||||||
|
|
||||||
Vault Action currently supports retrieving secrets from any engine where secrets
|
Vault Action currently supports retrieving secrets from any engine where secrets
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue