You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,27 +4,45 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [Unreleased]
6
6
7
+
## [26.3.0] - 2026-03-16
8
+
9
+
## [26.3.0-rc1] - 2026-03-16
10
+
7
11
### Added
8
12
13
+
- Add conversion webhook ([#898]).
9
14
- Support objectOverrides using `.spec.objectOverrides`.
10
15
See [objectOverrides concepts page](https://docs.stackable.tech/home/nightly/concepts/overrides/#object-overrides) for details ([#885]).
11
16
- Enable the [restart-controller](https://docs.stackable.tech/home/nightly/commons-operator/restarter/), so that the Pods are automatically restarted on config changes ([#888]).
17
+
- Added support for `2.7.2` ([#893]).
12
18
13
19
### Changed
14
20
21
+
- Bump stackable-operator to 0.108.0 and strum to 0.28 ([#906], [#909]).
22
+
- Gracefully shutdown all concurrent tasks by forwarding the SIGTERM signal ([#894]).
15
23
- BREAKING: Reworked authorization config to closer match the Apache NiFi internal authorizer interfaces ([#884]).
16
24
17
25
### Fixed
18
26
19
27
- Also listen on the loopback interface so that k8s port-forwards work ([#870]).
20
28
- The operator now utilizes the `.spec.clusterConfig.authorization.opa.package` property instead of hard-coding the package name to `nifi` ([#881]).
21
29
- An `initialAdminUser` can now be provided for file-based authorization (e.g. LDAP) ([#884]).
30
+
- Fix "404 page not found" error for the initial object list ([#909]).
31
+
32
+
### Removed
33
+
34
+
- Removed support for `1.27.0` and `2.4.0` ([#893]).
0 commit comments