This is an automated email from the ASF dual-hosted git repository.
lvshaokang 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 58831194 docs: 2.1.4 release note (#345)
58831194 is described below
commit 58831194d3dbdde6a29b9c53c09a78420fa14615
Author: lvshaokang <[email protected]>
AuthorDate: Mon Apr 22 01:08:32 2024 +0800
docs: 2.1.4 release note (#345)
Co-authored-by: lvshaokang <[email protected]>
---
community/release/How-to-release.md | 8 ++++++++
src/pages/download/data.json | 4 ++++
src/pages/download/release-note/2.1.4.md | 26 ++++++++++++++++++++++++++
3 files changed, 38 insertions(+)
diff --git a/community/release/How-to-release.md
b/community/release/How-to-release.md
index 96d5ead9..916a9d51 100644
--- a/community/release/How-to-release.md
+++ b/community/release/How-to-release.md
@@ -116,6 +116,14 @@ $ gpg --keyserver keyserver.ubuntu.com --send-key 584EE68E
# Among them, keyserver.ubuntu.com is the selected keyserver, it is
recommended to use this, because the Apache Nexus verification uses this
keyserver
```
+Configure gnupg to use standard DNS resolution:
+```shell
+# resolves common "gpg: keyserver receive failed: Network is unreachable" and
+# "gpg: keyserver receive failed: No keyserver available" errors
+echo "standard-resolver" > ~/.gnupg/dirmngr.conf
+sudo pkill dirmngr
+```
+
#### 2.3 Check if the key is created successfully
Verify whether it is synchronized to the public network, it will take about a
minute to find out the answer, if not successful, you can upload and retry
multiple times.
diff --git a/src/pages/download/data.json b/src/pages/download/data.json
index 12d374ff..a72c3536 100644
--- a/src/pages/download/data.json
+++ b/src/pages/download/data.json
@@ -1,4 +1,8 @@
[
+ {
+ "version": "2.1.4",
+ "date": "2024-04-21"
+ },
{
"version": "2.1.3",
"date": "2024-03-19"
diff --git a/src/pages/download/release-note/2.1.4.md
b/src/pages/download/release-note/2.1.4.md
new file mode 100644
index 00000000..b9d4b894
--- /dev/null
+++ b/src/pages/download/release-note/2.1.4.md
@@ -0,0 +1,26 @@
+
+## Release Notes 2.1.4
+
+<div style={{height: '30px'}}></div>
+
+Apache StreamPark (incubating) 2.1.4 is a bug-fix release that addresses some
security and all known historical bugs and supports flink 1.19. It is a
relatively stable version, and users are recommended to upgrade.
+
+<div style={{height: '30px'}}></div>
+
+### Features
+---
+- Support Flink 1.19
+
+### Bugfix
+---
+- Fixed security issues with submitting external applications to manipulate
the Jvm
+- Fixed StreamPark flink on k8s that flink task status is failed but k8s pod
still alive
+- Fixed check project name add team query condition
+- Fixed flink native k8s application task with INITIALIZING status
+
+### Improvements
+---
+- StreamPark Platform configuration files improvements
+- Adjust swagger api display range and only retain application op api for
security
+- Added locale picker to login page
+- Add yarn api error log for debug some problems
\ No newline at end of file