Skip to content

Commit ed0a869

Browse files
Update changelog
1 parent 309fb39 commit ed0a869

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Fixed
8+
9+
- Fix OIDC endpoint construction in case the `rootPath` does not have a trailing slash ([#718]).
10+
- BREAKING: Use distinct ServiceAccounts for the Stacklets, so that multiple Stacklets can be
11+
deployed in one namespace. Existing Stacklets will use the newly created ServiceAccounts after
12+
restart ([#717]).
13+
14+
[#717]: https://github.com/stackabletech/nifi-operator/pull/717
15+
[#718]: https://github.com/stackabletech/nifi-operator/pull/718
16+
717
## [24.11.0] - 2024-11-18
818

919
### Added
@@ -30,8 +40,6 @@ All notable changes to this project will be documented in this file.
3040
- Switch from `flow.xml.gz` to `flow.json.gz` to allow seamless upgrades to version 2.0 ([#675]).
3141
- Failing to parse one `NifiCluster`/`AuthenticationClass` should no longer cause the whole operator to stop functioning ([#662]).
3242
- NiFi will now use the JDK trust store when an OIDC provider uses WebPKI as CA ([#686], [#698]).
33-
- Fix OIDC endpoint construction in case the `rootPath` does not have a trailing slash ([#718]).
34-
- 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]).
3543

3644
### Removed
3745

@@ -52,8 +60,6 @@ All notable changes to this project will be documented in this file.
5260
[#698]: https://github.com/stackabletech/nifi-operator/pull/698
5361
[#702]: https://github.com/stackabletech/nifi-operator/pull/702
5462
[#708]: https://github.com/stackabletech/nifi-operator/pull/708
55-
[#717]: https://github.com/stackabletech/nifi-operator/pull/717
56-
[#718]: https://github.com/stackabletech/nifi-operator/pull/718
5763

5864
## [24.7.0] - 2024-07-24
5965

0 commit comments

Comments
 (0)