diff --git a/CHANGELOG.md b/CHANGELOG.md index 22ea5218..bb0203a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Fixed + +- Fix OIDC endpoint construction in case the `rootPath` does not have a trailing slash ([#718]). +- 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 ([#717]). + +[#717]: https://github.com/stackabletech/nifi-operator/pull/717 +[#718]: https://github.com/stackabletech/nifi-operator/pull/718 + ## [24.11.0] - 2024-11-18 ### Added @@ -30,8 +40,6 @@ All notable changes to this project will be documented in this file. - Switch from `flow.xml.gz` to `flow.json.gz` to allow seamless upgrades to version 2.0 ([#675]). - Failing to parse one `NifiCluster`/`AuthenticationClass` should no longer cause the whole operator to stop functioning ([#662]). - NiFi will now use the JDK trust store when an OIDC provider uses WebPKI as CA ([#686], [#698]). -- Fix OIDC endpoint construction in case the `rootPath` does not have a trailing slash ([#718]). -- 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 ([#717]). ### Removed @@ -52,8 +60,6 @@ All notable changes to this project will be documented in this file. [#698]: https://github.com/stackabletech/nifi-operator/pull/698 [#702]: https://github.com/stackabletech/nifi-operator/pull/702 [#708]: https://github.com/stackabletech/nifi-operator/pull/708 -[#717]: https://github.com/stackabletech/nifi-operator/pull/717 -[#718]: https://github.com/stackabletech/nifi-operator/pull/718 ## [24.7.0] - 2024-07-24