From ca35234a30a2aeb2254dec4db6cf09a1fce3c9d7 Mon Sep 17 00:00:00 2001 From: Andrew Harding Date: Wed, 23 Oct 2024 10:22:40 -0600 Subject: [PATCH] Update CHANGELOG for v1.11.0 release (#5596) Signed-off-by: Andrew Harding --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c7daabd11..6b3af9b68c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [1.11.0] - 2024-10-24 + +### Added + +- 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) +- Improved CPU and memory resource usage for concurrent Kubernetes Workload attestation (#5408) +- Documentation additions and improvements (#5589, #5588, #5499, #5433, #5430, #5269) + +### Changed + +- SPIRE Agent LRU identity cache is now unconditionally enabled. The LRU size can be controlled via the `x509_svid_cache_max_size` configuration option. (#5383, #5531) +- Entry API RPCs return per-entry InvalidArgument status when creating/updating malformed entries (#5506) +- Support for CGroups v2 in K8s and Docker workload attestors is now enabled by default (#5454) + +### Removed + +- Deprecated -ttl flag from the SPIRE Server `entry create` and `entry update` commands (#5483) +- Official support for MySQL 5.X. While SPIRE may continue to work with this version, no explicit testing will be performed by the project (#5487) + +### Fixed + +- 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