From 67730b881ddbffe259d970dc9fbf7bbab6b8d4ba Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Wed, 12 Mar 2025 10:27:56 +0100 Subject: [PATCH 1/2] docs: Update supported versions --- 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 51c77089..3249c9d7 100644 --- a/docs/modules/kafka/partials/supported-versions.adoc +++ b/docs/modules/kafka/partials/supported-versions.adoc @@ -3,6 +3,6 @@ // Stackable Platform documentation. * 3.9.0 -* 3.8.1 (deprecated) +* 3.8.0 (deprecated) * 3.7.2 (LTS) * 3.7.1 (deprecated) From c0b65e4bc6a48be6ea77aa5bd5be06f1ddf736df Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Wed, 12 Mar 2025 10:31:22 +0100 Subject: [PATCH 2/2] chore: Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b2c5e7d..ffc6575e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ All notable changes to this project will be documented in this file. - Bump `stackable-operator` to 0.87.0 and `stackable-versioned` to 0.6.0 ([#830]). - Default to OCI for image metadata and product image selection ([#810]). - Bump Kafka 3.7.1 to 3.7.2 in tests and getting_started, and bump upgrade testing from 3.7.1->3.8.0 to 3.8.0->3.9.0 ([#822]). +- docs: Update supported versions list ([#835]). [#796]: https://github.com/stackabletech/kafka-operator/pull/796 [#803]: https://github.com/stackabletech/kafka-operator/pull/803 @@ -32,6 +33,7 @@ All notable changes to this project will be documented in this file. [#819]: https://github.com/stackabletech/kafka-operator/pull/819 [#822]: https://github.com/stackabletech/kafka-operator/pull/822 [#830]: https://github.com/stackabletech/kafka-operator/pull/830 +[#835]: https://github.com/stackabletech/kafka-operator/pull/835 ## [24.11.1] - 2025-01-10