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


##########
_posts/2022-09-08-release-1.14.6.md:
##########
@@ -0,0 +1,111 @@
+---
+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 bugs, 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)
+* 
[apache/flink](https://hub.docker.com/r/apache/flink/tags?page=1&name=1.14.6) 
(ASF repository)
+
+## PyPi
+
+* [apache-flink==1.14.6](https://pypi.org/project/apache-flink/1.14.6/)
+
+# Release Notes
+            
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-24862'>FLINK-24862</a>] -     
    The user-defined hive udaf/udtf cannot be used normally in hive dialect
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-25454'>FLINK-25454</a>] -     
    Negative time in throughput calculator
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27041'>FLINK-27041</a>] -     
    KafkaSource in batch mode failing if any topic partition is empty
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27399'>FLINK-27399</a>] -     
    Pulsar connector didn&#39;t set start consuming position correctly
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27418'>FLINK-27418</a>] -     
    Flink SQL TopN result is wrong
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27683'>FLINK-27683</a>] -     
    Insert into (column1, column2) Values(.....) fails with SQL hints
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27762'>FLINK-27762</a>] -     
    Kafka WakeupException during handling splits changes
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28019'>FLINK-28019</a>] -     
    Error in RetractableTopNFunction when retracting a stale record with state 
ttl enabled
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28057'>FLINK-28057</a>] -     
    LD_PRELOAD is hardcoded to x64 on flink-docker
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28269'>FLINK-28269</a>] -     
    Kubernetes test failed with permission denied
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28305'>FLINK-28305</a>] -     
    SQL Client end-to-end test failed with ElasticsearchException
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28355'>FLINK-28355</a>] -     
    Python Bash e2e tests don&#39;t clean-up after they&#39;ve ran, causing 
disk space issues
+</li>

Review Comment:
   I believe we should exclude test stability from the release blog



##########
_posts/2022-09-08-release-1.14.6.md:
##########
@@ -0,0 +1,111 @@
+---
+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 bugs, vulnerability fixes and minor improvements for 
Flink 1.14.

Review Comment:
   ```suggestion
   This release includes 34 bug fixes, vulnerability fixes and minor 
improvements for Flink 1.14.
   ```



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