This is an automated email from the ASF dual-hosted git repository.
wangxj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
The following commit(s) were added to refs/heads/master by this push:
new 98e28613fc 3.2.2 doc (#963)
98e28613fc is described below
commit 98e28613fc121ab56bfc7b84b199b626231c0e6a
Author: wangxj3 <[email protected]>
AuthorDate: Fri Jul 19 16:27:35 2024 +0800
3.2.2 doc (#963)
Co-authored-by: wangxj3 <[email protected]>
---
config/download.json | 13 +++++++++++++
scripts/conf.sh | 1 +
2 files changed, 14 insertions(+)
diff --git a/config/download.json b/config/download.json
index 0a1bb27ba7..53a8225afe 100644
--- a/config/download.json
+++ b/config/download.json
@@ -1,4 +1,17 @@
{
+ "3.2.2": {
+ "time": "2024-7-16",
+ "src": {
+ "src":
"https://www.apache.org/dyn/closer.lua/dolphinscheduler/3.2.2/apache-dolphinscheduler-3.2.2-src.tar.gz",
+ "asc":
"https://downloads.apache.org/dolphinscheduler/3.2.2/apache-dolphinscheduler-3.2.2-src.tar.gz.asc",
+ "sha512":
"https://downloads.apache.org/dolphinscheduler/3.2.2/apache-dolphinscheduler-3.2.2-src.tar.gz.sha512"
+ },
+ "bin": {
+ "src":
"https://www.apache.org/dyn/closer.lua/dolphinscheduler/3.2.2/apache-dolphinscheduler-3.2.2-bin.tar.gz",
+ "asc":
"https://downloads.apache.org/dolphinscheduler/3.2.2/apache-dolphinscheduler-3.2.2-bin.tar.gz.asc",
+ "sha512":
"https://downloads.apache.org/dolphinscheduler/3.2.2/apache-dolphinscheduler-3.2.2-bin.tar.gz.sha512"
+ }
+ },
"3.2.1": {
"time": "2024-2-11",
"src": {
diff --git a/scripts/conf.sh b/scripts/conf.sh
index 3535710b3d..1c1c101387 100644
--- a/scripts/conf.sh
+++ b/scripts/conf.sh
@@ -68,4 +68,5 @@ DEV_RELEASE_DOCS_VERSIONS=(
"3.1.9:3.1.9-release"
"3.2.0:3.2.0-release"
"3.2.1:3.2.1-release"
+ "3.2.2:3.2.2-release"
)