File tree 4 files changed +14
-2
lines changed
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.
29
29
` check-permissions-ownership.sh ` provided in stackable-base image ([ #1053 ] ).
30
30
- trino: check for correct permissions and ownerships in /stackable folder via
31
31
` check-permissions-ownership.sh ` provided in stackable-base image ([ #1025 ] ).
32
+ - trino: Add 476 ([ #1095 ] ).
32
33
- zookeeper: check for correct permissions and ownerships in /stackable folder via
33
34
` check-permissions-ownership.sh ` provided in stackable-base image ([ #1043 ] ).
34
35
Original file line number Diff line number Diff line change 2
2
# It's therefore ok if we only support a single version at a time.
3
3
versions = [
4
4
{
5
- "product" : "470 " ,
6
- "java-base" : "23 " ,
5
+ "product" : "476 " ,
6
+ "java-base" : "24 " ,
7
7
},
8
8
]
Original file line number Diff line number Diff line change 7
7
"product" : "470" ,
8
8
"java-devel" : "23" ,
9
9
},
10
+ {
11
+ "product" : "476" ,
12
+ "java-devel" : "24" ,
13
+ },
10
14
]
Original file line number Diff line number Diff line change 13
13
"jmx_exporter" : "1.2.0" ,
14
14
"trino-storage-connector" : "470" ,
15
15
},
16
+ {
17
+ "product" : "476" ,
18
+ "java-base" : "24" ,
19
+ "java-devel" : "24" ,
20
+ "jmx_exporter" : "1.2.0" ,
21
+ "trino-storage-connector" : "476" ,
22
+ },
16
23
]
You can’t perform that action at this time.
0 commit comments