From 8be6bc04a814f6a00e244dcbffa45d22ecc70453 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Mon, 5 May 2025 16:53:31 +0200 Subject: [PATCH 1/3] test: Remove ZooKeeper 2.9.1 --- tests/test-definition.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index ab8eb815..a6994f21 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -25,7 +25,6 @@ dimensions: # - 30.0.0,oci.stackable.tech/sdp/druid:30.0.0-stackable0.0.0-dev - name: zookeeper values: - - 3.9.2 - 3.9.3 - name: zookeeper-latest values: From 63261384239c46670445b740c206426fecb8f7f4 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Mon, 5 May 2025 16:57:39 +0200 Subject: [PATCH 2/3] chore: Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47b7af12..4829d934 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,11 +27,16 @@ All notable changes to this project will be documented in this file. - Use `json` file extension for log files ([#709]). - Fix a bug where changes to ConfigMaps that are referenced in the DruidCluster spec didn't trigger a reconciliation ([#704]). +### Removed + +- test: ZooKeeper 2.9.2 removed ([#716]). + [#703]: https://github.com/stackabletech/druid-operator/pull/703 [#704]: https://github.com/stackabletech/druid-operator/pull/704 [#709]: https://github.com/stackabletech/druid-operator/pull/709 [#710]: https://github.com/stackabletech/druid-operator/pull/710 [#714]: https://github.com/stackabletech/druid-operator/pull/714 +[#716]: https://github.com/stackabletech/druid-operator/pull/716 ## [25.3.0] - 2025-03-21 From eaf30241187588dddc308e9d54e85fcf445d126e Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Mon, 5 May 2025 16:59:57 +0200 Subject: [PATCH 3/3] chore: Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4829d934..4dc1a605 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ All notable changes to this project will be documented in this file. ### Removed -- test: ZooKeeper 2.9.2 removed ([#716]). +- test: ZooKeeper 3.9.2 removed ([#716]). [#703]: https://github.com/stackabletech/druid-operator/pull/703 [#704]: https://github.com/stackabletech/druid-operator/pull/704