From 325c0dd1accb02ce2b2bf8728c5d9c509c27ae8a Mon Sep 17 00:00:00 2001 From: Violet Hynes Date: Fri, 26 May 2023 11:56:20 -0400 Subject: [PATCH] Update Vault Proxy changelog to use the new feature format (#20811) --- changelog/20548.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/20548.txt b/changelog/20548.txt index 40b244366..fed5d2b45 100644 --- a/changelog/20548.txt +++ b/changelog/20548.txt @@ -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. ```