Skip to content

chore(zookeeper): Remove 3.9.2 #1093

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
May 5, 2025
Merged
Show file tree
Hide file tree
Changes from all 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 @@ -63,6 +63,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 @@ -83,6 +84,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
[#1097]: https://github.com/stackabletech/docker-images/pull/1097
[#1098]: https://github.com/stackabletech/docker-images/pull/1098

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