From d7012c97f532dc3c7293a8e28b21fa0039181b6c 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 40b244366b..fed5d2b450 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. ```