From 1572ce28a6b2d2ac0902458b132a9499572af8e0 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Tue, 28 Jan 2025 09:21:37 +0100 Subject: [PATCH 1/3] Update CHANGELOG.md from release 24.11.1 Signed-off-by: Andrew Kenworthy --- CHANGELOG.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdde0227..8286e1ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +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 OPA container to collect debugging information ([#666]). -- Added support for OPA `1.0.0` ([#677]). -- Aggregate emitted Kubernetes events on the CustomResources ([#675]). +## [24.11.1-rc1] - 2024-12-06 ### Fixed @@ -16,14 +16,7 @@ All notable changes to this project will be documented in this file. deployed in one namespace. Existing Stacklets will use the newly created ServiceAccounts after restart ([#656]). -### Removed - -- Removed support for OPA `0.66.0` ([#677]). - [#656]: https://github.com/stackabletech/opa-operator/pull/656 -[#666]: https://github.com/stackabletech/opa-operator/pull/666 -[#677]: https://github.com/stackabletech/opa-operator/pull/677 -[#675]: https://github.com/stackabletech/opa-operator/pull/675 ## [24.11.0] - 2024-11-18 From 0b39cff010d54f6ad66bb421ebda87921b44d622 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Tue, 28 Jan 2025 11:09:31 +0100 Subject: [PATCH 2/3] corrections --- CHANGELOG.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8286e1ba..2b5497e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,17 @@ 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 OPA container to collect debugging information ([#666]). +- Added support for OPA `1.0.0` ([#677]). +- Aggregate emitted Kubernetes events on the CustomResources ([#675]). -## [24.11.1-rc1] - 2024-12-06 +[#666]: https://github.com/stackabletech/opa-operator/pull/666 +[#677]: https://github.com/stackabletech/opa-operator/pull/677 +[#675]: https://github.com/stackabletech/opa-operator/pull/675 + +## [24.11.1] - 2025-01-10 ### Fixed From 063ded2b39ab654f00ba1081cd0dc1708b64790f Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Tue, 28 Jan 2025 11:10:17 +0100 Subject: [PATCH 3/3] corrections II --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b5497e9..3a7ab414 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ All notable changes to this project will be documented in this file. - Added support for OPA `1.0.0` ([#677]). - Aggregate emitted Kubernetes events on the CustomResources ([#675]). +### Removed + +- Removed support for OPA `0.66.0` ([#677]). + [#666]: https://github.com/stackabletech/opa-operator/pull/666 [#677]: https://github.com/stackabletech/opa-operator/pull/677 [#675]: https://github.com/stackabletech/opa-operator/pull/675