zentol commented on a change in pull request #473:
URL: https://github.com/apache/flink-web/pull/473#discussion_r730787152



##########
File path: _posts/2021-10-16-release-1.13.3.md
##########
@@ -0,0 +1,68 @@
+---
+layout: post
+title:  "Apache Flink 1.13.3 Released"
+date:   2021-10-16 00:00:00
+categories: news
+authors:
+- chesnay:
+  name: "Chesnay Schepler"
+
+---
+
+The Apache Flink community released the third bugfix version of the Apache 
Flink 1.13 series.
+
+This release includes 136 fixes and minor improvements for Flink 1.13.3. The 
list below includes bugfixes and improvements. For a complete list of all 
changes see:
+[JIRA](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12350329).
+
+We highly recommend all users to upgrade to Flink 1.13.3.
+
+Updated Maven dependencies:
+
+```xml
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-java</artifactId>
+  <version>1.13.3</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-streaming-java_2.11</artifactId>
+  <version>1.13.3</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-clients_2.11</artifactId>
+  <version>1.13.3</version>
+</dependency>
+```
+
+You can find the binaries on the updated [Downloads page]({{ site.baseurl 
}}/downloads.html).
+
+Below you can find more information on changes that might affect the behavior 
of Flink:

Review comment:
       The full JIRA release notes are linked already; I don't really see the 
value in duplicating this information.




-- 
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]


Reply via email to