Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ All notable changes to this project will be documented in this file.

- ci: Remove Nexus steps from build, mirror and release workflows ([#1056]).
Also remove the old release workflow.
- zookeeper: Remove 3.9.2 ([#1093]).

[#1025]: https://github.com/stackabletech/docker-images/pull/1025
[#1027]: https://github.com/stackabletech/docker-images/pull/1027
Expand All @@ -81,6 +82,7 @@ All notable changes to this project will be documented in this file.
[#1055]: https://github.com/stackabletech/docker-images/pull/1055
[#1056]: https://github.com/stackabletech/docker-images/pull/1056
[#1090]: https://github.com/stackabletech/docker-images/pull/1090
[#1093]: https://github.com/stackabletech/docker-images/pull/1093

## [25.3.0] - 2025-03-21

Expand Down
Empty file.
34 changes: 0 additions & 34 deletions zookeeper/stackable/patches/3.9.2/0001-Add-CycloneDX-plugin.patch

This file was deleted.

2 changes: 0 additions & 2 deletions zookeeper/stackable/patches/3.9.2/patchable.toml

This file was deleted.

10 changes: 0 additions & 10 deletions zookeeper/versions.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
versions = [
{
"product": "3.9.2",
"java-base": "17",
# NOTE (@NickLarsenNZ): Builds fail on Java 17, with the output:
# [ERROR] Failed to execute goal com.github.spotbugs:spotbugs-maven-plugin:4.0.0:spotbugs (spotbugs) on project
# zookeeper: Execution spotbugs of goal com.github.spotbugs:spotbugs-maven-plugin:4.0.0:spotbugs failed: Java
# returned: 1 -> [Help 1]
"java-devel": "11",
"jmx_exporter": "1.2.0",
},
{
"product": "3.9.3",
"java-base": "17",
Expand Down