File tree 5 files changed +2
-46
lines changed
5 files changed +2
-46
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ All notable changes to this project will be documented in this file.
64
64
65
65
- ci: Remove Nexus steps from build, mirror and release workflows ([ #1056 ] ).
66
66
Also remove the old release workflow.
67
+ - zookeeper: Remove 3.9.2 ([ #1093 ] ).
67
68
68
69
[ #1025 ] : https://github.com/stackabletech/docker-images/pull/1025
69
70
[ #1027 ] : https://github.com/stackabletech/docker-images/pull/1027
@@ -85,6 +86,7 @@ All notable changes to this project will be documented in this file.
85
86
[ #1056 ] : https://github.com/stackabletech/docker-images/pull/1056
86
87
[ #1058 ] : https://github.com/stackabletech/docker-images/pull/1058
87
88
[ #1090 ] : https://github.com/stackabletech/docker-images/pull/1090
89
+ [ #1093 ] : https://github.com/stackabletech/docker-images/pull/1093
88
90
[ #1097 ] : https://github.com/stackabletech/docker-images/pull/1097
89
91
[ #1098 ] : https://github.com/stackabletech/docker-images/pull/1098
90
92
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
versions = [
2
- {
3
- "product" : "3.9.2" ,
4
- "java-base" : "17" ,
5
- # NOTE (@NickLarsenNZ): Builds fail on Java 17, with the output:
6
- # [ERROR] Failed to execute goal com.github.spotbugs:spotbugs-maven-plugin:4.0.0:spotbugs (spotbugs) on project
7
- # zookeeper: Execution spotbugs of goal com.github.spotbugs:spotbugs-maven-plugin:4.0.0:spotbugs failed: Java
8
- # returned: 1 -> [Help 1]
9
- "java-devel" : "11" ,
10
- "jmx_exporter" : "1.2.0" ,
11
- },
12
2
{
13
3
"product" : "3.9.3" ,
14
4
"java-base" : "17" ,
You can’t perform that action at this time.
0 commit comments