bbejeck commented on code in PR #888: URL: https://github.com/apache/kafka-site/pull/888#discussion_r3477826768
########## content/en/community/downloads.md: ########## @@ -28,16 +28,16 @@ The project goal is to have 3 releases a year, which means a release every 4 mon ## Supported releases -### 4.3.0 +### 4.3.1 -* Released May 22, 2026 -* [Release Notes](https://www.apache.org/dyn/closer.lua/kafka/4.3.0/RELEASE_NOTES.html?action=download) -* Docker image: [apache/kafka:4.3.0](https://hub.docker.com/layers/apache/kafka/4.3.0). -* Docker Native image: [apache/kafka-native:4.3.0](https://hub.docker.com/layers/apache/kafka-native/4.3.0). -* Source download: [kafka-4.3.0-src.tgz](https://www.apache.org/dyn/closer.lua/kafka/4.3.0/kafka-4.3.0-src.tgz?action=download) ([asc](https://downloads.apache.org/kafka/4.3.0/kafka-4.3.0-src.tgz.asc), [sha512](https://downloads.apache.org/kafka/4.3.0/kafka-4.3.0-src.tgz.sha512)) -* Binary download: [kafka_2.13-4.3.0.tgz](https://www.apache.org/dyn/closer.lua/kafka/4.3.0/kafka_2.13-4.3.0.tgz?action=download) ([asc](https://downloads.apache.org/kafka/4.3.0/kafka_2.13-4.3.0.tgz.asc), [sha512](https://downloads.apache.org/kafka/4.3.0/kafka_2.13-4.3.0.tgz.sha512)) +* Released June 25, 2026 +* [Release Notes](https://www.apache.org/dyn/closer.lua/kafka/4.3.1/RELEASE_NOTES.html?action=download) +* Docker image: [apache/kafka:4.3.1](https://hub.docker.com/layers/apache/kafka/4.3.1). +* Docker Native image: [apache/kafka-native:4.3.1](https://hub.docker.com/layers/apache/kafka-native/4.3.1). +* Source download: [kafka-4.3.1-src.tgz](https://www.apache.org/dyn/closer.lua/kafka/4.3.1/kafka-4.3.1-src.tgz?action=download) ([asc](https://downloads.apache.org/kafka/4.3.1/kafka-4.3.1-src.tgz.asc), [sha512](https://downloads.apache.org/kafka/4.3.1/kafka-4.3.1-src.tgz.sha512)) +* Binary download: [kafka_2.13-4.3.1.tgz](https://www.apache.org/dyn/closer.lua/kafka/4.3.1/kafka_2.13-4.3.1.tgz?action=download) ([asc](https://downloads.apache.org/kafka/4.3.1/kafka_2.13-4.3.1.tgz.asc), [sha512](https://downloads.apache.org/kafka/4.3.1/kafka_2.13-4.3.1.tgz.sha512)) -Kafka 4.3.0 includes a significant number of new features and fixes. For more information, please read our [blog post](https://kafka.apache.org/blog/2026/05/22/apache-kafka-4.3.0-release-announcement/), the detailed [Upgrade Notes](https://kafka.apache.org/43/getting-started/upgrade/) and the [Release Notes](https://www.apache.org/dyn/closer.lua/kafka/4.3.0/RELEASE_NOTES.html?action=download). +Kafka 4.3.1 fixes around 15 issues since the 4.3.0 release, most notably a critical Kafka Streams RocksDB native memory leak (KAFKA-20616). For more information, please read the detailed [Upgrade Notes](https://kafka.apache.org/43/getting-started/upgrade/) and the [Release Notes](https://www.apache.org/dyn/closer.lua/kafka/4.3.1/RELEASE_NOTES.html?action=download). Review Comment: @nileshkumar3 I overlooked the blog entry, I'm doing a follow-up PR now to fix this. Thanks for pointing it out -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
