File tree 4 files changed +16
-2
lines changed
4 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ 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 ] ).
33
+ - trino-storage-connector: Add ` 476 ` ([ #1095 ] ).
32
34
- zookeeper: check for correct permissions and ownerships in /stackable folder via
33
35
` check-permissions-ownership.sh ` provided in stackable-base image ([ #1043 ] ).
34
36
@@ -41,6 +43,7 @@ All notable changes to this project will be documented in this file.
41
43
- kubectl: Bump products to use ` 1.33.0 ` ([ #1090 ] ).
42
44
- yq: Bump products to use ` 4.45.2 ` ([ #1090 ] ).
43
45
- cyclonedx-bom: Bump airflow and superset to use ` 6.0.0 ` ([ #1090 ] ).
46
+ - trino-cli: Bump to ` 476 ` ([ #1095 ] ).
44
47
45
48
### Fixed
46
49
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