From d582d5aff517879b150bc2739bad99df07e15e2b Mon Sep 17 00:00:00 2001 From: Stanislav Kozlovski Date: Tue, 26 Dec 2023 14:50:45 +0100 Subject: [PATCH] MINOR: Update documentation.html with the 3.7 release (#15010) This patch updates the docs/documentation.html to mention the 3.7 release, as per the step in the Release Process: > Make sure docs/documentation.html is referring to the next release and links and update docs/upgrade.html with upgrade instructions for next release. For a bugfix release, make sure to at least bump the version number in the "Upgrading to ..." header in docs/upgrade.html. If this is a major or minor release #, it's a good idea to make this change now. If you end up doing it after cutting branches, be sure the commit lands on both trunk and your release branch. Note that this must be done before generating any artifacts because these docs are part of the content that gets voted on. --- docs/documentation.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/documentation.html b/docs/documentation.html index 2b8ad99a9f2..cd6373e7846 100644 --- a/docs/documentation.html +++ b/docs/documentation.html @@ -33,7 +33,7 @@

Documentation

-

Kafka 3.6 Documentation

+

Kafka 3.7 Documentation

Prior releases: 0.7.x, 0.8.0, 0.8.1.X, @@ -60,6 +60,7 @@ 3.3.X. 3.4.X. 3.5.X. + 3.6.X.

1. Getting Started

1.1 Introduction