File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 22# It's therefore ok if we only support a single version at a time.
33versions = [
44 {
5- "product" : "470 " ,
6- "java-base" : "23 " ,
5+ "product" : "476 " ,
6+ "java-base" : "24 " ,
77 },
88]
Original file line number Diff line number Diff line change 77 "product" : "470" ,
88 "java-devel" : "23" ,
99 },
10+ {
11+ "product" : "476" ,
12+ "java-devel" : "24" ,
13+ },
1014]
Original file line number Diff line number Diff line change 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]
You can’t perform that action at this time.
0 commit comments