@@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file.
15
15
- NiFi 2.x now supports storing cluster state in Kubernetes instead of ZooKeeper ([ #775 ] ).
16
16
- Add test for Apache Iceberg integration ([ #785 ] ).
17
17
- Add support for custom components via git-sync ([ #793 ] ).
18
+ - Add RBAC rule to helm template for automatic cluster domain detection ([ #817 ] ).
18
19
19
20
### Changed
20
21
@@ -33,16 +34,23 @@ All notable changes to this project will be documented in this file.
33
34
- The defaults from the docker images itself will now apply, which will be different from 1000/0 going forward
34
35
- This is marked as breaking because tools and policies might exist, which require these fields to be set
35
36
- test: Bump trino to 476 ([ #808 ] ).
37
+ - BREAKING: Bump stackable-operator to 0.94.0 and update other dependencies ([ #817 ] ).
38
+ - The default Kubernetes cluster domain name is now fetched from the kubelet API unless explicitly configured.
39
+ - This requires operators to have the RBAC permission to get nodes/proxy in the apiGroup "". The helm-chart takes care of this.
40
+ - The CLI argument ` --kubernetes-node-name ` or env variable ` KUBERNETES_NODE_NAME ` needs to be set. The helm-chart takes care of this.
36
41
37
42
### Fixed
38
43
39
44
- Use ` json ` file extension for log files ([ #774 ] ).
40
45
- Fix a bug where changes to ConfigMaps that are referenced in the NifiCluster spec didn't trigger a reconciliation ([ #772 ] ).
41
46
- The operator now emits a warning (1.x.x) or errors out (2.x.x) if a deprecated or unsupported sensitive properties algorithm is used ([ #799 ] ).
47
+ - Allow uppercase characters in domain names ([ #817 ] ).
42
48
43
49
### Removed
44
50
45
51
- test: ZooKeeper 3.9.2 removed ([ #787 ] ).
52
+ - Remove the ` lastUpdateTime ` field from the stacklet status ([ #817 ] ).
53
+ - Remove role binding to legacy service accounts ([ #817 ] ).
46
54
47
55
[ #767 ] : https://github.com/stackabletech/nifi-operator/pull/767
48
56
[ #771 ] : https://github.com/stackabletech/nifi-operator/pull/771
@@ -60,6 +68,7 @@ All notable changes to this project will be documented in this file.
60
68
[ #799 ] : https://github.com/stackabletech/nifi-operator/pull/799
61
69
[ #801 ] : https://github.com/stackabletech/nifi-operator/pull/801
62
70
[ #808 ] : https://github.com/stackabletech/nifi-operator/pull/808
71
+ [ #817 ] : https://github.com/stackabletech/nifi-operator/pull/817
63
72
64
73
## [ 25.3.0] - 2025-03-21
65
74
0 commit comments