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 @@ -32,6 +32,7 @@ All notable changes to this project will be documented in this file.
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
34
- nifi: Add OPA authorizer plugin with workaround ([ #1058 ] ).
35
+ - java: Add JDK 24 ([ #1097 ] ).
35
36
36
37
### Changed
37
38
@@ -83,6 +84,7 @@ All notable changes to this project will be documented in this file.
83
84
[ #1056 ] : https://github.com/stackabletech/docker-images/pull/1056
84
85
[ #1058 ] : https://github.com/stackabletech/docker-images/pull/1058
85
86
[ #1090 ] : https://github.com/stackabletech/docker-images/pull/1090
87
+ [ #1097 ] : https://github.com/stackabletech/docker-images/pull/1097
86
88
87
89
## [ 25.3.0] - 2025-03-21
88
90
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