@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
11
11
- Use ` --file-log-rotation-period ` (or ` FILE_LOG_ROTATION_PERIOD ` ) to configure the frequency of rotation.
12
12
- Use ` --console-log-format ` (or ` CONSOLE_LOG_FORMAT ` ) to set the format to ` plain ` (default) or ` json ` .
13
13
- Added support for configuring ` Service.spec.loadBalancerClass ` and ` .allocateLoadBalancerNodePorts ` ([ #288 ] ).
14
+ - Add RBAC rule to helm template for automatic cluster domain detection ([ #320 ] ).
14
15
15
16
### Changed
16
17
@@ -28,12 +29,28 @@ All notable changes to this project will be documented in this file.
28
29
- Replace stackable-operator ` print_startup_string ` with ` tracing::info! ` with fields.
29
30
- Upgrade csi-provisioner to 5.2.0 ([ #304 ] ).
30
31
- 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 ] ).
31
47
32
48
[ #288 ] : https://github.com/stackabletech/listener-operator/pull/288
33
49
[ #291 ] : https://github.com/stackabletech/listener-operator/pull/291
34
50
[ #299 ] : https://github.com/stackabletech/listener-operator/pull/299
35
51
[ #304 ] : https://github.com/stackabletech/listener-operator/pull/304
36
52
[ #307 ] : https://github.com/stackabletech/listener-operator/pull/307
53
+ [ #320 ] : https://github.com/stackabletech/listener-operator/pull/320
37
54
38
55
## [ 25.3.0] - 2025-03-21
39
56
0 commit comments