Skip to content

chore: Remove ZooKeeper 3.9.2 #940

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 5 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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,16 @@ All notable changes to this project will be documented in this file.

- Use `json` file extension for log files ([#932]).

### Removed

- Remove support for ZooKeeper 3.9.2 ([#940]).

[#927]: https://github.com/stackabletech/zookeeper-operator/pull/927
[#933]: https://github.com/stackabletech/zookeeper-operator/pull/934
[#932]: https://github.com/stackabletech/zookeeper-operator/pull/932
[#934]: https://github.com/stackabletech/zookeeper-operator/pull/934
[#938]: https://github.com/stackabletech/zookeeper-operator/pull/938
[#940]: https://github.com/stackabletech/zookeeper-operator/pull/940

## [25.3.0] - 2025-03-21

Expand Down
1 change: 0 additions & 1 deletion docs/modules/zookeeper/partials/supported-versions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
// This is a separate file, since it is used by both the direct ZooKeeper documentation, and the overarching
// Stackable Platform documentation.

- 3.9.2 (Deprecated)
- 3.9.3 (LTS)
1 change: 0 additions & 1 deletion tests/test-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
dimensions:
- name: zookeeper
values:
- 3.9.2
- 3.9.3
# To use a custom image, add a comma and the full name after the product version
# - 3.9.3,oci.stackable.tech/sdp/zookeeper:3.9.3-stackable0.0.0-dev
Expand Down