From 96b803a507149a16e7c019a26c126a2bdc040a2d Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Wed, 21 Jan 2026 13:33:17 +0100 Subject: [PATCH 1/2] chore(stacks): Bump Trino to 479 --- stacks/airflow/trino.yaml | 2 +- stacks/data-lakehouse-iceberg-trino-spark/trino.yaml | 2 +- stacks/end-to-end-security/trino.yaml | 2 +- stacks/trino-iceberg/trino.yaml | 2 +- stacks/trino-superset-s3/trino.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stacks/airflow/trino.yaml b/stacks/airflow/trino.yaml index 4bb023c1..489663e2 100644 --- a/stacks/airflow/trino.yaml +++ b/stacks/airflow/trino.yaml @@ -5,7 +5,7 @@ metadata: name: trino spec: image: - productVersion: "477" + productVersion: "479" clusterConfig: catalogLabelSelector: matchLabels: diff --git a/stacks/data-lakehouse-iceberg-trino-spark/trino.yaml b/stacks/data-lakehouse-iceberg-trino-spark/trino.yaml index 09d0c5b9..138fc23b 100644 --- a/stacks/data-lakehouse-iceberg-trino-spark/trino.yaml +++ b/stacks/data-lakehouse-iceberg-trino-spark/trino.yaml @@ -5,7 +5,7 @@ metadata: name: trino spec: image: - productVersion: "477" + productVersion: "479" clusterConfig: catalogLabelSelector: matchLabels: diff --git a/stacks/end-to-end-security/trino.yaml b/stacks/end-to-end-security/trino.yaml index 56302ca6..e2ced864 100644 --- a/stacks/end-to-end-security/trino.yaml +++ b/stacks/end-to-end-security/trino.yaml @@ -5,7 +5,7 @@ metadata: name: trino spec: image: - productVersion: "477" + productVersion: "479" clusterConfig: tls: serverSecretClass: tls diff --git a/stacks/trino-iceberg/trino.yaml b/stacks/trino-iceberg/trino.yaml index 00b11015..975750bc 100644 --- a/stacks/trino-iceberg/trino.yaml +++ b/stacks/trino-iceberg/trino.yaml @@ -5,7 +5,7 @@ metadata: name: trino spec: image: - productVersion: "477" + productVersion: "479" clusterConfig: catalogLabelSelector: matchLabels: diff --git a/stacks/trino-superset-s3/trino.yaml b/stacks/trino-superset-s3/trino.yaml index 85fa7f68..7a4de33c 100644 --- a/stacks/trino-superset-s3/trino.yaml +++ b/stacks/trino-superset-s3/trino.yaml @@ -5,7 +5,7 @@ metadata: name: trino spec: image: - productVersion: "477" + productVersion: "479" clusterConfig: catalogLabelSelector: matchLabels: From ab8c5e1cf7acbe3703dcad6a3a43cff9721c82d7 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Wed, 21 Jan 2026 13:36:48 +0100 Subject: [PATCH 2/2] docs: Update trino-cli to 479 --- docs/modules/demos/pages/trino-iceberg.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/demos/pages/trino-iceberg.adoc b/docs/modules/demos/pages/trino-iceberg.adoc index 9777930a..725661fd 100644 --- a/docs/modules/demos/pages/trino-iceberg.adoc +++ b/docs/modules/demos/pages/trino-iceberg.adoc @@ -76,7 +76,7 @@ As an alternative, you can use https://trino.io/download.html[trino-cli] by runn [source,console] ---- -$ trino-cli-476 --user admin --insecure --password --server https://172.18.0.2:30856 +$ trino-cli-479 --user admin --insecure --password --server https://172.18.0.2:30856 ---- Make sure to replace the server endpoint with the endpoint listed in the `stackablectl stacklet list` output.