From a38f05619e978878b4e8e1caabb401229dde78fa Mon Sep 17 00:00:00 2001 From: Marcos Yacob Date: Thu, 1 Aug 2024 16:10:51 -0300 Subject: [PATCH] Add release v1.10.1 changelog (#5346) * Add release v1.10.1 changelog Signed-off-by: Marcos Yacob --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fd80e9129..b58e2886fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.10.1] - 2024-08-01 + +### Added + +- New Grafana dashboard template (#5188) +- `aws_rolesanywhere_trustanchor` BundlePublisher plugin (#5048) + +### Changed + +- `spire` UpstreamAuthority to optionally use the Preferred TTL on intermediate authorities (#5264) +- Federation endpoint to support custom bundle and certificates for authorization (#5163) +- Small documentation improvements (#5235, #5220) + +### Fixed + +- Event-based cache to handle events missed at the cache startup (#5289) +- LRU cache to no longer send update notifications to all subscribers (#5281) + ## [1.10.0] - 2024-06-24 ### Added