knaufk commented on a change in pull request #497: URL: https://github.com/apache/flink-web/pull/497#discussion_r782935536
########## File path: _posts/2022-01-17-release-1.14.3.md ########## @@ -0,0 +1,413 @@ +--- +layout: post +title: "Apache Flink 1.14.3 Release Announcement" +date: 2022-01-17T08:00:00.000Z +categories: news +authors: +- tweise: + name: "Thomas Weise" +- MartijnVisser: + name: "Martijn Visser" + twitter: "martijnvisser82" + +The Apache Flink community released the second bugfix version of the Apache Flink 1.14 series. + +--- + +The Apache Flink community released the second bugfix version of the Apache Flink 1.14 series. +The first bugfix release was 1.14.2, being an emergency release due to an Apache Log4j Zero Day (CVE-2021-44228). Flink 1.14.1 was abandoned. +That means that this Flink release is the first bugfix release of the Flink 1.14 series which contains bugfixes not related to the mentioned CVE. + +This release includes 164 fixes and minor improvements for Flink 1.14.0. The list below includes bugfixes and improvements. For a complete list of all changes see: +[JIRA](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12351075&projectId=12315522). + +We highly recommend all users to upgrade to Flink 1.14.3. + +Updated Maven dependencies: + +```xml +<dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-java</artifactId> + <version>1.14.3</version> +</dependency> +<dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-streaming-java_2.11</artifactId> + <version>1.14.3</version> +</dependency> +<dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-clients_2.11</artifactId> + <version>1.14.3</version> +</dependency> +``` + +You can find the binaries on the updated [Downloads page]({{ site.baseurl }}/downloads.html). + + + + + + Release Notes - Flink - Version 1.14.3 Review comment: Can we remove test instabilities from this list? -- 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