You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by da...@apache.org on 2021/09/20 07:20:51 UTC

[kafka-site] branch asf-site updated: MINOR: Release 2.8.1

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

dajac 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 6ad74c4  MINOR: Release 2.8.1
6ad74c4 is described below

commit 6ad74c480b6e05e6650467b57750ba7408b1b1a1
Author: David Jacot <dj...@confluent.io>
AuthorDate: Mon Sep 20 09:19:24 2021 +0200

    MINOR: Release 2.8.1
---
 28/quickstart.html |  6 +++---
 downloads.html     | 30 +++++++++++++++++++++++++++++-
 2 files changed, 32 insertions(+), 4 deletions(-)

diff --git a/28/quickstart.html b/28/quickstart.html
index f204be3..907c979 100644
--- a/28/quickstart.html
+++ b/28/quickstart.html
@@ -28,12 +28,12 @@
         </h4>
 
         <p>
-            <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/2.8.0/kafka_2.13-2.8.0.tgz">Download</a>
+            <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/2.8.1/kafka_2.13-2.8.1.tgz">Download</a>
             the latest Kafka release and extract it:
         </p>
 
-        <pre class="line-numbers"><code class="language-bash">$ tar -xzf kafka_2.13-2.8.0.tgz
-$ cd kafka_2.13-2.8.0</code></pre>
+        <pre class="line-numbers"><code class="language-bash">$ tar -xzf kafka_2.13-2.8.1.tgz
+$ cd kafka_2.13-2.8.1</code></pre>
     </div>
 
     <div class="quickstart-step">
diff --git a/downloads.html b/downloads.html
index 791ce38..591aefc 100644
--- a/downloads.html
+++ b/downloads.html
@@ -6,12 +6,40 @@
 	<div class="right">
     <h1>Download</h1>
 
-    <p>2.8.0 is the latest release. The current stable version is 2.8.0.</p>
+    <p>2.8.1 is the latest release. The current stable version is 2.8.1.</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="2.8.1"></span>
+    <h3 class="download-version">2.8.1<a href="#2.8.1"><i class="fas fa-link " style="color:#053ce2"></i></a></h3>
+    <ul>
+        <li>
+            Released September 17, 2021
+        </li>
+        <li>
+            <a href="https://downloads.apache.org/kafka/2.8.1/RELEASE_NOTES.html">Release Notes</a>
+        </li>
+        <li>
+            Source download: <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/2.8.1/kafka-2.8.1-src.tgz">kafka-2.8.1-src.tgz</a> (<a href="https://downloads.apache.org/kafka/2.8.1/kafka-2.8.1-src.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/2.8.1/kafka-2.8.1-src.tgz.sha512">sha512</a>)
+        </li>
+        <li>
+            Binary downloads:
+            <ul>
+                <li>Scala 2.12 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/2.8.1/kafka_2.12-2.8.1.tgz">kafka_2.12-2.8.1.tgz</a> (<a href="https://downloads.apache.org/kafka/2.8.1/kafka_2.12-2.8.1.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/2.8.1/kafka_2.12-2.8.1.tgz.sha512">sha512</a>)</li>
+                <li>Scala 2.13 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/2.8.1/kafka_2.13-2.8.1.tgz">kafka_2.13-2.8.1.tgz</a> (<a href="https://downloads.apache.org/kafka/2.8.1/kafka_2.13-2.8.1.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/2.8.1/kafka_2.13-2.8.1.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 2.8.1 fixes 49 issues since the 2.8.0 release.
+        For more information, please read the detailed <a href="https://downloads.apache.org/kafka/2.8.1/RELEASE_NOTES.html">Release Notes</a>.
+    </p>
+
     <span id="2.8.0"></span>
     <h3 class="download-version">2.8.0<a href="#2.8.0"><i class="fas fa-link " style="color:#053ce2"></i></a></h3>
     <ul>