From ee24bd769689520fd5109d265d451746bcbb7d44 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Tue, 28 Jan 2025 09:22:03 +0100 Subject: [PATCH 1/2] Update CHANGELOG.md from release 24.11.1 Signed-off-by: Andrew Kenworthy --- CHANGELOG.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a121a63c..4fba2ad0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,11 @@ All notable changes to this project will be documented in this file. ## [Unreleased] -### Added +## [24.11.1] - 2025-01-10 + +## [24.11.1-rc2] - 2024-12-12 -- The lifetime of auto generated TLS certificates is now configurable with the role and roleGroup - config property `requestedSecretLifetime`. This helps reduce frequent Pod restarts ([#892]). -- Run a `containerdebug` process in the background of each Zookeeper container to collect debugging information ([#881]). -- Aggregate emitted Kubernetes events on the CustomResources ([#904]). +## [24.11.1-rc1] - 2024-12-06 ### Fixed @@ -17,9 +16,7 @@ All notable changes to this project will be documented in this file. deployed in one namespace. Existing Stacklets will use the newly created ServiceAccounts after restart ([#889]). -[#881]: https://github.com/stackabletech/zookeeper-operator/pull/881 [#889]: https://github.com/stackabletech/zookeeper-operator/pull/889 -[#892]: https://github.com/stackabletech/zookeeper-operator/pull/892 ## [24.11.0] - 2024-11-18 From e84d6b2c0b6775e710a301793ce72c1d33e6da75 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Tue, 28 Jan 2025 11:35:14 +0100 Subject: [PATCH 2/2] corrections --- CHANGELOG.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fba2ad0..569b8356 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,18 @@ All notable changes to this project will be documented in this file. ## [Unreleased] -## [24.11.1] - 2025-01-10 +### Added -## [24.11.1-rc2] - 2024-12-12 +- The lifetime of auto generated TLS certificates is now configurable with the role and roleGroup + config property `requestedSecretLifetime`. This helps reduce frequent Pod restarts ([#892]). +- Run a `containerdebug` process in the background of each Zookeeper container to collect debugging information ([#881]). +- Aggregate emitted Kubernetes events on the CustomResources ([#904]). -## [24.11.1-rc1] - 2024-12-06 +[#881]: https://github.com/stackabletech/zookeeper-operator/pull/881 +[#892]: https://github.com/stackabletech/zookeeper-operator/pull/892 +[#904]: https://github.com/stackabletech/zookeeper-operator/pull/904 + +## [24.11.1] - 2025-01-10 ### Fixed