File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,21 @@ All notable changes to this project will be documented in this file.
3030 - The ` runAsUser ` and ` runAsGroup ` fields will not be set anymore by the operator
3131 - The defaults from the docker images itself will now apply, which will be different from 1000/0 going forward
3232 - This is marked as breaking because tools and policies might exist, which require these fields to be set
33- - Bump stackable-operator to 0.94.0 and update other dependencies ([ #961 ] ).
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.
3437
3538### Fixed
3639
3740- Use ` json ` file extension for log files ([ #932 ] ).
41+ - Allow uppercase characters in domain names ([ #961 ] ).
3842
3943### Removed
4044
4145- 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 ] ).
4248
4349[ #927 ] : https://github.com/stackabletech/zookeeper-operator/pull/927
4450[ #933 ] : https://github.com/stackabletech/zookeeper-operator/pull/934
You can’t perform that action at this time.
0 commit comments