From 6c14e9181fc88ef7da8e9ca7905367ac609c4af2 Mon Sep 17 00:00:00 2001 From: Andrew Harding Date: Mon, 25 Mar 2024 12:27:55 -0600 Subject: [PATCH] CHANGELOG update for version v1.9.2 (#5013) Signed-off-by: Andrew Harding --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad154b27f8..d18c7940b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.9.2] - 2024-03-25 + +### Added + +- Support for AWS IAM-based authentication with AWS RDS backed databases (#4828) +- Support for adjusting the SPIRE Server log level at runtime (#4880) +- New `retry_bootstrap` option to SPIRE Agent to retry failed bootstrapping with SPIRE Server, with a backoff, in lieu of failing the startup process (#4597) +- Improved logging (#4902, #4906) +- Documentation improvements (#4895, #4951, #4907) + ## [1.9.1] - 2024-03-05 ### Security