You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by js...@apache.org on 2022/09/29 23:44:38 UTC

[kafka-site] branch asf-site updated: MINOR; Update documentation for 3.3.1 (#451)

This is an automated email from the ASF dual-hosted git repository.

jsancio pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f6d8c2aa MINOR; Update documentation for 3.3.1 (#451)
f6d8c2aa is described below

commit f6d8c2aa0427d6013556a9899355035e9001592e
Author: José Armando García Sancio <js...@users.noreply.github.com>
AuthorDate: Thu Sep 29 16:44:32 2022 -0700

    MINOR; Update documentation for 3.3.1 (#451)
    
    Reviewers: Ismael Juma <is...@juma.me.uk>
---
 33/generated/connect_rest.yaml | 2 +-
 33/js/templateData.js          | 2 +-
 33/upgrade.html                | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/33/generated/connect_rest.yaml b/33/generated/connect_rest.yaml
index 834edc63..d82982de 100644
--- a/33/generated/connect_rest.yaml
+++ b/33/generated/connect_rest.yaml
@@ -8,7 +8,7 @@ info:
     name: Apache 2.0
     url: https://www.apache.org/licenses/LICENSE-2.0.html
   title: Kafka Connect REST API
-  version: 3.3.0-SNAPSHOT
+  version: 3.3.1
 paths:
   /:
     get:
diff --git a/33/js/templateData.js b/33/js/templateData.js
index 6b773468..dd5e02d9 100644
--- a/33/js/templateData.js
+++ b/33/js/templateData.js
@@ -19,6 +19,6 @@ limitations under the License.
 var context={
     "version": "33",
     "dotVersion": "3.3",
-    "fullDotVersion": "3.3.0",
+    "fullDotVersion": "3.3.1",
     "scalaVersion": "2.13"
 };
diff --git a/33/upgrade.html b/33/upgrade.html
index 29192698..8fc5c177 100644
--- a/33/upgrade.html
+++ b/33/upgrade.html
@@ -19,7 +19,7 @@
 
 <script id="upgrade-template" type="text/x-handlebars-template">
 
-<h4><a id="upgrade_3_3_0" href="#upgrade_3_3_0">Upgrading to 3.3.0 from any version 0.8.x through 3.2.x</a></h4>
+<h4><a id="upgrade_zk_3_3" href="#upgrade_zk_3_3">Upgrading to 3.3.x from any version 0.8.x through 3.2.x</a></h4>
 
 <p><b>If you are upgrading from a version prior to 2.1.x, please see the note below about the change to the schema used to store consumer offsets.
     Once you have changed the inter.broker.protocol.version to the latest version, it will not be possible to downgrade to a version prior to 2.1.</b></p>
@@ -61,7 +61,7 @@
     </li>
 </ol>
 
-<h4><a id="upgrade_3_3_0" href="#upgrade_3_3_0">Upgrading a KRaft-based cluster to 3.3.0 from any version 3.0.x through 3.2.x</a></h4>
+<h4><a id="upgrade_kraft_3_3" href="#upgrade_kraft_3_3">Upgrading a KRaft-based cluster to 3.3.x from any version 3.0.x through 3.2.x</a></h4>
 
 <p><b>If you are upgrading from a version prior to 3.3.0, please see the note below. Once you have changed the metadata.version to the latest version, it will not be possible to downgrade to a version prior to 3.3-IV0.</b></p>
 
@@ -79,7 +79,7 @@
     <li>Note that the cluster metadata version cannot be downgraded to a pre-production 3.0.x, 3.1.x, or 3.2.x version once it has been upgraded. However, it is possible to downgrade to production versions such as 3.3-IV0, 3.3-IV1, etc.</li>
 </ol>
 
-<h5><a id="upgrade_330_notable" href="#upgrade_330_notable">Notable changes in 3.3.0</a></h5>
+<h5><a id="upgrade_33_notable" href="#upgrade_33_notable">Notable changes in 3.3.x</a></h5>
     <ul>
         <li>KRaft mode is production ready for new clusters. See <a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-833%3A+Mark+KRaft+as+Production+Ready">KIP-833</a>
 	    for more details (including limitations).