From cbbcc1705054c9c4f401b363373904623eb542fc Mon Sep 17 00:00:00 2001 From: Siegfried Weber Date: Tue, 26 Nov 2024 09:37:05 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99a5fb67..947d583e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## [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 ([#545]). + +[#545]: https://github.com/stackabletech/airflow-operator/pull/545 + ## [24.11.0] - 2024-11-18 ### Added @@ -26,7 +34,6 @@ - Pass gitsync credentials through properly and use a fine-grained access token ([#489]). - Failing to parse one `AirflowCluster`/`AuthenticationClass` should no longer cause the whole operator to stop functioning ([#520]). -- 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 ([#545]). [#488]: https://github.com/stackabletech/airflow-operator/pull/488 [#489]: https://github.com/stackabletech/airflow-operator/pull/489 @@ -36,7 +43,6 @@ [#520]: https://github.com/stackabletech/airflow-operator/pull/520 [#524]: https://github.com/stackabletech/airflow-operator/pull/524 [#530]: https://github.com/stackabletech/airflow-operator/pull/530 -[#545]: https://github.com/stackabletech/airflow-operator/pull/545 ## [24.7.0] - 2024-07-24