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

leonbao 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 0470d8798e release: version 3.2.1 (#948)
0470d8798e is described below

commit 0470d8798edbd1ba49004027b4e4705bc74caa99
Author: Jay Chung <[email protected]>
AuthorDate: Sun Feb 11 20:44:58 2024 +0800

    release: version 3.2.1 (#948)
    
    new release verison in Chinese New year.
---
 config/download.json | 13 +++++++++++++
 scripts/conf.sh      |  1 +
 2 files changed, 14 insertions(+)

diff --git a/config/download.json b/config/download.json
index 20c36de96f..0a1bb27ba7 100644
--- a/config/download.json
+++ b/config/download.json
@@ -1,4 +1,17 @@
 {
+  "3.2.1": {
+    "time": "2024-2-11",
+    "src": {
+      "src": 
"https://www.apache.org/dyn/closer.lua/dolphinscheduler/3.2.1/apache-dolphinscheduler-3.2.1-src.tar.gz";,
+      "asc": 
"https://downloads.apache.org/dolphinscheduler/3.2.1/apache-dolphinscheduler-3.2.1-src.tar.gz.asc";,
+      "sha512": 
"https://downloads.apache.org/dolphinscheduler/3.2.1/apache-dolphinscheduler-3.2.1-src.tar.gz.sha512";
+    },
+    "bin": {
+      "src": 
"https://www.apache.org/dyn/closer.lua/dolphinscheduler/3.2.1/apache-dolphinscheduler-3.2.1-bin.tar.gz";,
+      "asc": 
"https://downloads.apache.org/dolphinscheduler/3.2.1/apache-dolphinscheduler-3.2.1-bin.tar.gz.asc";,
+      "sha512": 
"https://downloads.apache.org/dolphinscheduler/3.2.1/apache-dolphinscheduler-3.2.1-bin.tar.gz.sha512";
+    }
+  },
   "3.1.9": {
     "time": "2023-12-25",
     "src": {
diff --git a/scripts/conf.sh b/scripts/conf.sh
index bab5649503..3535710b3d 100644
--- a/scripts/conf.sh
+++ b/scripts/conf.sh
@@ -67,4 +67,5 @@ DEV_RELEASE_DOCS_VERSIONS=(
   "3.1.8:3.1.8-release"
   "3.1.9:3.1.9-release"
   "3.2.0:3.2.0-release"
+  "3.2.1:3.2.1-release"
 )

Reply via email to