This is an automated email from the ASF dual-hosted git repository. lianetm pushed a commit to branch lm-411-blog in repository https://gitbox.apache.org/repos/asf/kafka-site.git
commit 1ec9c18622829267062d13e962e2d5ae71be9c68 Author: Lianet Magrans <[email protected]> AuthorDate: Thu Nov 13 15:14:03 2025 -0500 blog & downloads --- blog.html | 13 +++++++++++++ downloads.html | 31 +++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/blog.html b/blog.html index 12bca1152..3417dec34 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_411_release_announcement"></a> + <a href="#apache_kafka_411_release_announcement">Apache Kafka 4.1.1 Release Announcement</a> + </h2> + 12 November 2025 - Lianet Magrans + <p>We are proud to announce the release of Apache Kafka 4.1.1. This is a bugfix release that includes several critical fixes. For a full list of changes, be sure to check the <a href="https://downloads.apache.org/kafka/4.1.1/RELEASE_NOTES.html">release notes</a>.</p> + <p>See the <a href="https://kafka.apache.org/41/documentation.html#upgrade_4_1_1">Upgrading to 4.1.1 from any version 0.8.x through 4.0.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, including all our users and our 32 contributors: + Abhinav Dixit, Andrew Schofield, Apoorv Mittal, Bill Bejeck, Calvin Liu, Chia-Ping Tsai, Copilot, David Jacot, Dongnuo Lyu, Eduwer Camacaro, Fatih, Genseric Ghiro, Greg Harris, Izzy Harker, Jun Rao, Kevin Wu, Kuan-Po Tseng, Lan Ding, Lianet Magrans, Lucas Brutschy, Luke Chen, majialong, Manikumar Reddy, Masahiro Mori, Matthias J. Sax, Mickael Maison, Nikita Shupletsov, Ritika Reddy, Sean Quah, Shashank, Shivsundar R, Sushant Mahajan + </p> + </article> <article> <h2 class="bullet"> <a id="apache_kafka_401_release_announcement"></a> diff --git a/downloads.html b/downloads.html index 6bf4f2949..d458fec66 100644 --- a/downloads.html +++ b/downloads.html @@ -13,6 +13,37 @@ <h2>Supported releases</h2> + <span id="4.1.1"></span> + <h3 class="download-version">4.1.1<a href="#4.1.1"><i class="fas fa-link " style="color:#053ce2"></i></a></h3> + <ul> + <li> + Released November 12, 2025 + </li> + <li> + <a href="https://dlcdn.apache.org/kafka/4.1.1/RELEASE_NOTES.html">Release Notes</a> + </li> + <li> + Docker image: <a href="https://hub.docker.com/layers/apache/kafka/4.1.1/images/sha256-7240ff4534bd23dac2f215ba03a2d0aa9d041b45b830804bbdec3b81c2bdf479">apache/kafka:4.1.1</a>. + </li> + <li> + Docker Native image: <a href="https://hub.docker.com/layers/apache/kafka-native/4.1.1/images/sha256-017871b0ef2ad665030fc66596b4b9ce583c7faee530829d17d02d16c141d43c">apache/kafka-native:4.1.1</a>. + </li> + <li> + <!-- Note that source/binary downloads should point to `dlcdn.apache.org` but checksum files must point to `downloads.apache.org` --> + Source download: <a href="https://dlcdn.apache.org/kafka/4.1.1/kafka-4.1.1-src.tgz">kafka-4.1.1-src.tgz</a> (<a href="https://downloads.apache.org/kafka/4.1.1/kafka-4.1.1-src.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/4.1.1/kafka-4.1.1-src.tgz.sha512">sha512</a>) + </li> + <li> + <!-- Note that source/binary downloads should point to `dlcdn.apache.org` but checksum files must point to `downloads.apache.org` --> + Binary download: <a href="https://dlcdn.apache.org/kafka/4.1.1/kafka_2.13-4.1.1.tgz">kafka_2.13-4.1.1.tgz</a> (<a href="https://downloads.apache.org/kafka/4.1.1/kafka_2.13-4.1.1.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/4.1.1/kafka_2.13-4.1.1.tgz.sha512">sha512</a>) + </li> + </ul> + + <p> + Kafka 4.1.1 includes critical fixes and improvements to the 4.1.0 release. + For more information, please read our <a href="https://kafka.apache.org/blog#apache_kafka_411_release_announcement" target="_blank">blog post</a> + and the detailed <a href="https://dlcdn.apache.org/kafka/4.1.1/RELEASE_NOTES.html">Release Notes</a>. + </p> + <span id="4.1.0"></span> <h3 class="download-version">4.1.0<a href="#4.1.0"><i class="fas fa-link " style="color:#053ce2"></i></a></h3> <ul>
