Skip to content

Commit f284b68

Browse files
authored
Add trino and cli version 442 (#597)
* add trino and cli version 442 * adapt changelog * fix cli version in changelog
1 parent e9cf137 commit f284b68

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ All notable changes to this project will be documented in this file.
2929
- opa: Add version `0.61.0` ([#538]).
3030
- spark: Add version `3.4.2` ([#560]).
3131
- superset: Add version `2.1.3`,`3.0.3`,`3.1.0` ([#563]).
32-
- trino: Add version `440` ([#587]).
32+
- trino: Add version `442` ([#597]).
3333
- vector: Switch from version `0.33.0` to `0.35.0` ([#547], [#549]).
3434
- zookeeper: Add version `3.8.4` ([#591]).
3535
- zookeeper: Add version `3.9.1`, `3.9.2` ([#551], [#592]).
3636
- hadoop: Add hdfs-utils ([#566]).
3737
- testing-tools: add pytest `8.0.1` ([#575]).
38-
- trino-cli: Command line for Trino version 440 ([#587])
38+
- trino-cli: Command line for Trino version 442 ([#597])
3939
- kafka-testing-tools (incorporating kcat): New image. Command line utility for interacting with Kafka ([#590])
4040
- spark: Add version `3.5.1` ([#588]).
4141

@@ -109,12 +109,12 @@ All notable changes to this project will be documented in this file.
109109
[#575]: https://github.com/stackabletech/docker-images/pull/575
110110
[#579]: https://github.com/stackabletech/docker-images/pull/579
111111
[#585]: https://github.com/stackabletech/docker-images/pull/585
112-
[#587]: https://github.com/stackabletech/docker-images/pull/587
113112
[#588]: https://github.com/stackabletech/docker-images/pull/588
114113
[#590]: https://github.com/stackabletech/docker-images/pull/590
115114
[#591]: https://github.com/stackabletech/docker-images/pull/591
116115
[#592]: https://github.com/stackabletech/docker-images/pull/592
117116
[#593]: https://github.com/stackabletech/docker-images/pull/593
117+
[#597]: https://github.com/stackabletech/docker-images/pull/597
118118

119119
## [23.11.0] - 2023-11-30
120120

conf.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@
373373
"name": "trino-cli",
374374
"versions": [
375375
{
376-
"product": "440",
376+
"product": "442",
377377
"java-base": "21",
378378
},
379379
]
@@ -396,11 +396,10 @@
396396
"storage_connector": "428-jackson"
397397
},
398398
{
399-
# OPA authorizer included
400-
"product": "440",
399+
"product": "442",
401400
"java-base": "21",
402401
"jmx_exporter": "0.20.0",
403-
"storage_connector": "440"
402+
"storage_connector": "442"
404403
},
405404
],
406405
},

0 commit comments

Comments
 (0)