From 8c9dd860cda97260c9a6fdff067bfa64b1feafbf Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Tue, 28 Jan 2025 09:21:01 +0100 Subject: [PATCH 1/3] Update CHANGELOG.md from release 24.11.1 Signed-off-by: Andrew Kenworthy --- CHANGELOG.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 743990bf..d774640f 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-09 + +## [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 reducing frequent Pod restarts ([#660]). -- Run a `containerdebug` process in the background of each "druid" container to collect debugging information ([#667]). -- Aggregate emitted Kubernetes events on the CustomResources ([#677]). +## [24.11.1-rc1] - 2024-12-06 ### Fixed @@ -20,9 +19,6 @@ All notable changes to this project will be documented in this file. [#656]: https://github.com/stackabletech/druid-operator/pull/656 [#657]: https://github.com/stackabletech/druid-operator/pull/657 -[#660]: https://github.com/stackabletech/druid-operator/pull/660 -[#667]: https://github.com/stackabletech/druid-operator/pull/667 -[#677]: https://github.com/stackabletech/druid-operator/pull/677 ## [24.11.0] - 2024-11-18 From a1288bd267ca3ffdcd8ad8cdb185f894950bf3fe Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Tue, 28 Jan 2025 09:28:48 +0100 Subject: [PATCH 2/3] corrections --- CHANGELOG.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d774640f..2139fb39 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-09 +### 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 reducing frequent Pod restarts ([#660]). +- Run a `containerdebug` process in the background of each "druid" container to collect debugging information ([#667]). +- Aggregate emitted Kubernetes events on the CustomResources ([#677]). -## [24.11.1-rc1] - 2024-12-06 +[#660]: https://github.com/stackabletech/druid-operator/pull/660 +[#667]: https://github.com/stackabletech/druid-operator/pull/667 +[#677]: https://github.com/stackabletech/druid-operator/pull/677 + +## [24.11.1] - 2025-01-09 ### Fixed From f32d9594b65b26d459e0c98284f76029dbff0bb3 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Tue, 28 Jan 2025 09:29:22 +0100 Subject: [PATCH 3/3] linting --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2139fb39..58b6cdc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file. ### Added - The lifetime of auto generated TLS certificates is now configurable with the role and roleGroup - config property `requestedSecretLifetime`. This helps reducing frequent Pod restarts ([#660]). + config property `requestedSecretLifetime`. This helps reducing frequent Pod restarts ([#660]). - Run a `containerdebug` process in the background of each "druid" container to collect debugging information ([#667]). - Aggregate emitted Kubernetes events on the CustomResources ([#677]).