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

davidarthur 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 e504a7a  Update site for 2.3.1 release (#233)
e504a7a is described below

commit e504a7adc7c515afd256f25eb4b3d95fd92d64fc
Author: David Arthur <[email protected]>
AuthorDate: Thu Oct 24 22:22:44 2019 -0400

    Update site for 2.3.1 release (#233)
---
 downloads.html | 26 ++++++++++++++++++++++++++
 index.html     |  4 ++++
 2 files changed, 30 insertions(+)

diff --git a/downloads.html b/downloads.html
index 36a7189..e169c63 100644
--- a/downloads.html
+++ b/downloads.html
@@ -11,6 +11,32 @@
     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://www.apache.org/dist/kafka/KEYS";>KEYS</a>.
     </p>
 
+    <span id="2.3.1"></span>
+    <h3 class="download-version">2.3.1<a href="#2.3.1"><i class="fas fa-link " 
style="color:#053ce2"></i></a></h3>
+    <ul>
+        <li>
+            Released Oct 24, 2019
+        </li>
+        <li>
+            <a 
href="https://www.apache.org/dist/kafka/2.3.1/RELEASE_NOTES.html";>Release 
Notes</a>
+        </li>
+        <li>
+            Source download: <a 
href="https://www.apache.org/dyn/closer.cgi?path=/kafka/2.3.1/kafka-2.3.1-src.tgz";>kafka-2.3.1-src.tgz</a>
 (<a 
href="https://www.apache.org/dist/kafka/2.3.1/kafka-2.3.1-src.tgz.asc";>asc</a>, 
<a 
href="https://www.apache.org/dist/kafka/2.3.1/kafka-2.3.1-src.tgz.sha512";>sha512</a>)
+        </li>
+        <li>
+            Binary downloads:
+            <ul>
+                <li>Scala 2.11 &nbsp;- <a 
href="https://www.apache.org/dyn/closer.cgi?path=/kafka/2.3.1/kafka_2.11-2.3.1.tgz";>kafka_2.11-2.3.1.tgz</a>
 (<a 
href="https://www.apache.org/dist/kafka/2.3.1/kafka_2.11-2.3.1.tgz.asc";>asc</a>,
 <a 
href="https://www.apache.org/dist/kafka/2.3.1/kafka_2.11-2.3.1.tgz.sha512";>sha512</a>)</li>
+                <li>Scala 2.12 &nbsp;- <a 
href="https://www.apache.org/dyn/closer.cgi?path=/kafka/2.3.1/kafka_2.12-2.3.1.tgz";>kafka_2.12-2.3.1.tgz</a>
 (<a 
href="https://www.apache.org/dist/kafka/2.3.1/kafka_2.12-2.3.1.tgz.asc";>asc</a>,
 <a 
href="https://www.apache.org/dist/kafka/2.3.1/kafka_2.12-2.3.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>
+        For more information, please read the detailed <a 
href="https://archive.apache.org/dist/kafka/2.3.1/RELEASE_NOTES.html";>Release 
Notes</a>.
+    </p>
+
     <span id="2.3.0"></span>
     <h3 class="download-version">2.3.0<a href="#2.3.0"><i class="fas fa-link " 
style="color:#053ce2"></i></a></h3>
     <ul>
diff --git a/index.html b/index.html
index 8dfdd2c..fcd6af0 100644
--- a/index.html
+++ b/index.html
@@ -22,6 +22,10 @@
                        <div class="news">
                                <h2>Latest News</h2>
                                <article>
+                                       <h3><a 
href="https://kafka.apache.org/downloads#2.3.1";>AK Release 2.3.1</a></h3>
+                                       <time>October 24, 2019</time>
+                               </article>
+                               <article>
                                        <h3><a 
href="https://kafka-summit.org/events/kafka-summit-san-francisco-2019/"; 
target="_blank" rel="noopener noreferrer">Kafka Summit San Francisco</a></h3>
                                        <time>Sept 30 - Oct 1, 2019</time>
                                </article>

Reply via email to