From 4abf9b41fad82b0ea2675fdd96e59ecbe42698bd Mon Sep 17 00:00:00 2001 From: gongzhongqiang <764629910@qq.com> Date: Thu, 2 Nov 2023 14:23:25 +0800 Subject: [PATCH] Update 2.1.2 release note. (#282) * Update 2.1.2 release note. --------- --- src/pages/download/release-note/2.1.2.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/pages/download/release-note/2.1.2.md b/src/pages/download/release-note/2.1.2.md index bf97b6cc6..d23072f4e 100644 --- a/src/pages/download/release-note/2.1.2.md +++ b/src/pages/download/release-note/2.1.2.md @@ -11,19 +11,21 @@ Apache StreamPark (incubating) 2.1.2 is a bug fix version, which fixes some majo ---- - Support Flink 1.18 (#3279) -- Support huawei Flink (#2832) ### Bugfix --- - - Fixed job state mapping bug (#2822) -- Fixed duplicated task submit (#3028) +- Fixed job submit bug (#3028) - Fixed alert information cannot be sent in cancelling state (#3236) - Fixed deploy bug in k8s model (#3021) +- Fixed ingress to flink ui static resources 404 (#3302) ### Improvements --- - +- Improve the adaptation logic for Flink version (#2832) - Improve kerberos config (#2833) - Improve custom-code job support dependencies (#3291) - +- Rename yarn.http-auth option from 'sample' to 'simple' +- Delete|update syntax support for flink 1.18 +- Extract programArgs improvement +- Remote submit mode automatically load jars under flink/lib