@@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
1212 - Use ` --console-log-format ` (or ` CONSOLE_LOG_FORMAT ` ) to set the format to ` plain ` (default) or ` json ` .
1313- Add built-in Prometheus support and expose metrics on ` /metrics ` path of ` native-metrics ` port ([ #955 ] ).
1414- BREAKING: Add listener support ([ #957 ] ).
15+ - Add RBAC rule to helm template for automatic cluster domain detection ([ #961 ] ).
1516
1617### Changed
1718
@@ -29,14 +30,21 @@ All notable changes to this project will be documented in this file.
2930 - The ` runAsUser ` and ` runAsGroup ` fields will not be set anymore by the operator
3031 - The defaults from the docker images itself will now apply, which will be different from 1000/0 going forward
3132 - This is marked as breaking because tools and policies might exist, which require these fields to be set
33+ - BREAKING: Bump stackable-operator to 0.94.0 and update other dependencies ([ #961 ] ).
34+ - The default Kubernetes cluster domain name is now fetched from the kubelet API unless explicitly configured.
35+ - This requires operators to have the RBAC permission to get nodes/proxy in the apiGroup "". The helm-chart takes care of this.
36+ - The CLI argument ` --kubernetes-node-name ` or env variable ` KUBERNETES_NODE_NAME ` needs to be set. The helm-chart takes care of this.
3237
3338### Fixed
3439
3540- Use ` json ` file extension for log files ([ #932 ] ).
41+ - Allow uppercase characters in domain names ([ #961 ] ).
3642
3743### Removed
3844
3945- Remove support for ZooKeeper 3.9.2 ([ #940 ] ).
46+ - Remove the ` lastUpdateTime ` field from the stacklet status ([ #961 ] ).
47+ - Remove role binding to legacy service accounts ([ #961 ] ).
4048
4149[ #927 ] : https://github.com/stackabletech/zookeeper-operator/pull/927
4250[ #933 ] : https://github.com/stackabletech/zookeeper-operator/pull/934
@@ -49,6 +57,7 @@ All notable changes to this project will be documented in this file.
4957[ #950 ] : https://github.com/stackabletech/zookeeper-operator/pull/950
5058[ #955 ] : https://github.com/stackabletech/zookeeper-operator/pull/955
5159[ #957 ] : https://github.com/stackabletech/zookeeper-operator/pull/957
60+ [ #961 ] : https://github.com/stackabletech/zookeeper-operator/pull/961
5261
5362## [ 25.3.0] - 2025-03-21
5463
0 commit comments