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 4db9581bdc feat: Add 208 doc configuration (#883)
4db9581bdc is described below
commit 4db9581bdc3cf42b87e327b4f5cd185e9ac1e4e4
Author: Jay Chung <[email protected]>
AuthorDate: Thu Feb 9 09:59:20 2023 +0800
feat: Add 208 doc configuration (#883)
---
config/download.json | 13 +++++++++++++
scripts/conf.sh | 2 +-
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/config/download.json b/config/download.json
index 243d47b622..841d9b4fc5 100644
--- a/config/download.json
+++ b/config/download.json
@@ -77,6 +77,19 @@
"sha512":
"https://downloads.apache.org/dolphinscheduler/3.1.1/apache-dolphinscheduler-3.1.1-bin.tar.gz.sha512"
}
},
+ "2.0.8": {
+ "time": "2023-02-08",
+ "src": {
+ "src":
"https://www.apache.org/dyn/closer.lua/dolphinscheduler/2.0.8/apache-dolphinscheduler-2.0.8-src.tar.gz",
+ "asc":
"https://downloads.apache.org/dolphinscheduler/2.0.8/apache-dolphinscheduler-2.0.8-src.tar.gz.asc",
+ "sha512":
"https://downloads.apache.org/dolphinscheduler/2.0.8/apache-dolphinscheduler-2.0.8-src.tar.gz.sha512"
+ },
+ "bin": {
+ "src":
"https://www.apache.org/dyn/closer.lua/dolphinscheduler/2.0.8/apache-dolphinscheduler-2.0.8-bin.tar.gz",
+ "asc":
"https://downloads.apache.org/dolphinscheduler/2.0.8/apache-dolphinscheduler-2.0.8-bin.tar.gz.asc",
+ "sha512":
"https://downloads.apache.org/dolphinscheduler/2.0.8/apache-dolphinscheduler-2.0.8-bin.tar.gz.sha512"
+ }
+ },
"2.0.7": {
"time": "2022-10-24",
"src": {
diff --git a/scripts/conf.sh b/scripts/conf.sh
index ecf3dc0b51..b1291d43df 100644
--- a/scripts/conf.sh
+++ b/scripts/conf.sh
@@ -40,7 +40,7 @@
PROJECT_WEBSITE_DIR=${PROJECT_WEBSITE_DIR:-${SWAP_DIR}/${PROJECT_WEBSITE_NAME}}
# docs in apache/dolphinscheduler-webstie branch `history-docs`
declare -a HISTORY_DOCS_VERSIONS=(
"1.2.0" "1.2.1" "1.3.1" "1.3.2" "1.3.3" "1.3.4" "1.3.5" "1.3.6" "1.3.8" "1.3.9"
-"2.0.0" "2.0.1" "2.0.2" "2.0.3" "2.0.5" "2.0.6" "2.0.7"
+"2.0.0" "2.0.1" "2.0.2" "2.0.3" "2.0.5" "2.0.6" "2.0.7" "2.0.8"
)
# NOTE: We should avoid use syntax `declare -A
DEV_RELEASE_DOCS_VERSIONS=(["3.0.0"]="3.0.0-alpha-release")` because