diff --git a/docs/content/posts/2026-04-22-release-2.1.2.md b/docs/content/posts/2026-04-22-release-2.1.2.md new file mode 100644 index 0000000000..019947ae04 --- /dev/null +++ b/docs/content/posts/2026-04-22-release-2.1.2.md @@ -0,0 +1,142 @@ +--- +title: "Apache Flink 2.1.2 Release Announcement" +date: "2026-04-22T00:00:00.000Z" +aliases: +- /news/2026/04/22/release-2.1.2.html +authors: +- snuyanzin: + name: "Sergey Nuyanzin" + +--- + +The Apache Flink Community is pleased to announce the second bug fix release of the Flink 2.1 series. + +This release includes 45 bug fixes, vulnerability fixes, and minor improvements for Flink 2.1. +Below you will find a list of all bug fixes and improvements (excluding improvements to the build infrastructure and build stability). For a complete list of all changes see: +[JIRA](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12356307). + +We highly recommend all users upgrade to Flink 2.1.2 or higher. + +# Release Artifacts + +## Maven Dependencies + +```xml + + org.apache.flink + flink-java + 2.1.2 + + + org.apache.flink + flink-streaming-java + 2.1.2 + + + org.apache.flink + flink-clients + 2.1.2 + +``` + +## Binaries + +You can find the binaries on the updated [Downloads page]({{< relref "downloads" >}}). + +## Docker Images + +* [library/flink](https://hub.docker.com/_/flink/tags?page=1&name=2.1.2) (official images) +* [apache/flink](https://hub.docker.com/r/apache/flink/tags?page=1&name=2.1.2) (ASF repository) + +## PyPi + +* [apache-flink==2.1.2](https://pypi.org/project/apache-flink/2.1.2/) + +# Release Notes + + + Release Notes - Flink - Version 2.1.2 + +

Bug +

+ + +

Improvement +

+ diff --git a/docs/data/flink.yml b/docs/data/flink.yml index ad360bd6fc..2b0d4daf7e 100644 --- a/docs/data/flink.yml +++ b/docs/data/flink.yml @@ -25,13 +25,13 @@ source_release_sha512_url: "https://downloads.apache.org/flink/flink-2.2.0/flink-2.2.0-src.tgz.sha512" 2.1: - name: "Apache Flink 2.1.1" - binary_release_url: "https://www.apache.org/dyn/closer.lua/flink/flink-2.1.1/flink-2.1.1-bin-scala_2.12.tgz" - binary_release_asc_url: "https://downloads.apache.org/flink/flink-2.1.1/flink-2.1.1-bin-scala_2.12.tgz.asc" - binary_release_sha512_url: "https://downloads.apache.org/flink/flink-2.1.1/flink-2.1.1-bin-scala_2.12.tgz.sha512" - source_release_url: "https://www.apache.org/dyn/closer.lua/flink/flink-2.1.1/flink-2.1.1-src.tgz" - source_release_asc_url: "https://downloads.apache.org/flink/flink-2.1.1/flink-2.1.1-src.tgz.asc" - source_release_sha512_url: "https://downloads.apache.org/flink/flink-2.1.1/flink-2.1.1-src.tgz.sha512" + name: "Apache Flink 2.1.2" + binary_release_url: "https://www.apache.org/dyn/closer.lua/flink/flink-2.1.2/flink-2.1.2-bin-scala_2.12.tgz" + binary_release_asc_url: "https://downloads.apache.org/flink/flink-2.1.2/flink-2.1.2-bin-scala_2.12.tgz.asc" + binary_release_sha512_url: "https://downloads.apache.org/flink/flink-2.1.2/flink-2.1.2-bin-scala_2.12.tgz.sha512" + source_release_url: "https://www.apache.org/dyn/closer.lua/flink/flink-2.1.2/flink-2.1.2-src.tgz" + source_release_asc_url: "https://downloads.apache.org/flink/flink-2.1.2/flink-2.1.2-src.tgz.asc" + source_release_sha512_url: "https://downloads.apache.org/flink/flink-2.1.2/flink-2.1.2-src.tgz.sha512" 2.0: name: "Apache Flink 2.0.1" diff --git a/docs/data/release_archive.yml b/docs/data/release_archive.yml index c8b8ed9dfc..bc7392760d 100644 --- a/docs/data/release_archive.yml +++ b/docs/data/release_archive.yml @@ -1,5 +1,8 @@ release_archive: flink: + - version_short: "2.1" + version_long: 2.1.2 + release_date: 2026-04-22 - version_short: "2.2" version_long: 2.2.0