Skip to content

Commit f4ac4ee

Browse files
committed
chore(trino): Add 476
1 parent c92ff53 commit f4ac4ee

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ 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]).
33+
- trino-storage-connector: Add `476` ([#1095]).
3234
- zookeeper: check for correct permissions and ownerships in /stackable folder via
3335
`check-permissions-ownership.sh` provided in stackable-base image ([#1043]).
3436

@@ -41,6 +43,7 @@ All notable changes to this project will be documented in this file.
4143
- kubectl: Bump products to use `1.33.0` ([#1090]).
4244
- yq: Bump products to use `4.45.2` ([#1090]).
4345
- cyclonedx-bom: Bump airflow and superset to use `6.0.0` ([#1090]).
46+
- trino-cli: Bump to `476` ([#1095]).
4447

4548
### Fixed
4649

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)