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 2020/04/15 17:29:16 UTC

[kafka-site] branch 2.5.0-release created (now b617156)

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

davidarthur pushed a change to branch 2.5.0-release
in repository https://gitbox.apache.org/repos/asf/kafka-site.git.


      at b617156  Update website for 2.5.0 release

This branch includes the following new commits:

     new b617156  Update website for 2.5.0 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: Update website for 2.5.0 release

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

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

commit b617156fb5811a04ccfa73a2d0914fd18883b24b
Author: David Arthur <mu...@gmail.com>
AuthorDate: Wed Apr 15 13:28:28 2020 -0400

    Update website for 2.5.0 release
---
 documentation.html |  2 +-
 downloads.html     | 42 +++++++++++++++++++++++++++++++++++++++++-
 index.html         |  4 ++++
 intro.html         |  2 +-
 protocol.html      |  2 +-
 quickstart.html    |  2 +-
 uses.html          |  2 +-
 7 files changed, 50 insertions(+), 6 deletions(-)

diff --git a/documentation.html b/documentation.html
index 735c6c9..a2902e9 100644
--- a/documentation.html
+++ b/documentation.html
@@ -1,2 +1,2 @@
 <!-- should always link the the latest release's documentation -->
-<!--#include virtual="24/documentation.html" -->
+<!--#include virtual="25/documentation.html" -->
diff --git a/downloads.html b/downloads.html
index 8809371..a82487a 100644
--- a/downloads.html
+++ b/downloads.html
@@ -5,12 +5,52 @@
 	<div class="right">
     <h1>Download</h1>
 
-    <p>2.4.1 is the latest release. The current stable version is 2.4.1.</p>
+    <p>2.5.0 is the latest release. The current stable version is 2.5.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://www.apache.org/dist/kafka/KEYS">KEYS</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>
+        <li>
+            Released April 15, 2020
+        </li>
+        <li>
+            <a href="https://www.apache.org/dist/kafka/2.5.0/RELEASE_NOTES.html">Release Notes</a>
+        </li>
+        <li>
+            Source download: <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/2.5.0/kafka-2.5.0-src.tgz">kafka-2.5.0-src.tgz</a> (<a href="https://www.apache.org/dist/kafka/2.5.0/kafka-2.5.0-src.tgz.asc">asc</a>, <a href="https://www.apache.org/dist/kafka/2.5.0/kafka-2.5.0-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.0/kafka_2.12-2.5.0.tgz">kafka_2.12-2.5.0.tgz</a> (<a href="https://www.apache.org/dist/kafka/2.5.0/kafka_2.12-2.5.0.tgz.asc">asc</a>, <a href="https://www.apache.org/dist/kafka/2.5.0/kafka_2.12-2.5.0.tgz.sha512">sha512</a>)</li>
+                <li>Scala 2.13 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/2.5.0/kafka_2.13-2.5.0.tgz">kafka_2.13-2.5.0.tgz</a> (<a href="https://www.apache.org/dist/kafka/2.5.0/kafka_2.13-2.5.0.tgz.asc">asc</a>, <a href="https://www.apache.org/dist/kafka/2.5.0/kafka_2.13-2.5.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.12 is recommended).
+        </li>
+    </ul>
+
+    <p>
+        Kafka 2.5.0 includes a number of significant new features. Here is a summary of some notable changes:
+    </p>
+
+    <ul>
+        <li>TLS 1.3 support (1.2 is now the default)</li>
+        <li>Co-groups for Kafka Streams</li>
+        <li>Incremental rebalance for Kafka Consumer</li>
+        <li>New metrics for better operational insight</li>
+        <li>Upgrade Zookeeper to 3.5.7</li>
+        <li>Deprecate support for Scala 2.11</li>
+    </ul>
+
+    <p>
+        For more information, please read the detailed <a href="https://www.apache.org/dist/kafka/2.5.0/RELEASE_NOTES.html">Release Notes</a>.
+    </p>
+
     <span id="2.4.1"></span>
     <h3 class="download-version">2.4.1<a href="#2.4.1"><i class="fas fa-link " style="color:#053ce2"></i></a></h3>
     <ul>
diff --git a/index.html b/index.html
index 7a70e61..525869c 100644
--- a/index.html
+++ b/index.html
@@ -21,6 +21,10 @@
 			</a>
 			<div class="news">
 				<h2>Latest News</h2>
+                                <article>
+					<h3><a href="https://kafka.apache.org/downloads#2.5.0">AK Release 2.5.0</a></h3>
+					<time>April 15, 2020</time>
+                                </article>
 				<article>
 					<h3><a href="https://kafka-summit.org/events/kafka-summit-austin-2020/" target="_blank"
 							rel="noopener noreferrer">Kafka Summit Austin</a></h3>
diff --git a/intro.html b/intro.html
index 12544fe..993c903 100644
--- a/intro.html
+++ b/intro.html
@@ -5,7 +5,7 @@
   <div class="right">
 		<h1>Introduction</h1>
 <!-- should always link the the latest release's documentation -->
-    <!--#include virtual="23/introduction.html" -->
+    <!--#include virtual="25/introduction.html" -->
 
 <!--#include virtual="includes/_footer.htm" -->
 
diff --git a/protocol.html b/protocol.html
index 7f43da1..0481626 100644
--- a/protocol.html
+++ b/protocol.html
@@ -1,2 +1,2 @@
 <!-- should always link the the latest release's documentation -->
-<!--#include virtual="24/protocol.html" -->
+<!--#include virtual="25/protocol.html" -->
diff --git a/quickstart.html b/quickstart.html
index 6d5aaff..e5c0526 100644
--- a/quickstart.html
+++ b/quickstart.html
@@ -5,7 +5,7 @@
   <div class="right">
     <h1>Quickstart</h1>
 <!-- should always link the the latest release's documentation -->
-    <!--#include virtual="24/quickstart.html" -->
+    <!--#include virtual="25/quickstart.html" -->
 <!--#include virtual="includes/_footer.htm" -->
 <script>
 // Show selected style on nav item
diff --git a/uses.html b/uses.html
index a57da0b..a228e26 100644
--- a/uses.html
+++ b/uses.html
@@ -6,7 +6,7 @@
 		<h1>Use cases</h1>
 
 <!-- should always link the the latest release's documentation -->
-<!--#include virtual="24/uses.html" -->
+<!--#include virtual="25/uses.html" -->
 
 <!--#include virtual="includes/_footer.htm" -->