@@ -30,11 +30,21 @@ All notable changes to this project will be documented in this file.
3030 - The defaults from the docker images itself will now apply, which will be different from 1000/0 going forward
3131 - This is marked as breaking because tools and policies might exist, which require these fields to be set
3232- Use versioned common structs ([ #604 ] ).
33+ - BREAKING: Bump stackable-operator to 0.94.0 and update other dependencies ([ #xxx] ).
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.
3337
3438### Fixed
3539
3640- Use ` json ` file extension for log files ([ #591 ] ).
3741- 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 ([ #xxx] ).
43+
44+ ### Removed
45+
46+ - Remove the ` lastUpdateTime ` field from the stacklet status ([ #xxx] ).
47+ - Remove role binding to legacy service accounts ([ #xxx] ).
3848
3949[ #585 ] : https://github.com/stackabletech/hive-operator/pull/585
4050[ #589 ] : https://github.com/stackabletech/hdfs-operator/pull/589
@@ -46,6 +56,7 @@ All notable changes to this project will be documented in this file.
4656[ #604 ] : https://github.com/stackabletech/hive-operator/pull/604
4757[ #605 ] : https://github.com/stackabletech/hive-operator/pull/605
4858[ #613 ] : https://github.com/stackabletech/hive-operator/pull/613
59+ [ #xxx ] : https://github.com/stackabletech/hive-operator/pull/xxx
4960
5061## [ 25.3.0] - 2025-03-21
5162
0 commit comments