From 1af5ea05216cc86dbc7d71f5e05725dc5378c50c Mon Sep 17 00:00:00 2001 From: Siegfried Weber Date: Tue, 26 Nov 2024 17:31:28 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcbbdae1..a0bd335c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Fixed + +- BREAKING: Use distinct ServiceAccounts for the Stacklets, so that multiple Stacklets can be + deployed in one namespace. Existing Stacklets will use the newly created ServiceAccounts after + restart ([#656]). + +[#656]: https://github.com/stackabletech/opa-operator/pull/656 + ## [24.11.0] - 2024-11-18 ### Added @@ -25,7 +33,6 @@ All notable changes to this project will be documented in this file. - Bundle builder should no longer keep serving deleted rules until it is restarted ([#578]). - Failing to parse one `OpaCluster` should no longer cause the whole operator to stop functioning ([#638]). -- BREAKING: Use distinct ServiceAccounts for the Stacklets, so that multiple Stacklets can be deployed in one namespace. Existing Stacklets will use the newly created ServiceAccounts after restart ([#656]). ### Removed @@ -38,7 +45,6 @@ All notable changes to this project will be documented in this file. [#622]: https://github.com/stackabletech/opa-operator/pull/622 [#637]: https://github.com/stackabletech/opa-operator/pull/637 [#638]: https://github.com/stackabletech/opa-operator/pull/638 -[#656]: https://github.com/stackabletech/opa-operator/pull/656 ## [24.7.0] - 2024-07-24