Skip to content

Commit 073657d

Browse files
committed
chore: Add changelog entry
1 parent 52e55dd commit 073657d

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,9 @@ All notable changes to this project will be documented in this file.
1111
- Enable the [restart-controller](https://docs.stackable.tech/home/nightly/commons-operator/restarter/), so that the Pods are automatically restarted on config changes ([#888]).
1212
- Added support for `2.7.2` ([#893]).
1313

14-
### Removed
15-
16-
- Removed support for `1.27.0` and `2.4.0` ([#893]).
17-
1814
### Changed
1915

16+
- Gracefully shutdown all concurrent tasks by forwarding the SIGTERM signal ([#894]).
2017
- BREAKING: Reworked authorization config to closer match the Apache NiFi internal authorizer interfaces ([#884]).
2118

2219
### Fixed
@@ -25,12 +22,17 @@ All notable changes to this project will be documented in this file.
2522
- The operator now utilizes the `.spec.clusterConfig.authorization.opa.package` property instead of hard-coding the package name to `nifi` ([#881]).
2623
- An `initialAdminUser` can now be provided for file-based authorization (e.g. LDAP) ([#884]).
2724

25+
### Removed
26+
27+
- Removed support for `1.27.0` and `2.4.0` ([#893]).
28+
2829
[#870]: https://github.com/stackabletech/nifi-operator/pull/870
2930
[#881]: https://github.com/stackabletech/nifi-operator/pull/881
3031
[#884]: https://github.com/stackabletech/nifi-operator/pull/884
3132
[#885]: https://github.com/stackabletech/nifi-operator/pull/885
3233
[#888]: https://github.com/stackabletech/nifi-operator/pull/888
3334
[#893]: https://github.com/stackabletech/nifi-operator/pull/893
35+
[#894]: https://github.com/stackabletech/nifi-operator/pull/894
3436

3537
## [25.11.0] - 2025-11-07
3638

0 commit comments

Comments
 (0)