From 9dc84aff71bc9787b960bc9b66aa2fc5eee958e1 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Mon, 26 Aug 2024 22:35:08 +0200 Subject: [PATCH 1/3] chore: add 3.8.0, remove 3.4.1, 3.6.1, 3.6.2 --- docs/modules/kafka/partials/supported-versions.adoc | 4 +--- tests/test-definition.yaml | 9 +++------ 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/docs/modules/kafka/partials/supported-versions.adoc b/docs/modules/kafka/partials/supported-versions.adoc index 488bfb7f..79e7f69f 100644 --- a/docs/modules/kafka/partials/supported-versions.adoc +++ b/docs/modules/kafka/partials/supported-versions.adoc @@ -2,7 +2,5 @@ // This is a separate file, since it is used by both the direct Kafka documentation, and the overarching // Stackable Platform documentation. +- 3.8.0 - 3.7.1 (LTS) -- 3.6.2 (deprecated) -- 3.6.1 (deprecated) -- 3.4.1 (deprecated) diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index 378665ca..b449bb4e 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -6,10 +6,8 @@ dimensions: - name: kafka values: - - 3.4.1 - - 3.6.1 - - 3.6.2 - 3.7.1 + - 3.8.0 - name: kafka-latest values: - 3.7.1 @@ -21,11 +19,10 @@ dimensions: - 3.9.2 - name: upgrade_old values: - - 3.4.1 - - 3.6.1 + - 3.7.1 - name: upgrade_new values: - - 3.7.1 + - 3.8.0 - name: use-client-tls values: - "true" From 698ad4de9827233e9ff1e04d6668c166b502bd11 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Mon, 26 Aug 2024 22:41:27 +0200 Subject: [PATCH 2/3] chore: update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0d71d4e..0fca81f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Added + +- Support version `3.8.0` ([#753]). + ### Changed - Reduce CRD size from `479KB` to `53KB` by accepting arbitrary YAML input instead of the underlying schema for the following fields ([#750]): @@ -16,8 +20,13 @@ All notable changes to this project will be documented in this file. certificates used by Kafka. This allows you to access Kafka brokers secured using TLS via the global bootstrap service ([#741]). +### Removed + +- Remove versions `3.4.1`, `3.6.1`, `3.6.2` ([#753]). + [#741]: https://github.com/stackabletech/kafka-operator/pull/741 [#750]: https://github.com/stackabletech/kafka-operator/pull/750 +[#753]: https://github.com/stackabletech/kafka-operator/pull/753 ## [24.7.0] - 2024-07-24 From a9b6a267dd6e64ee30cef8e4ba947b39f6d26036 Mon Sep 17 00:00:00 2001 From: Nick <10092581+NickLarsenNZ@users.noreply.github.com> Date: Tue, 27 Aug 2024 09:22:37 +0200 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: Sebastian Bernauer --- tests/test-definition.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index b449bb4e..4e995678 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -10,7 +10,7 @@ dimensions: - 3.8.0 - name: kafka-latest values: - - 3.7.1 + - 3.7.1 # Using LTS version here - name: zookeeper values: - 3.9.2