@@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
13
13
- Add Listener integration for Trino ([ #753 ] ).
14
14
- Add support for Trino 476 ([ #755 ] ).
15
15
- Add internal headless service in addition to the metrics service ([ #766 ] ).
16
+ - Add RBAC rule to helm template for automatic cluster domain detection ([ #771 ] ).
16
17
17
18
### Changed
18
19
@@ -34,6 +35,10 @@ All notable changes to this project will be documented in this file.
34
35
- This is marked as breaking because tools and policies might exist, which require these fields to be set
35
36
- Deprecate Trino 470 ([ #755 ] ).
36
37
- 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.
37
42
38
43
### Fixed
39
44
@@ -49,10 +54,13 @@ All notable changes to this project will be documented in this file.
49
54
- You might want to clean up now useless PVCs.
50
55
Tip: You can list all Trino-related PVCs using ` kubectl get pvc -l app.kubernetes.io/name=trino ` .
51
56
- 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 ] ).
52
58
53
59
### Removed
54
60
55
61
- 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 ] ).
56
64
57
65
[ #728 ] : https://github.com/stackabletech/trino-operator/pull/728
58
66
[ #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.
69
77
[ #760 ] : https://github.com/stackabletech/trino-operator/pull/760
70
78
[ #766 ] : https://github.com/stackabletech/trino-operator/pull/766
71
79
[ #769 ] : https://github.com/stackabletech/trino-operator/pull/769
80
+ [ #771 ] : https://github.com/stackabletech/trino-operator/pull/771
72
81
73
82
## [ 25.3.0] - 2025-03-21
74
83
0 commit comments