From a91f848f8600df269e8fb47e95337cb8469de18e Mon Sep 17 00:00:00 2001 From: Nick <10092581+NickLarsenNZ@users.noreply.github.com> Date: Wed, 5 Feb 2025 16:33:48 +0100 Subject: [PATCH 1/3] Update supported-versions.adoc --- docs/modules/kafka/partials/supported-versions.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/modules/kafka/partials/supported-versions.adoc b/docs/modules/kafka/partials/supported-versions.adoc index 8f0ba0e3..87b6ef0d 100644 --- a/docs/modules/kafka/partials/supported-versions.adoc +++ b/docs/modules/kafka/partials/supported-versions.adoc @@ -2,5 +2,6 @@ // This is a separate file, since it is used by both the direct Kafka documentation, and the overarching // Stackable Platform documentation. +* 3.9.0 * 3.8.0 * 3.7.1 (LTS) From af841bdc498eb388025f712e6f95a34af4acb7af Mon Sep 17 00:00:00 2001 From: Nick <10092581+NickLarsenNZ@users.noreply.github.com> Date: Wed, 5 Feb 2025 16:34:56 +0100 Subject: [PATCH 2/3] Update supported-versions.adoc --- 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 87b6ef0d..1220af5f 100644 --- a/docs/modules/kafka/partials/supported-versions.adoc +++ b/docs/modules/kafka/partials/supported-versions.adoc @@ -4,4 +4,4 @@ * 3.9.0 * 3.8.0 -* 3.7.1 (LTS) +* 3.7.2 (LTS) From 87bf68bfaaf61a4b01813eb88fe20dccfe033f73 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Thu, 6 Feb 2025 10:03:07 +0100 Subject: [PATCH 3/3] fix: Bump 3.8.0 to 3.8.1, restore 3.7.1, mark both as deprecated --- docs/modules/kafka/partials/supported-versions.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/modules/kafka/partials/supported-versions.adoc b/docs/modules/kafka/partials/supported-versions.adoc index 1220af5f..51c77089 100644 --- a/docs/modules/kafka/partials/supported-versions.adoc +++ b/docs/modules/kafka/partials/supported-versions.adoc @@ -3,5 +3,6 @@ // Stackable Platform documentation. * 3.9.0 -* 3.8.0 +* 3.8.1 (deprecated) * 3.7.2 (LTS) +* 3.7.1 (deprecated)