From 4296b8136e8d6ff552bea39f69cc6875a4c43104 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Fri, 13 Sep 2024 08:32:56 +0200 Subject: [PATCH 1/2] chore: Remove ZooKeeper 3.8.4 from tests and docs --- docs/modules/zookeeper/partials/supported-versions.adoc | 1 - tests/test-definition.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/docs/modules/zookeeper/partials/supported-versions.adoc b/docs/modules/zookeeper/partials/supported-versions.adoc index e493e324..ea18a270 100644 --- a/docs/modules/zookeeper/partials/supported-versions.adoc +++ b/docs/modules/zookeeper/partials/supported-versions.adoc @@ -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.8.4 (deprecated) - 3.9.2 (LTS) diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index 579f70d6..b42371b7 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -2,7 +2,6 @@ dimensions: - name: zookeeper values: - - 3.8.4 - 3.9.2 - name: zookeeper-latest values: From bc7b052bc94535ccd0fb6c68a9cc717b5f581f88 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Fri, 13 Sep 2024 08:48:06 +0200 Subject: [PATCH 2/2] chore: Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 259da578..54f6d9db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,12 @@ All notable changes to this project will be documented in this file. - `podOverrides` - `affinity` +### Removed + +- Remove ZooKeeper 3.8.4 from tests and docs ([#857]). + [#853]: https://github.com/stackabletech/zookeeper-operator/pull/853 +[#857]: https://github.com/stackabletech/zookeeper-operator/pull/857 ## [24.7.0] - 2024-07-24