@@ -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
- BREAKING: Add Listener support for Hive ([ #605 ] ).
14
14
- Add internal headless service in addition to the metrics service ([ #613 ] ).
15
+ - Add RBAC rule to helm template for automatic cluster domain detection ([ #615 ] ).
15
16
16
17
### Changed
17
18
@@ -29,11 +30,21 @@ All notable changes to this project will be documented in this file.
29
30
- The defaults from the docker images itself will now apply, which will be different from 1000/0 going forward
30
31
- This is marked as breaking because tools and policies might exist, which require these fields to be set
31
32
- Use versioned common structs ([ #604 ] ).
33
+ - BREAKING: Bump stackable-operator to 0.94.0 and update other dependencies ([ #615 ] ).
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 ([ #591 ] ).
36
41
- Fix a bug where changes to ConfigMaps that are referenced in the HiveCluster spec didn't trigger a reconciliation ([ #589 ] ).
42
+ - Allow uppercase characters in domain names ([ #615 ] ).
43
+
44
+ ### Removed
45
+
46
+ - Remove the ` lastUpdateTime ` field from the stacklet status ([ #615 ] ).
47
+ - Remove role binding to legacy service accounts ([ #615 ] ).
37
48
38
49
[ #585 ] : https://github.com/stackabletech/hive-operator/pull/585
39
50
[ #589 ] : https://github.com/stackabletech/hdfs-operator/pull/589
@@ -45,6 +56,7 @@ All notable changes to this project will be documented in this file.
45
56
[ #604 ] : https://github.com/stackabletech/hive-operator/pull/604
46
57
[ #605 ] : https://github.com/stackabletech/hive-operator/pull/605
47
58
[ #613 ] : https://github.com/stackabletech/hive-operator/pull/613
59
+ [ #615 ] : https://github.com/stackabletech/hive-operator/pull/615
48
60
49
61
## [ 25.3.0] - 2025-03-21
50
62
0 commit comments