This is an automated email from the ASF dual-hosted git repository.
mimaison 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 693706a8 MINOR: Add 3.6.1 to downloads page + blog post(#570)
693706a8 is described below
commit 693706a89a71d2c27c0d2d0f86495de54c17ee33
Author: Mickael Maison <[email protected]>
AuthorDate: Thu Dec 7 11:59:54 2023 +0100
MINOR: Add 3.6.1 to downloads page + blog post(#570)
Reviewers: Josep Prat <[email protected]>
---
blog.html | 13 +++++++++++++
downloads.html | 30 +++++++++++++++++++++++++++++-
2 files changed, 42 insertions(+), 1 deletion(-)
diff --git a/blog.html b/blog.html
index a2d7ab73..6d268c7a 100644
--- a/blog.html
+++ b/blog.html
@@ -22,6 +22,19 @@
<!--#include virtual="includes/_nav.htm" -->
<div class="right">
<h1 class="content-title">Blog</h1>
+ <article>
+ <h2 class="bullet">
+ <a id="apache_kafka_361_release_announcement"></a>
+ <a href="#apache_kafka_361_release_announcement">Apache
Kafka 3.6.1 Release Announcement</a>
+ </h2>
+ 7 December 2023 - Mickael Maison (<a
href="https://twitter.com/MickaelMaison">@MickaelMaison</a>)
+ <p>We are proud to announce the release of Apache Kafka 3.6.1.
This is a bugfix release. It contains 30 fixes including upgrades to the
ZooKeeper and Netty dependencies. For a full list of changes, be sure to check
the <a
href="https://downloads.apache.org/kafka/3.6.1/RELEASE_NOTES.html">release
notes</a>.</p>
+ <p>See the <a
href="https://kafka.apache.org/36/documentation.html#upgrade_3_6_1">Upgrading
to 3.6.1 from any version 0.8.x through 3.5.x</a> section in the documentation
for the list of notable changes and detailed upgrade steps.</p>
+ <h3>Summary</h3>
+ <p>This was a community effort, so thank you to everyone who
contributed to this release:</br>
+ Anna Sophie Blee-Goldman, Arpit Goyal, atu-sharm, Bill
Bejeck, Chris Egerton, Colin P. McCabe, David Arthur, David Jacot, Divij
Vaidya, Federico Valeri, Greg Harris, Guozhang Wang, Hao Li, hudeqi,
iit2009060, Ismael Juma, Jorge Esteban Quilcate Otoya, Josep Prat, Jotaniya
Jeel, Justine Olshan, Kamal Chandraprakash, kumarpritam863, Levani Kokhreidze,
Lucas Brutschy, Luke Chen, Manikumar Reddy, Matthias J. Sax, Mayank Shekhar
Narula, Mickael Maison, Nick Telford, Philip [...]
+ </p>
+ </article>
<article>
<h2 class="bullet">
<a id="apache_kafka_360_release_announcement"></a>
diff --git a/downloads.html b/downloads.html
index f7df6a61..6d931c02 100644
--- a/downloads.html
+++ b/downloads.html
@@ -6,12 +6,40 @@
<div class="right">
<h1>Download</h1>
- <p>3.6.0 is the latest release. The current stable version is 3.6.0</p>
+ <p>3.6.1 is the latest release. The current stable version is 3.6.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="3.6.1"></span>
+ <h3 class="download-version">3.6.1<a href="#3.6.1"><i class="fas fa-link "
style="color:#053ce2"></i></a></h3>
+ <ul>
+ <li>
+ Released Dec 7, 2023
+ </li>
+ <li>
+ <a
href="https://downloads.apache.org/kafka/3.6.1/RELEASE_NOTES.html">Release
Notes</a>
+ </li>
+ <li>
+ Source download: <a
href="https://downloads.apache.org/kafka/3.6.1/kafka-3.6.1-src.tgz">kafka-3.6.1-src.tgz</a>
(<a
href="https://downloads.apache.org/kafka/3.6.1/kafka-3.6.1-src.tgz.asc">asc</a>,
<a
href="https://downloads.apache.org/kafka/3.6.1/kafka-3.6.1-src.tgz.sha512">sha512</a>)
+ </li>
+ <li>
+ Binary downloads:
+ <ul>
+ <li>Scala 2.12 - <a
href="https://downloads.apache.org/kafka/3.6.1/kafka_2.12-3.6.1.tgz">kafka_2.12-3.6.1.tgz</a>
(<a
href="https://downloads.apache.org/kafka/3.6.1/kafka_2.12-3.6.1.tgz.asc">asc</a>,
<a
href="https://downloads.apache.org/kafka/3.6.1/kafka_2.12-3.6.1.tgz.sha512">sha512</a>)</li>
+ <li>Scala 2.13 - <a
href="https://downloads.apache.org/kafka/3.6.1/kafka_2.13-3.6.1.tgz">kafka_2.13-3.6.1.tgz</a>
(<a
href="https://downloads.apache.org/kafka/3.6.1/kafka_2.13-3.6.1.tgz.asc">asc</a>,
<a
href="https://downloads.apache.org/kafka/3.6.1/kafka_2.13-3.6.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 3.6.1 fixes 30 issues since the 3.6.0 release.
+ For more information, please read the detailed <a
href="https://downloads.apache.org/kafka/3.6.1/RELEASE_NOTES.html">Release
Notes</a>.
+ </p>
+
<span id="3.6.0"></span>
<h3 class="download-version">3.6.0<a href="#3.6.0"><i class="fas fa-link "
style="color:#053ce2"></i></a></h3>
<ul>