From 840ec4f59307ef43cdf7ab5f0f3ffc65a35de3b7 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Tue, 28 Jan 2025 09:21:24 +0100 Subject: [PATCH 1/3] Update CHANGELOG.md from release 24.11.1 Signed-off-by: Andrew Kenworthy --- CHANGELOG.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6724e32c..751cced9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,17 +4,11 @@ All notable changes to this project will be documented in this file. ## [Unreleased] -### Deprecated +## [24.11.1] - 2025-01-10 -- The `-nodeport` discovery ConfigMaps have been deprecated for removal ([#813]). - - Any existing uses should be migrated to the primary discovery ConfigMap instead. +## [24.11.1-rc2] - 2024-12-12 -### Added - -- The lifetime of auto generated TLS certificates is now configurable with the role and roleGroup - config property `requestedSecretLifetime`. This helps reduce frequent Pod restarts ([#796]). -- Run a `containerdebug` process in the background of each Kafka container to collect debugging information ([#803]). -- Aggregate emitted Kubernetes events on the CustomResources ([#809]). +## [24.11.1-rc1] - 2024-12-06 ### Fixed @@ -23,9 +17,6 @@ All notable changes to this project will be documented in this file. restart ([#793]). [#793]: https://github.com/stackabletech/kafka-operator/pull/793 -[#796]: https://github.com/stackabletech/kafka-operator/pull/796 -[#803]: https://github.com/stackabletech/kafka-operator/pull/803 -[#813]: https://github.com/stackabletech/kafka-operator/pull/813 ## [24.11.0] - 2024-11-18 From e5c2dd86c68417606c88d554f954a7b9f79782d2 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Tue, 28 Jan 2025 11:01:53 +0100 Subject: [PATCH 2/3] corrections --- CHANGELOG.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 751cced9..246dd0a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,24 @@ All notable changes to this project will be documented in this file. ## [Unreleased] -## [24.11.1] - 2025-01-10 +### Deprecated + +- The `-nodeport` discovery ConfigMaps have been deprecated for removal ([#813]). + - Any existing uses should be migrated to the primary discovery ConfigMap instead. -## [24.11.1-rc2] - 2024-12-12 +### Added + +- The lifetime of auto generated TLS certificates is now configurable with the role and roleGroup + config property `requestedSecretLifetime`. This helps reduce frequent Pod restarts ([#796]). +- Run a `containerdebug` process in the background of each Kafka container to collect debugging information ([#803]). +- Aggregate emitted Kubernetes events on the CustomResources ([#809]). -## [24.11.1-rc1] - 2024-12-06 +[#796]: https://github.com/stackabletech/kafka-operator/pull/796 +[#803]: https://github.com/stackabletech/kafka-operator/pull/803 +[#809]: https://github.com/stackabletech/kafka-operator/pull/809 +[#813]: https://github.com/stackabletech/kafka-operator/pull/813 + +## [24.11.1] - 2025-01-10 ### Fixed From dda806edb3a151421d0c92f304c6e13fb5daa8b6 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Tue, 28 Jan 2025 11:02:24 +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 246dd0a2..c64d5e0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file. - Any existing uses should be migrated to the primary discovery ConfigMap instead. ### Added - + - The lifetime of auto generated TLS certificates is now configurable with the role and roleGroup config property `requestedSecretLifetime`. This helps reduce frequent Pod restarts ([#796]). - Run a `containerdebug` process in the background of each Kafka container to collect debugging information ([#803]).