File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ All notable changes to this project will be documented in this file.
3232- zookeeper: check for correct permissions and ownerships in /stackable folder via
3333 ` check-permissions-ownership.sh ` provided in stackable-base image ([ #1043 ] ).
3434- nifi: Add OPA authorizer plugin with workaround ([ #1058 ] ).
35+ - java: Add JDK 24 ([ #1097 ] ).
3536
3637### Changed
3738
@@ -83,6 +84,7 @@ All notable changes to this project will be documented in this file.
8384[ #1056 ] : https://github.com/stackabletech/docker-images/pull/1056
8485[ #1058 ] : https://github.com/stackabletech/docker-images/pull/1058
8586[ #1090 ] : https://github.com/stackabletech/docker-images/pull/1090
87+ [ #1097 ] : https://github.com/stackabletech/docker-images/pull/1097
8688
8789## [ 25.3.0] - 2025-03-21
8890
Original file line number Diff line number Diff line change 2323 "product" : "23" ,
2424 "vector" : "0.43.1" ,
2525 },
26+ {
27+ "product" : "24" ,
28+ "vector" : "0.43.1" ,
29+ },
2630]
Original file line number Diff line number Diff line change 2323 "product" : "23" ,
2424 "stackable-devel" : "1.0.0" ,
2525 },
26+ {
27+ "product" : "24" ,
28+ "stackable-devel" : "1.0.0" ,
29+ },
2630]
You can’t perform that action at this time.
0 commit comments