This is an automated email from the ASF dual-hosted git repository. zhongjiajie pushed a commit to branch rls-209 in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
commit fcffc5312ce2e159268901a96a1bf8fdc64f27a9 Author: Jay Chung <[email protected]> AuthorDate: Mon Jun 5 15:56:35 2023 +0800 release: new version 2.0.8 --- 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 5b2c6bc304..5ee5842d1a 100644 --- a/config/download.json +++ b/config/download.json @@ -155,6 +155,19 @@ "sha512": "https://downloads.apache.org/dolphinscheduler/3.1.1/apache-dolphinscheduler-3.1.1-bin.tar.gz.sha512" } }, + "2.0.9": { + "time": "2023-06-05", + "src": { + "src": "https://www.apache.org/dyn/closer.lua/dolphinscheduler/2.0.9/apache-dolphinscheduler-2.0.9-src.tar.gz", + "asc": "https://downloads.apache.org/dolphinscheduler/2.0.9/apache-dolphinscheduler-2.0.9-src.tar.gz.asc", + "sha512": "https://downloads.apache.org/dolphinscheduler/2.0.9/apache-dolphinscheduler-2.0.9-src.tar.gz.sha512" + }, + "bin": { + "src": "https://www.apache.org/dyn/closer.lua/dolphinscheduler/2.0.9/apache-dolphinscheduler-2.0.9-bin.tar.gz", + "asc": "https://downloads.apache.org/dolphinscheduler/2.0.9/apache-dolphinscheduler-2.0.9-bin.tar.gz.asc", + "sha512": "https://downloads.apache.org/dolphinscheduler/2.0.9/apache-dolphinscheduler-2.0.9-bin.tar.gz.sha512" + } + }, "2.0.8": { "time": "2023-02-08", "src": { diff --git a/scripts/conf.sh b/scripts/conf.sh index b707e6b1df..45e63b375f 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.8" +"2.0.0" "2.0.1" "2.0.2" "2.0.3" "2.0.5" "2.0.6" "2.0.7" "2.0.8" "2.0.9" ) # NOTE: We should avoid use syntax `declare -A DEV_RELEASE_DOCS_VERSIONS=(["3.0.0"]="3.0.0-alpha-release")` because
