From 63c12b7fc7f11c9d9521d148ec07500132ef769d Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Mon, 5 May 2025 17:26:38 +0200 Subject: [PATCH 1/2] test: Remove ZooKeeper 3.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 c80e09db..4886c4c8 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -21,7 +21,6 @@ dimensions: # - 3.7.2,oci.stackable.tech/sdp/kafka:3.7.2-stackable0.0.0-dev - name: zookeeper values: - - 3.9.2 - 3.9.3 - name: zookeeper-latest values: From 0d2b5e9de1061ffbaedd971c1a674c0270eec4c5 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Mon, 5 May 2025 17:28:47 +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 8d3a9db4..f9b14542 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 ([#846]). - Fix a bug where changes to ConfigMaps that are referenced in the KafkaCluster spec didn't trigger a reconciliation ([#844]). +### Removed + +- test: ZooKeeper 3.9.2 removed ([#853]). + [#840]: https://github.com/stackabletech/kafka-operator/pull/840 [#844]: https://github.com/stackabletech/kafka-operator/pull/844 [#846]: https://github.com/stackabletech/kafka-operator/pull/846 [#847]: https://github.com/stackabletech/kafka-operator/pull/847 [#851]: https://github.com/stackabletech/kafka-operator/pull/851 +[#853]: https://github.com/stackabletech/kafka-operator/pull/853 ## [25.3.0] - 2025-03-21