You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by st...@apache.org on 2024/02/20 13:52:45 UTC

(kafka-site) branch 37-latest-download-page created (now 33ee8526)

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

stanislavkozlovski pushed a change to branch 37-latest-download-page
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


      at 33ee8526 37: Add download section for the latest 3.7 release

This branch includes the following new commits:

     new 33ee8526 37: Add download section for the latest 3.7 release

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(kafka-site) 01/01: 37: Add download section for the latest 3.7 release

Posted by st...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

stanislavkozlovski pushed a commit to branch 37-latest-download-page
in repository https://gitbox.apache.org/repos/asf/kafka-site.git

commit 33ee852672f5ac4708791180ba963346e1ebc22b
Author: Stanislav <st...@confluent.io>
AuthorDate: Tue Feb 20 14:52:31 2024 +0100

    37: Add download section for the latest 3.7 release
---
 downloads.html | 35 ++++++++++++++++++++++++++++++++++-
 1 file changed, 34 insertions(+), 1 deletion(-)

diff --git a/downloads.html b/downloads.html
index 96374d15..e78b8849 100644
--- a/downloads.html
+++ b/downloads.html
@@ -6,12 +6,45 @@
 	<div class="right">
     <h1>Download</h1>
 
-    <p>3.6.1 is the latest release. The current stable version is 3.6.1</p>
+    <p>3.7.0 is the latest release. The current stable version is 3.7.0</p>
 
     <p>
     You can verify your download by following these <a href="https://www.apache.org/info/verification.html">procedures</a> and using these <a href="https://downloads.apache.org/kafka/KEYS">KEYS</a>.
     </p>
 
+
+    <span id="3.7.0"></span>
+    <h3 class="download-version">3.7.0<a href="#3.7.0"><i class="fas fa-link " style="color:#053ce2"></i></a></h3>
+    <ul>
+        <li>
+            Released Feb 21, 2024
+        </li>
+        <li>
+            <a href="https://downloads.apache.org/kafka/3.7.0/RELEASE_NOTES.html">Release Notes</a>
+        </li>
+        <li>
+            Docker image: <a href="https://hub.docker.com/layers/apache/kafka/3.7.0-rc4/images/sha256-3e324d2bd331570676436b24f625e5dcf1facdfbd62efcffabc6b69b1abc13cc?context=explore">apache/kafka:3.7.0</a>.
+        </li>
+        <li>
+            Source download: <a href="https://downloads.apache.org/kafka/3.7.0/kafka-3.7.0-src.tgz">kafka-3.7.0-src.tgz</a> (<a href="https://downloads.apache.org/kafka/3.7.0/kafka-3.7.0-src.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/3.7.0/kafka-3.7.0-src.tgz.sha512">sha512</a>)
+        </li>
+        <li>
+            Binary downloads:
+            <ul>
+                <li>Scala 2.12 &nbsp;- <a href="https://downloads.apache.org/kafka/3.7.0/kafka_2.12-3.7.0.tgz">kafka_2.12-3.7.0.tgz</a> (<a href="https://downloads.apache.org/kafka/3.7.0/kafka_2.12-3.7.0.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/3.7.0/kafka_2.12-3.7.0.tgz.sha512">sha512</a>)</li>
+                <li>Scala 2.13 &nbsp;- <a href="https://downloads.apache.org/kafka/3.7.0/kafka_2.13-3.7.0.tgz">kafka_2.13-3.7.0.tgz</a> (<a href="https://downloads.apache.org/kafka/3.7.0/kafka_2.13-3.7.0.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/3.7.0/kafka_2.13-3.7.0.tgz.sha512">sha512</a>)</li>
+            </ul>
+            We build for multiple versions of Scala. This only matters if you are using Scala and you want a version
+            built for the same Scala version you use. Otherwise any version should work (2.13 is recommended).
+        </li>
+    </ul>
+
+    <p>
+        Kafka 3.7.0 includes a significant number of new features and fixes.
+        For more information, please read our <a href="https://kafka.apache.org/blog#apache_kafka_360_release_announcement" target="_blank">blog post</a>
+        and the detailed <a href="https://downloads.apache.org/kafka/3.7.0/RELEASE_NOTES.html">Release Notes</a>.
+    </p>
+
     <span id="3.6.1"></span>
     <h3 class="download-version">3.6.1<a href="#3.6.1"><i class="fas fa-link " style="color:#053ce2"></i></a></h3>
     <ul>