HuangXingBo commented on code in PR #569: URL: https://github.com/apache/flink-web/pull/569#discussion_r973821044
########## _posts/2022-09-08-release-1.14.6.md: ########## @@ -0,0 +1,105 @@ +--- +layout: post +title: "Apache Flink 1.14.6 Release Announcement" +date: 2022-09-08T00:00:00.000Z +categories: news +authors: +- xingbo: + name: "Xingbo Huang" + +excerpt: The Apache Flink Community is pleased to announce another bug fix release for Flink 1.14. + +--- + +The Apache Flink Community is pleased to announce another bug fix release for Flink 1.14. + +This release includes 34 bug fixes, vulnerability fixes and minor improvements for Flink 1.14. +Below you will find a list of all bugfixes 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=12351834). + +We highly recommend all users to upgrade to Flink 1.14.6. + +# Release Artifacts + +## Maven Dependencies + +```xml +<dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-java</artifactId> + <version>1.14.6</version> +</dependency> +<dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-streaming-java_2.11</artifactId> + <version>1.14.6</version> +</dependency> +<dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-clients_2.11</artifactId> + <version>1.14.6</version> +</dependency> +``` + +## Binaries + +You can find the binaries on the updated [Downloads page]({{ site.baseurl }}/downloads.html). + +## Docker Images + +* [library/flink](https://hub.docker.com/_/flink?tab=tags&page=1&name=1.14.6) (official images) Review Comment: Good catch. I agree that there is not need to modify the previous blog posts. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org