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 01:50:01 UTC

[dolphinscheduler-website] 02/02: release: new version 3.2.0

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 0ff4cc5e7f49bfbb80ecb76d64401f419962a381
Author: Jay Chung <zh...@gmail.com>
AuthorDate: Tue Oct 17 09:49:21 2023 +0800

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

diff --git a/config/download.json b/config/download.json
index 5ee5842d1a..2875238bfd 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.7": {
     "time": "2023-05-25",
     "src": {
diff --git a/scripts/conf.sh b/scripts/conf.sh
index 45e63b375f..6f27d2e7d9 100644
--- a/scripts/conf.sh
+++ b/scripts/conf.sh
@@ -64,4 +64,5 @@ DEV_RELEASE_DOCS_VERSIONS=(
   "3.1.5:3.1.5-release"
   "3.1.6:3.1.6-release"
   "3.1.7:3.1.7-release"
+  "3.2.0:3.2.0-release"
 )