snuyanzin commented on code in PR #843:
URL: https://github.com/apache/flink-web/pull/843#discussion_r3209503419


##########
docs/content/posts/2026-05-08-release-2.2.1.md:
##########
@@ -0,0 +1,145 @@
+---
+title:  "Apache Flink 2.2.1 Release Announcement"
+date: "2026-05-08T00:00:00.000Z"
+aliases:
+- /news/2026/05/08/release-2.2.1.html
+authors:
+- snuyanzin:
+  name: "Sergey Nuyanzin"
+
+---
+
+The Apache Flink Community is pleased to announce the first bug fix release of 
the Flink 2.2 series.
+
+This release includes 44 bug fixes, vulnerability fixes, and minor 
improvements for Flink 2.2.
+Below you will find a list of all bug fixes 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=12356561).
+
+We highly recommend all users upgrade to Flink 2.2.1 or higher.
+
+# Release Artifacts
+
+## Maven Dependencies
+
+```xml
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-java</artifactId>
+  <version>2.2.1</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-streaming-java</artifactId>
+  <version>2.2.1</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-clients</artifactId>
+  <version>2.2.1</version>
+</dependency>
+```
+
+## Binaries
+
+You can find the binaries on the updated [Downloads page]({{< relref 
"downloads" >}}).
+
+## Docker Images
+
+* [library/flink](https://hub.docker.com/_/flink/tags?page=1&name=2.2.1) 
(official images)
+* [apache/flink](https://hub.docker.com/r/apache/flink/tags?page=1&name=2.2.1) 
(ASF repository)
+
+## PyPi
+
+* [apache-flink==2.2.1](https://pypi.org/project/apache-flink/2.2.1/)
+
+# Release Notes
+
+
+
+        Release Notes - Flink - Version 2.2.1
+
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-33217'>FLINK-33217</a>] -     
    Flink SQL: UNNEST fails with on LEFT JOIN with NOT NULL type in array
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-36059'>FLINK-36059</a>] -     
    SqlClientITCase failed due to could not create/start container

Review Comment:
   thanks, addressed



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