Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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

- test: ZooKeeper 3.9.2 removed ([#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