From ca37f8fbfa235b9c8ca209af6d508ac45316064a Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Tue, 28 Jan 2025 09:21:33 +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 df635fac..a22f3d12 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-10 + +## [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 ([#722]). -- Run a `containerdebug` process in the background of each Nifi container to collect debugging information ([#730]). -- Aggregate emitted Kubernetes events on the CustomResources ([#742]). +## [24.11.1-rc1] - 2024-12-06 ### Fixed @@ -20,9 +19,6 @@ All notable changes to this project will be documented in this file. [#717]: https://github.com/stackabletech/nifi-operator/pull/717 [#718]: https://github.com/stackabletech/nifi-operator/pull/718 -[#722]: https://github.com/stackabletech/nifi-operator/pull/722 -[#730]: https://github.com/stackabletech/nifi-operator/pull/730 -[#742]: https://github.com/stackabletech/nifi-operator/pull/742 ## [24.11.0] - 2024-11-18 From c15765589bb73db84a1ad1ce06e933aef495f97e Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Tue, 28 Jan 2025 11:06:47 +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 a22f3d12..c559293b 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-10 +### 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 ([#722]). +- Run a `containerdebug` process in the background of each Nifi container to collect debugging information ([#730]). +- Aggregate emitted Kubernetes events on the CustomResources ([#742]). -## [24.11.1-rc1] - 2024-12-06 +[#722]: https://github.com/stackabletech/nifi-operator/pull/722 +[#730]: https://github.com/stackabletech/nifi-operator/pull/730 +[#742]: https://github.com/stackabletech/nifi-operator/pull/742 + +## [24.11.1] - 2025-01-10 ### Fixed