From f22a83863f7c462af2915869d12dd2e5823746f6 Mon Sep 17 00:00:00 2001 From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> Date: Wed, 21 May 2025 12:29:05 +0200 Subject: [PATCH 1/4] chore: remove support for kafka 3.7.1 and 3.8.0 --- CHANGELOG.md | 2 ++ docs/modules/kafka/partials/supported-versions.adoc | 4 +--- tests/test-definition.yaml | 4 +--- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07e70538..7ece9854 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ All notable changes to this project will be documented in this file. ### Removed - test: ZooKeeper 3.9.2 removed ([#853]). +- Support for Kafka 3.7.1 and 3.8.0 removed ([#859]) [#840]: https://github.com/stackabletech/kafka-operator/pull/840 [#844]: https://github.com/stackabletech/kafka-operator/pull/844 @@ -39,6 +40,7 @@ All notable changes to this project will be documented in this file. [#851]: https://github.com/stackabletech/kafka-operator/pull/851 [#853]: https://github.com/stackabletech/kafka-operator/pull/853 [#855]: https://github.com/stackabletech/kafka-operator/pull/855 +[#859]: https://github.com/stackabletech/kafka-operator/pull/859 ## [25.3.0] - 2025-03-21 diff --git a/docs/modules/kafka/partials/supported-versions.adoc b/docs/modules/kafka/partials/supported-versions.adoc index 3249c9d7..8dc2d035 100644 --- a/docs/modules/kafka/partials/supported-versions.adoc +++ b/docs/modules/kafka/partials/supported-versions.adoc @@ -3,6 +3,4 @@ // Stackable Platform documentation. * 3.9.0 -* 3.8.0 (deprecated) -* 3.7.2 (LTS) -* 3.7.1 (deprecated) +* 3.7.2 (LTS) \ No newline at end of file diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index 4886c4c8..560d7daa 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -6,9 +6,7 @@ dimensions: - name: kafka values: - - 3.7.1 - 3.7.2 - - 3.8.0 - 3.9.0 # Alternatively, if you want to use a custom image, append a comma and the full image name to the product version # as in the example below. @@ -27,7 +25,7 @@ dimensions: - 3.9.3 - name: upgrade_old values: - - 3.7.1 + - 3.7.2 - name: upgrade_new values: - 3.9.0 From 8193cca911f5b0f3560e8307ddac1c27163cf03e Mon Sep 17 00:00:00 2001 From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> Date: Wed, 21 May 2025 12:30:34 +0200 Subject: [PATCH 2/4] update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ece9854..a4cc4064 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,7 @@ All notable changes to this project will be documented in this file. ### Removed - test: ZooKeeper 3.9.2 removed ([#853]). -- Support for Kafka 3.7.1 and 3.8.0 removed ([#859]) +- Support for Kafka 3.7.1 and 3.8.0 removed ([#860]) [#840]: https://github.com/stackabletech/kafka-operator/pull/840 [#844]: https://github.com/stackabletech/kafka-operator/pull/844 @@ -40,7 +40,7 @@ All notable changes to this project will be documented in this file. [#851]: https://github.com/stackabletech/kafka-operator/pull/851 [#853]: https://github.com/stackabletech/kafka-operator/pull/853 [#855]: https://github.com/stackabletech/kafka-operator/pull/855 -[#859]: https://github.com/stackabletech/kafka-operator/pull/859 +[#860]: https://github.com/stackabletech/kafka-operator/pull/860 ## [25.3.0] - 2025-03-21 From 685da840438520bb2872b8b6fc5d101cbf4869c4 Mon Sep 17 00:00:00 2001 From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> Date: Wed, 21 May 2025 12:34:48 +0200 Subject: [PATCH 3/4] fix markdown lint --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4cc4064..0c30d045 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,7 @@ All notable changes to this project will be documented in this file. ### Removed - test: ZooKeeper 3.9.2 removed ([#853]). -- Support for Kafka 3.7.1 and 3.8.0 removed ([#860]) +- Support for Kafka 3.7.1 and 3.8.0 removed ([#860]). [#840]: https://github.com/stackabletech/kafka-operator/pull/840 [#844]: https://github.com/stackabletech/kafka-operator/pull/844 From a3de9ad01769edd82dc6862031b5d43906eb7775 Mon Sep 17 00:00:00 2001 From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> Date: Wed, 21 May 2025 12:40:59 +0200 Subject: [PATCH 4/4] fix end-of-file lint --- docs/modules/kafka/partials/supported-versions.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/kafka/partials/supported-versions.adoc b/docs/modules/kafka/partials/supported-versions.adoc index 8dc2d035..f5f84f8f 100644 --- a/docs/modules/kafka/partials/supported-versions.adoc +++ b/docs/modules/kafka/partials/supported-versions.adoc @@ -3,4 +3,4 @@ // Stackable Platform documentation. * 3.9.0 -* 3.7.2 (LTS) \ No newline at end of file +* 3.7.2 (LTS)