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 19:31:10 UTC

[kafka-site] branch asf-site updated: Add 2.5.0 release to website (#260)

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 ac8cbec  Add 2.5.0 release to website (#260)
ac8cbec is described below

commit ac8cbecea4d88ac0a94cb76481c97c146ac54c78
Author: David Arthur <mu...@gmail.com>
AuthorDate: Wed Apr 15 15:30:59 2020 -0400

    Add 2.5.0 release to website (#260)
---
 documentation.html                                 |  2 +-
 documentation/index.html                           |  2 +-
 documentation/streams/architecture.html            |  2 +-
 documentation/streams/core-concepts.html           |  2 +-
 .../streams/developer-guide/app-reset-tool.html    |  2 +-
 .../streams/developer-guide/config-streams.html    |  2 +-
 .../streams/developer-guide/datatypes.html         |  2 +-
 documentation/streams/developer-guide/dsl-api.html |  2 +-
 .../developer-guide/dsl-topology-naming.html       |  2 +-
 documentation/streams/developer-guide/index.html   |  2 +-
 .../developer-guide/interactive-queries.html       |  2 +-
 .../streams/developer-guide/manage-topics.html     |  2 +-
 .../streams/developer-guide/memory-mgmt.html       |  2 +-
 .../streams/developer-guide/processor-api.html     |  2 +-
 .../streams/developer-guide/running-app.html       |  2 +-
 .../streams/developer-guide/security.html          |  2 +-
 documentation/streams/developer-guide/testing.html |  2 +-
 .../streams/developer-guide/write-streams.html     |  2 +-
 documentation/streams/index.html                   |  2 +-
 documentation/streams/quickstart.html              |  2 +-
 documentation/streams/upgrade-guide.html           |  2 +-
 downloads.html                                     | 42 +++++++++++++++++++++-
 index.html                                         |  4 +++
 intro.html                                         |  2 +-
 protocol.html                                      |  2 +-
 quickstart.html                                    |  2 +-
 uses.html                                          |  2 +-
 27 files changed, 70 insertions(+), 26 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/documentation/index.html b/documentation/index.html
index b030129..693711f 100644
--- a/documentation/index.html
+++ b/documentation/index.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../24/documentation.html" -->
+<!--#include virtual="../25/documentation.html" -->
diff --git a/documentation/streams/architecture.html b/documentation/streams/architecture.html
index 63929af..e84ea9a 100644
--- a/documentation/streams/architecture.html
+++ b/documentation/streams/architecture.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../24/streams/architecture.html" -->
+<!--#include virtual="../../25/streams/architecture.html" -->
diff --git a/documentation/streams/core-concepts.html b/documentation/streams/core-concepts.html
index 378b3c9..a439364 100644
--- a/documentation/streams/core-concepts.html
+++ b/documentation/streams/core-concepts.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../24/streams/core-concepts.html" -->
+<!--#include virtual="../../25/streams/core-concepts.html" -->
diff --git a/documentation/streams/developer-guide/app-reset-tool.html b/documentation/streams/developer-guide/app-reset-tool.html
index 1777a5d..cf5e280 100644
--- a/documentation/streams/developer-guide/app-reset-tool.html
+++ b/documentation/streams/developer-guide/app-reset-tool.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../../24/streams/developer-guide/app-reset-tool.html" -->
+<!--#include virtual="../../../25/streams/developer-guide/app-reset-tool.html" -->
diff --git a/documentation/streams/developer-guide/config-streams.html b/documentation/streams/developer-guide/config-streams.html
index 0500a4f..f3949e7 100644
--- a/documentation/streams/developer-guide/config-streams.html
+++ b/documentation/streams/developer-guide/config-streams.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../../24/streams/developer-guide/config-streams.html" -->
+<!--#include virtual="../../../25/streams/developer-guide/config-streams.html" -->
diff --git a/documentation/streams/developer-guide/datatypes.html b/documentation/streams/developer-guide/datatypes.html
index fed301a..bb8490c 100644
--- a/documentation/streams/developer-guide/datatypes.html
+++ b/documentation/streams/developer-guide/datatypes.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../../24/streams/developer-guide/datatypes.html" -->
+<!--#include virtual="../../../25/streams/developer-guide/datatypes.html" -->
diff --git a/documentation/streams/developer-guide/dsl-api.html b/documentation/streams/developer-guide/dsl-api.html
index 3d93ce4..4289905 100644
--- a/documentation/streams/developer-guide/dsl-api.html
+++ b/documentation/streams/developer-guide/dsl-api.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../../24/streams/developer-guide/dsl-api.html" -->
+<!--#include virtual="../../../25/streams/developer-guide/dsl-api.html" -->
diff --git a/documentation/streams/developer-guide/dsl-topology-naming.html b/documentation/streams/developer-guide/dsl-topology-naming.html
index 9b194b1..21b2bc6 100644
--- a/documentation/streams/developer-guide/dsl-topology-naming.html
+++ b/documentation/streams/developer-guide/dsl-topology-naming.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../../24/streams/developer-guide/dsl-topology-naming.html" -->
+<!--#include virtual="../../../25/streams/developer-guide/dsl-topology-naming.html" -->
diff --git a/documentation/streams/developer-guide/index.html b/documentation/streams/developer-guide/index.html
index 5981dfa..3c48ab0 100644
--- a/documentation/streams/developer-guide/index.html
+++ b/documentation/streams/developer-guide/index.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../../24/streams/developer-guide/index.html" -->
+<!--#include virtual="../../../25/streams/developer-guide/index.html" -->
diff --git a/documentation/streams/developer-guide/interactive-queries.html b/documentation/streams/developer-guide/interactive-queries.html
index 151bb98..4f997f3 100644
--- a/documentation/streams/developer-guide/interactive-queries.html
+++ b/documentation/streams/developer-guide/interactive-queries.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../../24/streams/developer-guide/interactive-queries.html" -->
+<!--#include virtual="../../../25/streams/developer-guide/interactive-queries.html" -->
diff --git a/documentation/streams/developer-guide/manage-topics.html b/documentation/streams/developer-guide/manage-topics.html
index dc5395d..28f690d 100644
--- a/documentation/streams/developer-guide/manage-topics.html
+++ b/documentation/streams/developer-guide/manage-topics.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../../24/streams/developer-guide/manage-topics.html" -->
+<!--#include virtual="../../../25/streams/developer-guide/manage-topics.html" -->
diff --git a/documentation/streams/developer-guide/memory-mgmt.html b/documentation/streams/developer-guide/memory-mgmt.html
index f0dc34f..6cc65b4 100644
--- a/documentation/streams/developer-guide/memory-mgmt.html
+++ b/documentation/streams/developer-guide/memory-mgmt.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../../24/streams/developer-guide/memory-mgmt.html" -->
+<!--#include virtual="../../../25/streams/developer-guide/memory-mgmt.html" -->
diff --git a/documentation/streams/developer-guide/processor-api.html b/documentation/streams/developer-guide/processor-api.html
index 642b76f..0bd7252 100644
--- a/documentation/streams/developer-guide/processor-api.html
+++ b/documentation/streams/developer-guide/processor-api.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../../24/streams/developer-guide/processor-api.html" -->
+<!--#include virtual="../../../25/streams/developer-guide/processor-api.html" -->
diff --git a/documentation/streams/developer-guide/running-app.html b/documentation/streams/developer-guide/running-app.html
index a85ef04..8a3faf9 100644
--- a/documentation/streams/developer-guide/running-app.html
+++ b/documentation/streams/developer-guide/running-app.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../../24/streams/developer-guide/running-app.html" -->
+<!--#include virtual="../../../25/streams/developer-guide/running-app.html" -->
diff --git a/documentation/streams/developer-guide/security.html b/documentation/streams/developer-guide/security.html
index de66ae6..cf3e43c 100644
--- a/documentation/streams/developer-guide/security.html
+++ b/documentation/streams/developer-guide/security.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../../24/streams/developer-guide/security.html" -->
+<!--#include virtual="../../../25/streams/developer-guide/security.html" -->
diff --git a/documentation/streams/developer-guide/testing.html b/documentation/streams/developer-guide/testing.html
index 7c9877c..c6cc45b 100644
--- a/documentation/streams/developer-guide/testing.html
+++ b/documentation/streams/developer-guide/testing.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../../24/streams/developer-guide/testing.html" -->
+<!--#include virtual="../../../25/streams/developer-guide/testing.html" -->
diff --git a/documentation/streams/developer-guide/write-streams.html b/documentation/streams/developer-guide/write-streams.html
index 6b5b227..c497409 100644
--- a/documentation/streams/developer-guide/write-streams.html
+++ b/documentation/streams/developer-guide/write-streams.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../../24/streams/developer-guide/write-streams.html" -->
+<!--#include virtual="../../../25/streams/developer-guide/write-streams.html" -->
diff --git a/documentation/streams/index.html b/documentation/streams/index.html
index b767aeb..534493d 100644
--- a/documentation/streams/index.html
+++ b/documentation/streams/index.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../24/streams/index.html" -->
+<!--#include virtual="../../25/streams/index.html" -->
diff --git a/documentation/streams/quickstart.html b/documentation/streams/quickstart.html
index 28218f4..02d08f2 100644
--- a/documentation/streams/quickstart.html
+++ b/documentation/streams/quickstart.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../24/streams/quickstart.html" -->
+<!--#include virtual="../../25/streams/quickstart.html" -->
diff --git a/documentation/streams/upgrade-guide.html b/documentation/streams/upgrade-guide.html
index 9699a40..88dda6e 100644
--- a/documentation/streams/upgrade-guide.html
+++ b/documentation/streams/upgrade-guide.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../24/streams/upgrade-guide.html" -->
+<!--#include virtual="../../25/streams/upgrade-guide.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" -->