File tree Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Expand file tree Collapse file tree 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.
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
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