From 91423b67f3a038bcc28e2441d9db0f969b4df823 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Mon, 5 May 2025 16:34:14 +0200 Subject: [PATCH 1/5] test: Remove ZooKeeper 2.9.2 --- tests/test-definition.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index 3fbadd02..008d6488 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -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 From 96e30959253015788f7b16045bf2118af3719300 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Mon, 5 May 2025 16:34:23 +0200 Subject: [PATCH 2/5] docs: Remove ZooKeeper 2.9.2 --- docs/modules/zookeeper/partials/supported-versions.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/modules/zookeeper/partials/supported-versions.adoc b/docs/modules/zookeeper/partials/supported-versions.adoc index 7c77e913..1c567758 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.9.2 (Deprecated) - 3.9.3 (LTS) From 9ef2abde40682ee32d841e5cedf370f502b83e04 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Mon, 5 May 2025 16:45:04 +0200 Subject: [PATCH 3/5] chore: Update changlog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11368530..b5e83de9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 2.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 From 5566917667f16ee756efceef24f0a348a503de62 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Mon, 5 May 2025 17:02:52 +0200 Subject: [PATCH 4/5] chore: Update changlog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5e83de9..74c3a1d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,7 @@ All notable changes to this project will be documented in this file. ### Removed -- test: ZooKeeper 2.9.2 removed ([#940]). +- 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 From 8dfda1ba4dea9efd4733e70bdef937c139f83ee2 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Mon, 5 May 2025 17:06:19 +0200 Subject: [PATCH 5/5] chore: Update changlog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74c3a1d1..d8a85921 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,7 @@ All notable changes to this project will be documented in this file. ### Removed -- test: ZooKeeper 3.9.2 removed ([#940]). +- 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