@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
1111 - Use ` --file-log-rotation-period ` (or ` FILE_LOG_ROTATION_PERIOD ` ) to configure the frequency of rotation.
1212 - Use ` --console-log-format ` (or ` CONSOLE_LOG_FORMAT ` ) to set the format to ` plain ` (default) or ` json ` .
1313- Added support for configuring ` Service.spec.loadBalancerClass ` and ` .allocateLoadBalancerNodePorts ` ([ #288 ] ).
14+ - Add RBAC rule to helm template for automatic cluster domain detection ([ #320 ] ).
1415
1516### Changed
1617
@@ -28,12 +29,28 @@ All notable changes to this project will be documented in this file.
2829 - Replace stackable-operator ` print_startup_string ` with ` tracing::info! ` with fields.
2930- Upgrade csi-provisioner to 5.2.0 ([ #304 ] ).
3031- Version CRDs and bump dependencies ([ #307 ] ).
32+ - BREAKING: Bump stackable-operator to 0.94.0 and update other dependencies ([ #320 ] ).
33+ - The default Kubernetes cluster domain name is now fetched from the kubelet API unless explicitly configured.
34+ - This requires operators to have the RBAC permission to get nodes/proxy in the apiGroup "". The helm-chart takes care of this.
35+ - The CLI argument ` --kubernetes-node-name ` or env variable ` KUBERNETES_NODE_NAME ` needs to be set.
36+ It supersedes the old argument/env variable ` NODE_NAME ` .
37+ The helm-chart takes care of this.
38+
39+ ### Fixed
40+
41+ - Allow uppercase characters in domain names ([ #320 ] ).
42+
43+ ### Removed
44+
45+ - Remove the ` lastUpdateTime ` field from the stacklet status ([ #320 ] ).
46+ - Remove role binding to legacy service accounts ([ #320 ] ).
3147
3248[ #288 ] : https://github.com/stackabletech/listener-operator/pull/288
3349[ #291 ] : https://github.com/stackabletech/listener-operator/pull/291
3450[ #299 ] : https://github.com/stackabletech/listener-operator/pull/299
3551[ #304 ] : https://github.com/stackabletech/listener-operator/pull/304
3652[ #307 ] : https://github.com/stackabletech/listener-operator/pull/307
53+ [ #320 ] : https://github.com/stackabletech/listener-operator/pull/320
3754
3855## [ 25.3.0] - 2025-03-21
3956
0 commit comments