reswqa commented on code in PR #855: URL: https://github.com/apache/flink-web/pull/855#discussion_r3347996840
########## docs/content/posts/2026-06-08-release-1.20.5.md: ########## @@ -0,0 +1,85 @@ +--- +title: "Apache Flink 1.20.5 Release Announcement" +date: "2026-06-08T00:00:00.000Z" +aliases: +- /news/2026/06/08/release-1.20.5.html +authors: +- yunfengzhou: + name: "Yunfeng Zhou" + +--- + +The Apache Flink Community is pleased to announce the fifth bug fix release of the Flink 1.20 series. + +This release includes 6 bug fixes, vulnerability fixes, and minor improvements for Flink 1.20. +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?version=12356854&projectId=12315522). + +We highly recommend all users upgrade to Flink 1.20.5 or higher. + +# Release Artifacts + +## Maven Dependencies + +```xml +<dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-java</artifactId> + <version>1.20.5</version> +</dependency> +<dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-streaming-java</artifactId> + <version>1.20.5</version> +</dependency> +<dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-clients</artifactId> + <version>1.20.5</version> +</dependency> +``` + +## 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=1.20.5) (official images) +* [apache/flink](https://hub.docker.com/r/apache/flink/tags?page=1&name=1.20.5) (ASF repository) + +## PyPi + +* [apache-flink==1.20.5](https://pypi.org/project/apache-flink/1.20.5/) + +# Release Notes + + + Release Notes - Flink - Version 1.20.5 + +<h2> Sub-task +</h2> +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-39591'>FLINK-39591</a>] - Bump actions v4 to v5 +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-39595'>FLINK-39595</a>] - Use GHA cache per branch +</li> +</ul> + +<h2> Bug +</h2> +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-39534'>FLINK-39534</a>] - Upgrade pemja to 0.5.7 +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-39753'>FLINK-39753</a>] - RocksDB ColumnFamilyOptions and LRUCache leak in Compactor +</li> +</ul> + +<h2> Improvement +</h2> +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-39672'>FLINK-39672</a>] - Update doc about Java Records +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-39714'>FLINK-39714</a>] - Backport AGENTS.md to active branches 1.20, 2.0, and 2.2 Review Comment: Can be removed from release note. ########## docs/content/posts/2026-06-08-release-1.20.5.md: ########## @@ -0,0 +1,85 @@ +--- +title: "Apache Flink 1.20.5 Release Announcement" +date: "2026-06-08T00:00:00.000Z" +aliases: +- /news/2026/06/08/release-1.20.5.html +authors: +- yunfengzhou: + name: "Yunfeng Zhou" + +--- + +The Apache Flink Community is pleased to announce the fifth bug fix release of the Flink 1.20 series. + +This release includes 6 bug fixes, vulnerability fixes, and minor improvements for Flink 1.20. +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?version=12356854&projectId=12315522). + +We highly recommend all users upgrade to Flink 1.20.5 or higher. + +# Release Artifacts + +## Maven Dependencies + +```xml +<dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-java</artifactId> + <version>1.20.5</version> +</dependency> +<dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-streaming-java</artifactId> + <version>1.20.5</version> +</dependency> +<dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-clients</artifactId> + <version>1.20.5</version> +</dependency> +``` + +## 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=1.20.5) (official images) +* [apache/flink](https://hub.docker.com/r/apache/flink/tags?page=1&name=1.20.5) (ASF repository) + +## PyPi + +* [apache-flink==1.20.5](https://pypi.org/project/apache-flink/1.20.5/) + +# Release Notes + + + Release Notes - Flink - Version 1.20.5 + +<h2> Sub-task +</h2> +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-39591'>FLINK-39591</a>] - Bump actions v4 to v5 +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-39595'>FLINK-39595</a>] - Use GHA cache per branch Review Comment: IIRC, Changes that are not related to the users should not be included in the release notes. -- 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]
