Skip to content

Commit fd52640

Browse files
authored
chore: Remove support for Zookeeper 3.8.3 (#832)
* chore: Remove support for Zookeeper 3.8.3 * changelog
1 parent 930feaf commit fd52640

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,14 @@ All notable changes to this project will be documented in this file.
1818
- Processing of corrupted log events fixed; If errors occur, the error
1919
messages are added to the log event ([#821]).
2020

21+
### Removed
22+
23+
- Support for `3.8.3`, which was deprecated in SDP `24.3` ([#832]).
24+
2125
[#799]: https://github.com/stackabletech/zookeeper-operator/pull/799
2226
[#812]: https://github.com/stackabletech/zookeeper-operator/pull/812
2327
[#821]: https://github.com/stackabletech/zookeeper-operator/pull/821
28+
[#832]: https://github.com/stackabletech/zookeeper-operator/pull/832
2429

2530
## [24.3.0] - 2024-03-20
2631

docs/modules/zookeeper/partials/supported-versions.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
// This is a separate file, since it is used by both the direct ZooKeeper documentation, and the overarching
33
// Stackable Platform documentation.
44

5-
- 3.9.2
6-
- 3.8.3 (deprecated)
7-
- 3.8.4 (LTS)
5+
- 3.8.4 (deprecated)
6+
- 3.9.2 (LTS)

tests/test-definition.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
dimensions:
33
- name: zookeeper
44
values:
5-
- 3.8.3
65
- 3.8.4
76
- 3.9.2
87
- name: zookeeper-latest

0 commit comments

Comments
 (0)