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 f9875452b9 [3.1.9] add 3.1.9 release (#940)
f9875452b9 is described below

commit f9875452b925d0b94e1173a1009d2d5f241c785f
Author: Kerwin <[email protected]>
AuthorDate: Tue Dec 26 09:20:09 2023 +0800

    [3.1.9] add 3.1.9 release (#940)
---
 config/download.json | 13 +++++++++++++
 scripts/conf.sh      |  1 +
 2 files changed, 14 insertions(+)

diff --git a/config/download.json b/config/download.json
index 2f778f01a8..20c36de96f 100644
--- a/config/download.json
+++ b/config/download.json
@@ -1,4 +1,17 @@
 {
+  "3.1.9": {
+    "time": "2023-12-25",
+    "src": {
+      "src": 
"https://www.apache.org/dyn/closer.lua/dolphinscheduler/3.1.9/apache-dolphinscheduler-3.1.9-src.tar.gz";,
+      "asc": 
"https://downloads.apache.org/dolphinscheduler/3.1.9/apache-dolphinscheduler-3.1.9-src.tar.gz.asc";,
+      "sha512": 
"https://downloads.apache.org/dolphinscheduler/3.1.9/apache-dolphinscheduler-3.1.9-src.tar.gz.sha512";
+    },
+    "bin": {
+      "src": 
"https://www.apache.org/dyn/closer.lua/dolphinscheduler/3.1.9/apache-dolphinscheduler-3.1.9-bin.tar.gz";,
+      "asc": 
"https://downloads.apache.org/dolphinscheduler/3.1.9/apache-dolphinscheduler-3.1.9-bin.tar.gz.asc";,
+      "sha512": 
"https://downloads.apache.org/dolphinscheduler/3.1.9/apache-dolphinscheduler-3.1.9-bin.tar.gz.sha512";
+    }
+  },
   "3.2.0": {
     "time": "2023-10-17",
     "src": {
diff --git a/scripts/conf.sh b/scripts/conf.sh
index e0c7996cbd..bab5649503 100644
--- a/scripts/conf.sh
+++ b/scripts/conf.sh
@@ -65,5 +65,6 @@ 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.1.9:3.1.9-release"
   "3.2.0:3.2.0-release"
 )

Reply via email to