This is an automated email from the ASF dual-hosted git repository.

benjobs pushed a commit to branch dev
in repository 
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new ca6d05f1 Add release note for 2.1.2 (#279)
ca6d05f1 is described below

commit ca6d05f1f38077fe6df5c58fb71d5bc26b2d8f58
Author: gongzhongqiang <[email protected]>
AuthorDate: Tue Oct 31 23:23:14 2023 +0800

    Add release note for 2.1.2 (#279)
    
    * Add release note for 2.1.2
---
 src/pages/download/release-note/2.1.1.md |  2 +-
 src/pages/download/release-note/2.1.2.md | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+), 1 deletion(-)

diff --git a/src/pages/download/release-note/2.1.1.md 
b/src/pages/download/release-note/2.1.1.md
index cfec40c2..40489612 100644
--- a/src/pages/download/release-note/2.1.1.md
+++ b/src/pages/download/release-note/2.1.1.md
@@ -11,7 +11,7 @@ Apache StreamPark (incubating) 2.1.1 is a bug fix version, 
which fixes some majo
 ---
 
 - Fixed the bug that the job cannot be started under Flink 1.14 (#2749)
-- Fixed the bug of IDAP login error (#2775)
+- Fixed the bug of LDAP login error (#2775)
 - Fixed the bug that the Application type was displayed incorrectly (#2778)
 - Fixed the bug of ingress version number parsing (#2749)
 - Fixed the bug that the status of the ResourceManager could not be obtained 
normally after the master-slave switch occurred (#2749)
diff --git a/src/pages/download/release-note/2.1.2.md 
b/src/pages/download/release-note/2.1.2.md
new file mode 100644
index 00000000..bf97b6cc
--- /dev/null
+++ b/src/pages/download/release-note/2.1.2.md
@@ -0,0 +1,29 @@
+
+## Release Notes 2.1.2
+
+<div style={{height: '30px'}}></div>
+
+Apache StreamPark (incubating) 2.1.2 is a bug fix version, which fixes some 
major bugs affecting the production environment and add some features.
+
+<div style={{height: '30px'}}></div>
+
+### Features
+----
+
+- Support Flink 1.18 (#3279)
+- Support huawei Flink (#2832)
+
+### Bugfix
+---
+
+- Fixed job state mapping bug (#2822)
+- Fixed duplicated task submit (#3028)
+- Fixed alert information cannot be sent in cancelling state (#3236)
+- Fixed deploy bug in k8s model (#3021)
+
+### Improvements
+---
+
+- Improve kerberos config (#2833)
+- Improve custom-code job support dependencies (#3291)
+

Reply via email to