knaufk commented on code in PR #554:
URL: https://github.com/apache/flink-web/pull/554#discussion_r912651898


##########
_posts/2022-06-29-release-1.15.1.md:
##########
@@ -0,0 +1,187 @@
+---
+layout: post
+title:  "Apache Flink 1.15.1 Release Announcement"
+date: 2022-06-29T08:00:00.000Z
+categories: news
+authors:
+- knaufk:
+  name: "David Anderson"
+  twitter: "alpinegizmo"
+
+excerpt: The Apache Flink Community is pleased to announce a bug fix release 
for Flink 1.15.
+
+---
+
+The Apache Flink Community is pleased to announce the first bug fix release of 
the Flink 1.15 series.
+
+This release includes 62 bug fixes, vulnerability fixes, and minor 
improvements for Flink 1.15.
+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=12351546).
+
+We highly recommend all users upgrade to Flink 1.15.1.
+
+# Release Artifacts
+
+## Maven Dependencies
+
+```xml
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-java</artifactId>
+  <version>1.15.1</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-streaming-java</artifactId>
+  <version>1.15.1</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-clients</artifactId>
+  <version>1.15.1</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.15.1) 
(official images)
+* 
[apache/flink](https://hub.docker.com/r/apache/flink/tags?page=1&name=1.15.1) 
(ASF repository)
+
+## PyPi
+
+* [apache-flink==1.15.1](https://pypi.org/project/apache-flink/1.15.1/)
+
+# Release Notes
+
+ 
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-22984'>FLINK-22984</a>] -     
    UnsupportedOperationException when using Python UDF to generate watermark
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-24491'>FLINK-24491</a>] -     
    ExecutionGraphInfo may not be archived when the dispatcher terminates
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-24735'>FLINK-24735</a>] -     
    SQL client crashes with `Cannot add expression of different type to set`
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-26645'>FLINK-26645</a>] -     
    Pulsar Source subscribe to a single topic partition will consume all 
partitions from that topic 
+</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-27140'>FLINK-27140</a>] -     
    Move JobResultStore dirty entry creation into ioExecutor
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27174'>FLINK-27174</a>] -     
    Non-null check for bootstrapServers field is incorrect in KafkaSink
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27218'>FLINK-27218</a>] -     
    Serializer in OperatorState has not been updated when new Serializers are 
NOT incompatible
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27223'>FLINK-27223</a>] -     
    State access doesn&#39;t work as expected when cache size is set to 0
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27247'>FLINK-27247</a>] -     
    ScalarOperatorGens.numericCasting is not compatible with legacy behavior
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27255'>FLINK-27255</a>] -     
    Flink-avro does not support serialization and deserialization of avro 
schema longer than 65535 characters
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27282'>FLINK-27282</a>] -     
    Fix the bug of wrong positions mapping in RowCoder
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27367'>FLINK-27367</a>] -     
    SQL CAST between INT and DATE is broken
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27368'>FLINK-27368</a>] -     
    SQL CAST(&#39; 1 &#39; as BIGINT) returns wrong result
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27409'>FLINK-27409</a>] -     
    Cleanup stale slot allocation record when the resource requirement of a job 
is empty
+</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-27420'>FLINK-27420</a>] -     
    Suspended SlotManager fails to re-register metrics when started again
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27442'>FLINK-27442</a>] -     
    Module flink-sql-avro-confluent-registry does not configure Confluent repo
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27465'>FLINK-27465</a>] -     
    AvroRowDeserializationSchema.convertToTimestamp fails with negative nano 
seconds
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27487'>FLINK-27487</a>] -     
    KafkaMetricWrappers do incorrect cast
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27545'>FLINK-27545</a>] -     
    Update examples in PyFlink shell
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27563'>FLINK-27563</a>] -     
     Resource Providers - Yarn doc page has minor display error
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27606'>FLINK-27606</a>] -     
    CompileException when using UDAF with merge() method
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27676'>FLINK-27676</a>] -     
    Output records from on_timer are behind the triggering watermark in PyFlink
+</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-27711'>FLINK-27711</a>] -     
    Correct the typo of set_topics_pattern by changing it to set_topic_pattern 
for Pulsar Connector
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27733'>FLINK-27733</a>] -     
    Rework on_timer output behind watermark bug fix
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27734'>FLINK-27734</a>] -     
    Not showing checkpoint interval properly in WebUI when checkpoint is 
disabled
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27751'>FLINK-27751</a>] -     
    Dependency resolution from repository.jboss.org fails on CI

Review Comment:
   nit: exclude because its CI



##########
_posts/2022-06-29-release-1.15.1.md:
##########
@@ -0,0 +1,187 @@
+---
+layout: post
+title:  "Apache Flink 1.15.1 Release Announcement"
+date: 2022-06-29T08:00:00.000Z
+categories: news
+authors:
+- knaufk:
+  name: "David Anderson"
+  twitter: "alpinegizmo"
+
+excerpt: The Apache Flink Community is pleased to announce a bug fix release 
for Flink 1.15.
+
+---
+
+The Apache Flink Community is pleased to announce the first bug fix release of 
the Flink 1.15 series.
+
+This release includes 62 bug fixes, vulnerability fixes, and minor 
improvements for Flink 1.15.
+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=12351546).
+
+We highly recommend all users upgrade to Flink 1.15.1.
+
+# Release Artifacts
+
+## Maven Dependencies
+
+```xml
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-java</artifactId>
+  <version>1.15.1</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-streaming-java</artifactId>
+  <version>1.15.1</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-clients</artifactId>
+  <version>1.15.1</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.15.1) 
(official images)
+* 
[apache/flink](https://hub.docker.com/r/apache/flink/tags?page=1&name=1.15.1) 
(ASF repository)
+
+## PyPi
+
+* [apache-flink==1.15.1](https://pypi.org/project/apache-flink/1.15.1/)
+
+# Release Notes
+
+ 
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-22984'>FLINK-22984</a>] -     
    UnsupportedOperationException when using Python UDF to generate watermark
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-24491'>FLINK-24491</a>] -     
    ExecutionGraphInfo may not be archived when the dispatcher terminates
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-24735'>FLINK-24735</a>] -     
    SQL client crashes with `Cannot add expression of different type to set`
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-26645'>FLINK-26645</a>] -     
    Pulsar Source subscribe to a single topic partition will consume all 
partitions from that topic 
+</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-27140'>FLINK-27140</a>] -     
    Move JobResultStore dirty entry creation into ioExecutor
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27174'>FLINK-27174</a>] -     
    Non-null check for bootstrapServers field is incorrect in KafkaSink
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27218'>FLINK-27218</a>] -     
    Serializer in OperatorState has not been updated when new Serializers are 
NOT incompatible
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27223'>FLINK-27223</a>] -     
    State access doesn&#39;t work as expected when cache size is set to 0
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27247'>FLINK-27247</a>] -     
    ScalarOperatorGens.numericCasting is not compatible with legacy behavior
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27255'>FLINK-27255</a>] -     
    Flink-avro does not support serialization and deserialization of avro 
schema longer than 65535 characters
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27282'>FLINK-27282</a>] -     
    Fix the bug of wrong positions mapping in RowCoder
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27367'>FLINK-27367</a>] -     
    SQL CAST between INT and DATE is broken
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27368'>FLINK-27368</a>] -     
    SQL CAST(&#39; 1 &#39; as BIGINT) returns wrong result
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27409'>FLINK-27409</a>] -     
    Cleanup stale slot allocation record when the resource requirement of a job 
is empty
+</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-27420'>FLINK-27420</a>] -     
    Suspended SlotManager fails to re-register metrics when started again
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27442'>FLINK-27442</a>] -     
    Module flink-sql-avro-confluent-registry does not configure Confluent repo

Review Comment:
   nit: exclude because its build-system



##########
_config.yml:
##########
@@ -283,6 +283,10 @@ component_releases:
 release_archive:
     flink:
       - version_short: "1.15"
+        version_long: 1.15.1
+        release_date: 2022-06-29

Review Comment:
   reminder to update



##########
_posts/2022-06-29-release-1.15.1.md:
##########
@@ -0,0 +1,187 @@
+---
+layout: post
+title:  "Apache Flink 1.15.1 Release Announcement"
+date: 2022-06-29T08:00:00.000Z

Review Comment:
   reminder to update



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