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

zhongjiajie 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 e43ab19a74 add release 3.1.8 (#910)
e43ab19a74 is described below

commit e43ab19a7441c93e345faa4075c49dbe8c236d6f
Author: Kerwin <[email protected]>
AuthorDate: Mon Aug 7 13:39:40 2023 +0800

    add release 3.1.8 (#910)
---
 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..09b2febb1a 100644
--- a/config/download.json
+++ b/config/download.json
@@ -1,4 +1,17 @@
 {
+  "3.1.8": {
+    "time": "2023-08-07",
+    "src": {
+      "src": 
"https://www.apache.org/dyn/closer.lua/dolphinscheduler/3.1.8/apache-dolphinscheduler-3.1.8-src.tar.gz";,
+      "asc": 
"https://downloads.apache.org/dolphinscheduler/3.1.8/apache-dolphinscheduler-3.1.8-src.tar.gz.asc";,
+      "sha512": 
"https://downloads.apache.org/dolphinscheduler/3.1.8/apache-dolphinscheduler-3.1.8-src.tar.gz.sha512";
+    },
+    "bin": {
+      "src": 
"https://www.apache.org/dyn/closer.lua/dolphinscheduler/3.1.8/apache-dolphinscheduler-3.1.8-bin.tar.gz";,
+      "asc": 
"https://downloads.apache.org/dolphinscheduler/3.1.8/apache-dolphinscheduler-3.1.8-bin.tar.gz.asc";,
+      "sha512": 
"https://downloads.apache.org/dolphinscheduler/3.1.8/apache-dolphinscheduler-3.1.8-bin.tar.gz.sha512";
+    }
+  },
   "3.1.7": {
     "time": "2023-05-25",
     "src": {
diff --git a/scripts/conf.sh b/scripts/conf.sh
index 45e63b375f..884954680e 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.1.8:3.1.8-release"
 )

Reply via email to