XComp commented on code in PR #569:
URL: https://github.com/apache/flink-web/pull/569#discussion_r971946211


##########
_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:
   ```suggestion
   * [library/flink](https://hub.docker.com/_/flink/tags?page=1&name=1.14.6) 
(official images)
   ```
   The link does not refer to a page where the Docker image is filter by 
version (this works for the `apache/flink` Docker images). How is the process 
for generating the release post? :thinking: I guess it's more of a copy&paste 
process? Or do we have a script for generating that part that we could adapt? 
I'm just asking because other versions are affected as well (I just checked 
1.15.2).
   
   I wouldn't say it's necessary to fix old blog posts, though, because it's 
really a minor thing.



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

Reply via email to