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 2dbc91f8c5 feat: Release version 3.0.4 (#874)
2dbc91f8c5 is described below
commit 2dbc91f8c5b568b52f09b3dfea0818fe7632a60e
Author: Jay Chung <[email protected]>
AuthorDate: Tue Jan 3 15:17:35 2023 +0800
feat: Release version 3.0.4 (#874)
---
config/download.json | 13 +++++++++++++
scripts/conf.sh | 1 +
2 files changed, 14 insertions(+)
diff --git a/config/download.json b/config/download.json
index 3e5af005ea..91d0f99206 100644
--- a/config/download.json
+++ b/config/download.json
@@ -12,6 +12,19 @@
"sha512":
"https://downloads.apache.org/dolphinscheduler/3.1.2/apache-dolphinscheduler-3.1.2-bin.tar.gz.sha512"
}
},
+ "3.0.4": {
+ "time": "2023-1-3",
+ "src": {
+ "src":
"https://www.apache.org/dyn/closer.lua/dolphinscheduler/3.0.4/apache-dolphinscheduler-3.0.4-src.tar.gz",
+ "asc":
"https://downloads.apache.org/dolphinscheduler/3.0.4/apache-dolphinscheduler-3.0.4-src.tar.gz.asc",
+ "sha512":
"https://downloads.apache.org/dolphinscheduler/3.0.4/apache-dolphinscheduler-3.0.4-src.tar.gz.sha512"
+ },
+ "bin": {
+ "src":
"https://www.apache.org/dyn/closer.lua/dolphinscheduler/3.0.4/apache-dolphinscheduler-3.0.4-bin.tar.gz",
+ "asc":
"https://downloads.apache.org/dolphinscheduler/3.0.4/apache-dolphinscheduler-3.0.4-bin.tar.gz.asc",
+ "sha512":
"https://downloads.apache.org/dolphinscheduler/3.0.4/apache-dolphinscheduler-3.0.4-bin.tar.gz.sha512"
+ }
+ },
"3.0.3": {
"time": "2022-12-08",
"src": {
diff --git a/scripts/conf.sh b/scripts/conf.sh
index bc211c3aa5..41ffffec1d 100644
--- a/scripts/conf.sh
+++ b/scripts/conf.sh
@@ -53,6 +53,7 @@ DEV_RELEASE_DOCS_VERSIONS=(
"3.0.1:3.0.1-release"
"3.0.2:3.0.2-release"
"3.0.3:3.0.3-release"
+ "3.0.4:3.0.4-release"
"3.1.0:3.1.0-release"
"3.1.1:3.1.1-release"
"3.1.2:3.1.2-release"