@@ -32,15 +32,22 @@ All notable changes to this project will be documented in this file.
3232 - This is marked as breaking because tools and policies might exist, which require these fields to be set
3333- Use versioned common structs ([ #684 ] ).
3434- BREAKING: remove legacy service account binding for cluster role nodes ([ #697 ] ).
35+ - BREAKING: Bump stackable-operator to 0.94.0 and update other dependencies ([ #xxx] ).
36+ - The default Kubernetes cluster domain name is now fetched from the kubelet API unless explicitly configured.
37+ - This requires operators to have the RBAC permission to get nodes/proxy in the apiGroup "". The helm-chart takes care of this.
38+ - The CLI argument ` --kubernetes-node-name ` or env variable ` KUBERNETES_NODE_NAME ` needs to be set. The helm-chart takes care of this.
3539
3640### Fixed
3741
3842- Use ` json ` file extension for log files ([ #667 ] ).
3943- Fix a bug where changes to ConfigMaps that are referenced in the HdfsCluster spec didn't trigger a reconciliation ([ #671 ] ).
44+ - Allow uppercase characters in domain names ([ #xxx] ).
4045
4146### Removed
4247
4348- Remove support for HDFS ` 3.3.4 ` , ` 3.3.6 ` , and ` 3.4.0 ` ([ #675 ] ).
49+ - Remove the ` lastUpdateTime ` field from the stacklet status ([ #xxx] ).
50+ - Remove role binding to legacy service accounts ([ #xxx] ).
4451
4552[ #661 ] : https://github.com/stackabletech/hdfs-operator/pull/661
4653[ #671 ] : https://github.com/stackabletech/hdfs-operator/pull/671
@@ -55,6 +62,7 @@ All notable changes to this project will be documented in this file.
5562[ #695 ] : https://github.com/stackabletech/hdfs-operator/pull/695
5663[ #696 ] : https://github.com/stackabletech/hdfs-operator/pull/696
5764[ #697 ] : https://github.com/stackabletech/hdfs-operator/pull/697
65+ [ #xxx ] : https://github.com/stackabletech/hdfs-operator/pull/xxx
5866
5967## [ 25.3.0] - 2025-03-21
6068
0 commit comments