Update Vault Proxy changelog to use the new feature format (#20811)
This commit is contained in:
parent
9fbf8ad72f
commit
325c0dd1ac
|
@ -1,3 +1,3 @@
|
|||
```release-note:feature
|
||||
proxy: Introduced Vault Proxy, a new subcommand of the Vault binary that can be invoked using `vault proxy -config=config.hcl`. It currently has the same feature set as Vault Agent's API proxy, but the two may diverge in the future. We plan to deprecate the API proxy functionality of Vault Agent in a future release.
|
||||
**Vault Proxy**: Introduced Vault Proxy, a new subcommand of the Vault binary that can be invoked using `vault proxy -config=config.hcl`. It currently has the same feature set as Vault Agent's API proxy, but the two may diverge in the future. We plan to deprecate the API proxy functionality of Vault Agent in a future release.
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue