From d402c56c0902a77a6612c0e3913dd9071aee7184 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Tue, 28 Jan 2025 09:21:54 +0100 Subject: [PATCH 1/2] Update CHANGELOG.md from release 24.11.1 Signed-off-by: Andrew Kenworthy --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa7b6c21..7b9b5f33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,11 @@ ## [Unreleased] -### Added +## [24.11.1] - 2025-01-10 + +## [24.11.1-rc2] - 2024-12-12 -- Run a `containerdebug` process in the background of each Superset container to collect debugging information ([#578]). -- Aggregate emitted Kubernetes events on the CustomResources ([#585]). +## [24.11.1-rc1] - 2024-12-06 ### Fixed @@ -16,7 +17,6 @@ [#568]: https://github.com/stackabletech/superset-operator/pull/568 [#569]: https://github.com/stackabletech/superset-operator/pull/569 -[#578]: https://github.com/stackabletech/superset-operator/pull/578 ## [24.11.0] - 2024-11-18 From 66060baaa2b61f18b62460ae8f988a12486d4720 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Tue, 28 Jan 2025 11:21:39 +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 7b9b5f33..abe82c2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,15 @@ ## [Unreleased] -## [24.11.1] - 2025-01-10 +### Added -## [24.11.1-rc2] - 2024-12-12 +- Run a `containerdebug` process in the background of each Superset container to collect debugging information ([#578]). +- Aggregate emitted Kubernetes events on the CustomResources ([#585]). -## [24.11.1-rc1] - 2024-12-06 +[#578]: https://github.com/stackabletech/superset-operator/pull/578 +[#585]: https://github.com/stackabletech/superset-operator/pull/585 + +## [24.11.1] - 2025-01-10 ### Fixed