From 6380a5d02c0a2a7229bcafce345e5ec223d70390 Mon Sep 17 00:00:00 2001 From: Andrew Harding Date: Tue, 22 Oct 2024 16:01:43 -0600 Subject: [PATCH] Fix lint and address feedback Signed-off-by: Andrew Harding --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ee5f89764..54d8dae82b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,8 @@ ### Added -- Support for forced rotation and revocation (https://github.com/orgs/spiffe/projects/21)!!! -- New EJBCA UpstreamAuthority plugin for SPIRE SErver (#5378) +- Support for forced rotation and revocation ()!!! +- New EJBCA UpstreamAuthority plugin for SPIRE Server (#5378) - Support for variables in templates contained in the config file (#5576) - Support for the configuration validation RPC on all built-in plugins (#5303) - Improved logging when built-in plugins panic (#5476) @@ -29,7 +29,6 @@ - Missing TrustDomain field passed to x509pop path template (#5577) - Behavior in the experimental events-based cache causing duplicate entries/agents evaluation in the same cycle (#5509) - ## [1.10.4] - 2024-09-12 ### Fixed