From 21f423d91e931c38690d5f7971bcdb07ab748815 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Tue, 28 Jan 2025 09:21:05 +0100 Subject: [PATCH 1/2] 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 6e3ac0eb..ee652a50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,11 @@ ## [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 ([#598]). -- Run a `containerdebug` process in the background of each HBase container to collect debugging information ([#605]). -- Aggregate emitted Kubernetes events on the CustomResources ([#612]). +## [24.11.1-rc1] - 2024-12-06 ### Fixed @@ -16,9 +15,6 @@ restart ([#594]). [#594]: https://github.com/stackabletech/hbase-operator/pull/594 -[#598]: https://github.com/stackabletech/hbase-operator/pull/598 -[#605]: https://github.com/stackabletech/hbase-operator/pull/605 -[#612]: https://github.com/stackabletech/hbase-operator/pull/612 ## [24.11.0] - 2024-11-18 From 8bf518124a91f942084f61aafbf25c956e8efe9c Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Tue, 28 Jan 2025 09:42:52 +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 ee652a50..a4df65ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,18 @@ ## [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 ([#598]). +- Run a `containerdebug` process in the background of each HBase container to collect debugging information ([#605]). +- Aggregate emitted Kubernetes events on the CustomResources ([#612]). -## [24.11.1-rc1] - 2024-12-06 +[#598]: https://github.com/stackabletech/hbase-operator/pull/598 +[#605]: https://github.com/stackabletech/hbase-operator/pull/605 +[#612]: https://github.com/stackabletech/hbase-operator/pull/612 + +## [24.11.1] - 2025-01-09 ### Fixed