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

vvcephei 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 1418e62  MINOR: add 2.5.1 release to Downloads (#291)
1418e62 is described below

commit 1418e623acb88b22ec69749d81293d423b7e68f6
Author: John Roesler <[email protected]>
AuthorDate: Tue Aug 11 15:15:39 2020 -0500

    MINOR: add 2.5.1 release to Downloads (#291)
    
    Reviewers: scott-confluent 
<[email protected]>, Bill Bejeck 
<[email protected]>, Guozhang Wang <[email protected]>
---
 .gitignore     |  3 ++-
 downloads.html | 28 ++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 71d1449..ffaca95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 .DS_Store
-*.code-workspace
\ No newline at end of file
+*.code-workspace
+.idea/
diff --git a/downloads.html b/downloads.html
index 137a2b8..bd17d62 100644
--- a/downloads.html
+++ b/downloads.html
@@ -56,6 +56,34 @@
         For more information, please read the detailed <a 
href="https://www.apache.org/dist/kafka/2.6.0/RELEASE_NOTES.html";>Release 
Notes</a>.
     </p>
 
+    <span id="2.5.1"></span>
+    <h3 class="download-version">2.5.1<a href="#2.5.1"><i class="fas fa-link " 
style="color:#053ce2"></i></a></h3>
+    <ul>
+        <li>
+            Released August 10, 2020
+        </li>
+        <li>
+            <a 
href="https://www.apache.org/dist/kafka/2.5.1/RELEASE_NOTES.html";>Release 
Notes</a>
+        </li>
+        <li>
+            Source download: <a 
href="https://www.apache.org/dyn/closer.cgi?path=/kafka/2.5.1/kafka-2.5.1-src.tgz";>kafka-2.5.1-src.tgz</a>
 (<a 
href="https://www.apache.org/dist/kafka/2.5.1/kafka-2.5.1-src.tgz.asc";>asc</a>, 
<a 
href="https://www.apache.org/dist/kafka/2.5.1/kafka-2.5.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.5.1/kafka_2.12-2.5.1.tgz";>kafka_2.12-2.5.1.tgz</a>
 (<a 
href="https://www.apache.org/dist/kafka/2.5.1/kafka_2.12-2.5.1.tgz.asc";>asc</a>,
 <a 
href="https://www.apache.org/dist/kafka/2.5.1/kafka_2.12-2.5.1.tgz.sha512";>sha512</a>)</li>
+                <li>Scala 2.13 &nbsp;- <a 
href="https://www.apache.org/dyn/closer.cgi?path=/kafka/2.5.1/kafka_2.13-2.5.1.tgz";>kafka_2.13-2.5.1.tgz</a>
 (<a 
href="https://www.apache.org/dist/kafka/2.5.1/kafka_2.13-2.5.1.tgz.asc";>asc</a>,
 <a 
href="https://www.apache.org/dist/kafka/2.5.1/kafka_2.13-2.5.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.12 is recommended).
+        </li>
+    </ul>
+
+    <p>
+        Kafka 2.5.1 fixes 72 issues since the 2.5.0 release.
+        For more information, please read the detailed <a 
href="https://www.apache.org/dist/kafka/2.5.1/RELEASE_NOTES.html";>Release 
Notes</a>.
+    </p>
+
     <span id="2.5.0"></span>
     <h3 class="download-version">2.5.0<a href="#2.5.0"><i class="fas fa-link " 
style="color:#053ce2"></i></a></h3>
     <ul>

Reply via email to