@@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file.
1515- NiFi 2.x now supports storing cluster state in Kubernetes instead of ZooKeeper ([ #775 ] ).
1616- Add test for Apache Iceberg integration ([ #785 ] ).
1717- Add support for custom components via git-sync ([ #793 ] ).
18+ - Add RBAC rule to helm template for automatic cluster domain detection ([ #817 ] ).
1819
1920### Changed
2021
@@ -33,16 +34,23 @@ All notable changes to this project will be documented in this file.
3334 - The defaults from the docker images itself will now apply, which will be different from 1000/0 going forward
3435 - This is marked as breaking because tools and policies might exist, which require these fields to be set
3536- 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.
3641
3742### Fixed
3843
3944- Use ` json ` file extension for log files ([ #774 ] ).
4045- Fix a bug where changes to ConfigMaps that are referenced in the NifiCluster spec didn't trigger a reconciliation ([ #772 ] ).
4146- 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 ] ).
4248
4349### Removed
4450
4551- 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 ] ).
4654
4755[ #767 ] : https://github.com/stackabletech/nifi-operator/pull/767
4856[ #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.
6068[ #799 ] : https://github.com/stackabletech/nifi-operator/pull/799
6169[ #801 ] : https://github.com/stackabletech/nifi-operator/pull/801
6270[ #808 ] : https://github.com/stackabletech/nifi-operator/pull/808
71+ [ #817 ] : https://github.com/stackabletech/nifi-operator/pull/817
6372
6473## [ 25.3.0] - 2025-03-21
6574
0 commit comments