From 00241cb0f99bb1674681dd244bcf0ed516413321 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Tue, 28 Jan 2025 09:21:19 +0100 Subject: [PATCH 1/2] Update CHANGELOG.md from release 24.11.1 Signed-off-by: Andrew Kenworthy --- CHANGELOG.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 306e98bb..968283df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +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 -- Run a `containerdebug` process in the background of each Hive container to collect debugging information ([#554]). -- Aggregate emitted Kubernetes events on the CustomResources ([#560]). +## [24.11.1-rc1] - 2024-12-06 ### Fixed @@ -16,8 +17,6 @@ All notable changes to this project will be documented in this file. restart ([#544]). [#544]: https://github.com/stackabletech/hive-operator/pull/544 -[#554]: https://github.com/stackabletech/hive-operator/pull/554 -[#560]: https://github.com/stackabletech/hive-operator/pull/560 ## [24.11.0] - 2024-11-18 From a1a352cb2abe07aa4a6178d0ca0ef52cbb6c1c77 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Tue, 28 Jan 2025 09:53:02 +0100 Subject: [PATCH 2/2] corrections --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 968283df..3e4e892a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,15 @@ 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 +- Run a `containerdebug` process in the background of each Hive container to collect debugging information ([#554]). +- Aggregate emitted Kubernetes events on the CustomResources ([#560]). -## [24.11.1-rc1] - 2024-12-06 +[#554]: https://github.com/stackabletech/hive-operator/pull/554 +[#560]: https://github.com/stackabletech/hive-operator/pull/560 + +## [24.11.1] - 2025-01-10 ### Fixed