You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zh...@apache.org on 2023/10/17 02:02:15 UTC

[dolphinscheduler-website] 01/01: release version 320

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

zhongjiajie pushed a commit to branch rls-320
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git

commit e76c12cba880e37d57347b43930ce1bbd6cc11dd
Author: Jay Chung <zh...@gmail.com>
AuthorDate: Tue Oct 17 10:01:44 2023 +0800

    release version 320
---
 config/download.json | 13 +++++++++++++
 scripts/conf.sh      |  1 +
 2 files changed, 14 insertions(+)

diff --git a/config/download.json b/config/download.json
index 09b2febb1a..2f778f01a8 100644
--- a/config/download.json
+++ b/config/download.json
@@ -1,4 +1,17 @@
 {
+  "3.2.0": {
+    "time": "2023-10-17",
+    "src": {
+      "src": "https://www.apache.org/dyn/closer.lua/dolphinscheduler/3.2.0/apache-dolphinscheduler-3.2.0-src.tar.gz",
+      "asc": "https://downloads.apache.org/dolphinscheduler/3.2.0/apache-dolphinscheduler-3.2.0-src.tar.gz.asc",
+      "sha512": "https://downloads.apache.org/dolphinscheduler/3.2.0/apache-dolphinscheduler-3.2.0-src.tar.gz.sha512"
+    },
+    "bin": {
+      "src": "https://www.apache.org/dyn/closer.lua/dolphinscheduler/3.2.0/apache-dolphinscheduler-3.2.0-bin.tar.gz",
+      "asc": "https://downloads.apache.org/dolphinscheduler/3.2.0/apache-dolphinscheduler-3.2.0-bin.tar.gz.asc",
+      "sha512": "https://downloads.apache.org/dolphinscheduler/3.2.0/apache-dolphinscheduler-3.2.0-bin.tar.gz.sha512"
+    }
+  },
   "3.1.8": {
     "time": "2023-08-07",
     "src": {
diff --git a/scripts/conf.sh b/scripts/conf.sh
index 884954680e..e0c7996cbd 100644
--- a/scripts/conf.sh
+++ b/scripts/conf.sh
@@ -65,4 +65,5 @@ DEV_RELEASE_DOCS_VERSIONS=(
   "3.1.6:3.1.6-release"
   "3.1.7:3.1.7-release"
   "3.1.8:3.1.8-release"
+  "3.2.0:3.2.0-release"
 )