Update Vault Proxy changelog to use the new feature format (#20811)

This commit is contained in:
Violet Hynes
2023-05-26 11:56:20 -04:00
committed by GitHub
parent 0c7a3c0300
commit d7012c97f5

View File

@@ -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.
```