From b2ce8b8378c06d79a7263631b476a71d242e7f39 Mon Sep 17 00:00:00 2001 From: Malte Sander Date: Fri, 15 Mar 2024 09:52:09 +0100 Subject: [PATCH 1/3] add trino and cli version 442 --- conf.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/conf.py b/conf.py index 7ae7a2b9d..350bf3e12 100644 --- a/conf.py +++ b/conf.py @@ -373,7 +373,7 @@ "name": "trino-cli", "versions": [ { - "product": "440", + "product": "442", "java-base": "21", }, ] @@ -396,11 +396,10 @@ "storage_connector": "428-jackson" }, { - # OPA authorizer included - "product": "440", + "product": "442", "java-base": "21", "jmx_exporter": "0.20.0", - "storage_connector": "440" + "storage_connector": "442" }, ], }, From de9ab40950c5a1047172025082f08c84700857ca Mon Sep 17 00:00:00 2001 From: Malte Sander Date: Fri, 15 Mar 2024 09:54:43 +0100 Subject: [PATCH 2/3] adapt changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 785ed5ce1..1b7650ab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,13 +29,13 @@ All notable changes to this project will be documented in this file. - opa: Add version `0.61.0` ([#538]). - spark: Add version `3.4.2` ([#560]). - superset: Add version `2.1.3`,`3.0.3`,`3.1.0` ([#563]). -- trino: Add version `440` ([#587]). +- trino: Add version `442` ([#597]). - vector: Switch from version `0.33.0` to `0.35.0` ([#547], [#549]). - zookeeper: Add version `3.8.4` ([#591]). - zookeeper: Add version `3.9.1`, `3.9.2` ([#551], [#592]). - hadoop: Add hdfs-utils ([#566]). - testing-tools: add pytest `8.0.1` ([#575]). -- trino-cli: Command line for Trino version 440 ([#587]) +- trino-cli: Command line for Trino version 440 ([#597]) - kafka-testing-tools (incorporating kcat): New image. Command line utility for interacting with Kafka ([#590]) - spark: Add version `3.5.1` ([#588]). @@ -109,12 +109,12 @@ All notable changes to this project will be documented in this file. [#575]: https://github.com/stackabletech/docker-images/pull/575 [#579]: https://github.com/stackabletech/docker-images/pull/579 [#585]: https://github.com/stackabletech/docker-images/pull/585 -[#587]: https://github.com/stackabletech/docker-images/pull/587 [#588]: https://github.com/stackabletech/docker-images/pull/588 [#590]: https://github.com/stackabletech/docker-images/pull/590 [#591]: https://github.com/stackabletech/docker-images/pull/591 [#592]: https://github.com/stackabletech/docker-images/pull/592 [#593]: https://github.com/stackabletech/docker-images/pull/593 +[#597]: https://github.com/stackabletech/docker-images/pull/597 ## [23.11.0] - 2023-11-30 From 17a51b0d2a6eeff3bc8649c8e84b67e29db80d39 Mon Sep 17 00:00:00 2001 From: Malte Sander Date: Fri, 15 Mar 2024 09:58:11 +0100 Subject: [PATCH 3/3] fix cli version in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b7650ab2..d20923912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,7 @@ All notable changes to this project will be documented in this file. - zookeeper: Add version `3.9.1`, `3.9.2` ([#551], [#592]). - hadoop: Add hdfs-utils ([#566]). - testing-tools: add pytest `8.0.1` ([#575]). -- trino-cli: Command line for Trino version 440 ([#597]) +- trino-cli: Command line for Trino version 442 ([#597]) - kafka-testing-tools (incorporating kcat): New image. Command line utility for interacting with Kafka ([#590]) - spark: Add version `3.5.1` ([#588]).