@@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
1313- Add Listener integration for Trino ([ #753 ] ).
1414- Add support for Trino 476 ([ #755 ] ).
1515- Add internal headless service in addition to the metrics service ([ #766 ] ).
16+ - Add RBAC rule to helm template for automatic cluster domain detection ([ #771 ] ).
1617
1718### Changed
1819
@@ -34,6 +35,10 @@ All notable changes to this project will be documented in this file.
3435 - This is marked as breaking because tools and policies might exist, which require these fields to be set
3536- Deprecate Trino 470 ([ #755 ] ).
3637- test: support custom versions ([ #760 ] ).
38+ - BREAKING: Bump stackable-operator to 0.94.0 and update other dependencies ([ #771 ] ).
39+ - The default Kubernetes cluster domain name is now fetched from the kubelet API unless explicitly configured.
40+ - This requires operators to have the RBAC permission to get nodes/proxy in the apiGroup "". The helm-chart takes care of this.
41+ - The CLI argument ` --kubernetes-node-name ` or env variable ` KUBERNETES_NODE_NAME ` needs to be set. The helm-chart takes care of this.
3742
3843### Fixed
3944
@@ -49,10 +54,13 @@ All notable changes to this project will be documented in this file.
4954 - You might want to clean up now useless PVCs.
5055 Tip: You can list all Trino-related PVCs using ` kubectl get pvc -l app.kubernetes.io/name=trino ` .
5156 - The ` .spec.(coordinators|workers).config.resources.storage.data ` field has been removed, as it's not needed anymore.
57+ - Allow uppercase characters in domain names ([ #771 ] ).
5258
5359### Removed
5460
5561- Remove support for Trino 455 ([ #755 ] ).
62+ - Remove the ` lastUpdateTime ` field from the stacklet status ([ #771 ] ).
63+ - Remove role binding to legacy service accounts ([ #771 ] ).
5664
5765[ #728 ] : https://github.com/stackabletech/trino-operator/pull/728
5866[ #734 ] : https://github.com/stackabletech/trino-operator/pull/734
@@ -69,6 +77,7 @@ All notable changes to this project will be documented in this file.
6977[ #760 ] : https://github.com/stackabletech/trino-operator/pull/760
7078[ #766 ] : https://github.com/stackabletech/trino-operator/pull/766
7179[ #769 ] : https://github.com/stackabletech/trino-operator/pull/769
80+ [ #771 ] : https://github.com/stackabletech/trino-operator/pull/771
7281
7382## [ 25.3.0] - 2025-03-21
7483
0 commit comments