@@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
12
12
- Use ` --console-log-format ` (or ` CONSOLE_LOG_FORMAT ` ) to set the format to ` plain ` (default) or ` json ` .
13
13
- Add built-in Prometheus support and expose metrics on ` /metrics ` path of ` native-metrics ` port ([ #955 ] ).
14
14
- BREAKING: Add listener support ([ #957 ] ).
15
+ - Add RBAC rule to helm template for automatic cluster domain detection ([ #961 ] ).
15
16
16
17
### Changed
17
18
@@ -29,14 +30,21 @@ All notable changes to this project will be documented in this file.
29
30
- The ` runAsUser ` and ` runAsGroup ` fields will not be set anymore by the operator
30
31
- The defaults from the docker images itself will now apply, which will be different from 1000/0 going forward
31
32
- 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.
32
37
33
38
### Fixed
34
39
35
40
- Use ` json ` file extension for log files ([ #932 ] ).
41
+ - Allow uppercase characters in domain names ([ #961 ] ).
36
42
37
43
### Removed
38
44
39
45
- 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 ] ).
40
48
41
49
[ #927 ] : https://github.com/stackabletech/zookeeper-operator/pull/927
42
50
[ #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.
49
57
[ #950 ] : https://github.com/stackabletech/zookeeper-operator/pull/950
50
58
[ #955 ] : https://github.com/stackabletech/zookeeper-operator/pull/955
51
59
[ #957 ] : https://github.com/stackabletech/zookeeper-operator/pull/957
60
+ [ #961 ] : https://github.com/stackabletech/zookeeper-operator/pull/961
52
61
53
62
## [ 25.3.0] - 2025-03-21
54
63
0 commit comments