From bb940121804e8a35c931145f864260d6c32ee674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Mart=C3=ADnez=20Fay=C3=B3?= Date: Wed, 26 Jul 2023 19:40:33 -0300 Subject: [PATCH] Add #4352 as part of the Changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Agustín Martínez Fayó --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f361995331..31ba95f00f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ ### Fixed +- Regression causing X509 CAs minted by an UpstreamAuthority plugin to be rejected if they have the digitalSignature key usage set(#4352) - SPIRE Agent cache bug resulting in workloads receiving JWT-SVIDs with incomplete audience set (#4309) - The `spire-server agent show` command to properly show the "Can re-attest" attribute (#4288)