File tree 3 files changed +10
-0
lines changed
3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ All notable changes to this project will be documented in this file.
31
31
` check-permissions-ownership.sh ` provided in stackable-base image ([ #1025 ] ).
32
32
- zookeeper: check for correct permissions and ownerships in /stackable folder via
33
33
` check-permissions-ownership.sh ` provided in stackable-base image ([ #1043 ] ).
34
+ - java: Add JDK 24 ([ #1097 ] ).
34
35
35
36
### Changed
36
37
@@ -81,6 +82,7 @@ All notable changes to this project will be documented in this file.
81
82
[ #1055 ] : https://github.com/stackabletech/docker-images/pull/1055
82
83
[ #1056 ] : https://github.com/stackabletech/docker-images/pull/1056
83
84
[ #1090 ] : https://github.com/stackabletech/docker-images/pull/1090
85
+ [ #1097 ] : https://github.com/stackabletech/docker-images/pull/1097
84
86
85
87
## [ 25.3.0] - 2025-03-21
86
88
Original file line number Diff line number Diff line change 23
23
"product" : "23" ,
24
24
"vector" : "0.43.1" ,
25
25
},
26
+ {
27
+ "product" : "24" ,
28
+ "vector" : "0.43.1" ,
29
+ },
26
30
]
Original file line number Diff line number Diff line change 23
23
"product" : "23" ,
24
24
"stackable-devel" : "1.0.0" ,
25
25
},
26
+ {
27
+ "product" : "24" ,
28
+ "stackable-devel" : "1.0.0" ,
29
+ },
26
30
]
You can’t perform that action at this time.
0 commit comments