Skip to content

Commit 91abb66

Browse files
committed
chore(trino): Add 476
1 parent 571cf5b commit 91abb66

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ All notable changes to this project will be documented in this file.
2929
`check-permissions-ownership.sh` provided in stackable-base image ([#1053]).
3030
- trino: check for correct permissions and ownerships in /stackable folder via
3131
`check-permissions-ownership.sh` provided in stackable-base image ([#1025]).
32+
- trino: Add 476 ([#1095]).
3233
- zookeeper: check for correct permissions and ownerships in /stackable folder via
3334
`check-permissions-ownership.sh` provided in stackable-base image ([#1043]).
3435

trino-cli/versions.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# It's therefore ok if we only support a single version at a time.
33
versions = [
44
{
5-
"product": "470",
6-
"java-base": "23",
5+
"product": "476",
6+
"java-base": "24",
77
},
88
]

trino-storage-connector/versions.py

+4
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@
77
"product": "470",
88
"java-devel": "23",
99
},
10+
{
11+
"product": "476",
12+
"java-devel": "24",
13+
},
1014
]

trino/versions.py

+7
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,11 @@
1313
"jmx_exporter": "1.2.0",
1414
"trino-storage-connector": "470",
1515
},
16+
{
17+
"product": "476",
18+
"java-base": "24",
19+
"java-devel": "24",
20+
"jmx_exporter": "1.2.0",
21+
"trino-storage-connector": "476",
22+
},
1623
]

0 commit comments

Comments
 (0)