Skip to content

Commit 12a8469

Browse files
authored
chore: Bump Trino version for 25.11.0 (#801)
* docs: Bump to Trino 477 in examples and getting-started scripts * chore: Remove mentions of Trino 470 * chore: Adjust supported Trino versions * docs: Update Trino CLI pages * chore: Add changelog entry * docs: Re-order supported versions
1 parent 627bb72 commit 12a8469

27 files changed

+57
-51
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ All notable changes to this project will be documented in this file.
99
- Support for fault-tolerant execution ([#779], [#793]).
1010
- Support for the client spooling protocol ([#793]).
1111
- Helm: Allow Pod `priorityClassName` to be configured ([#798]).
12+
- Add support for Trino 477 ([#801]).
13+
14+
### Changed
15+
16+
- Deprecate Trino 451 and 476 ([#801]).
1217

1318
### Fixed
1419

@@ -20,10 +25,15 @@ All notable changes to this project will be documented in this file.
2025
We now correctly handle multiple certificates for both cases.
2126
See [this GitHub issue](https://github.com/stackabletech/issues/issues/764) for details
2227

28+
### Removed
29+
30+
- Remove support for Trino 470 ([#801]).
31+
2332
[#779]: https://github.com/stackabletech/trino-operator/pull/779
2433
[#793]: https://github.com/stackabletech/trino-operator/pull/793
2534
[#796]: https://github.com/stackabletech/trino-operator/pull/796
2635
[#798]: https://github.com/stackabletech/trino-operator/pull/798
36+
[#801]: https://github.com/stackabletech/trino-operator/pull/801
2737

2838
## [25.7.0] - 2025-07-23
2939

docs/modules/trino/examples/getting_started/code/trino.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: simple-trino
66
spec:
77
image:
8-
productVersion: "476"
8+
productVersion: "477"
99
clusterConfig:
1010
catalogLabelSelector:
1111
matchLabels:

docs/modules/trino/examples/getting_started/code/trino.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: simple-trino
66
spec:
77
image:
8-
productVersion: "476"
8+
productVersion: "477"
99
clusterConfig:
1010
catalogLabelSelector:
1111
matchLabels:

docs/modules/trino/examples/usage-guide/fault-tolerant-execution.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: trino-fault-tolerant
66
spec:
77
image:
8-
productVersion: "476"
8+
productVersion: "477"
99
clusterConfig:
1010
catalogLabelSelector:
1111
matchLabels:

docs/modules/trino/examples/usage-guide/trino-insecure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ metadata:
1717
name: simple-trino
1818
spec:
1919
image:
20-
productVersion: "476"
20+
productVersion: "477"
2121
clusterConfig:
2222
catalogLabelSelector:
2323
matchLabels:

docs/modules/trino/examples/usage-guide/trino-secure-internal-tls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ metadata:
1717
name: simple-trino
1818
spec:
1919
image:
20-
productVersion: "476"
20+
productVersion: "477"
2121
clusterConfig:
2222
tls:
2323
internalSecretClass: trino-internal-tls # <1>

docs/modules/trino/examples/usage-guide/trino-secure-tls-only.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ metadata:
1717
name: simple-trino
1818
spec:
1919
image:
20-
productVersion: "476"
20+
productVersion: "477"
2121
clusterConfig:
2222
tls:
2323
serverSecretClass: trino-tls # <1>

docs/modules/trino/examples/usage-guide/trino-secure-tls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ metadata:
1717
name: simple-trino
1818
spec:
1919
image:
20-
productVersion: "476"
20+
productVersion: "477"
2121
clusterConfig:
2222
tls:
2323
serverSecretClass: trino-tls # <1>

docs/modules/trino/pages/getting_started/installation.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ For these components extra steps are required.
5757
** a Stackable xref:secret-operator:index.adoc[Secret Operator] for certificates when deploying for TLS
5858
** a Stackable xref:commons-operator:index.adoc[Commons Operator] for certificates when deploying for TLS authentication
5959
** (for authorization): a Stackable xref:opa:index.adoc[OPA Operator]
60-
** the https://repo.stackable.tech/#browse/browse:packages:trino-cli%2Ftrino-cli-476-executable.jar[Trino CLI] to test
61-
SQL queries
60+
** the https://repo.stackable.tech/#browse/browse:packages:trino-cli%2Ftrino-cli-477[Trino CLI] to test SQL queries
6261

6362
=== S3 bucket
6463

docs/modules/trino/pages/usage-guide/OpenTelemetry.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= OpenTelemetry
22
:description: Ship Trino traces and logs to OpenTelemetry
3-
:trino-docs: https://trino.io/docs/470/admin/opentelemetry.html
3+
:trino-docs: https://trino.io/docs/477/admin/opentelemetry.html
44

55
Trino supports sending OpenTelemetry traces as stated in {trino-docs}[the documentation].
66

0 commit comments

Comments
 (0)