This is an automated email from the ASF dual-hosted git repository.
chufenggao 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 1754f69c9d chore: Release version 3.0.6 (#900)
1754f69c9d is described below
commit 1754f69c9d2a6f6bc5b67b691f351a900db7cff2
Author: Jay Chung <[email protected]>
AuthorDate: Tue May 30 10:35:50 2023 +0800
chore: Release version 3.0.6 (#900)
---
config/download.json | 13 +++++++++++++
scripts/conf.sh | 1 +
2 files changed, 14 insertions(+)
diff --git a/config/download.json b/config/download.json
index 3372c0bc36..5b2c6bc304 100644
--- a/config/download.json
+++ b/config/download.json
@@ -77,6 +77,19 @@
"sha512":
"https://downloads.apache.org/dolphinscheduler/3.1.2/apache-dolphinscheduler-3.1.2-bin.tar.gz.sha512"
}
},
+ "3.0.6": {
+ "time": "2023-5-30",
+ "src": {
+ "src":
"https://www.apache.org/dyn/closer.lua/dolphinscheduler/3.0.6/apache-dolphinscheduler-3.0.6-src.tar.gz",
+ "asc":
"https://downloads.apache.org/dolphinscheduler/3.0.6/apache-dolphinscheduler-3.0.6-src.tar.gz.asc",
+ "sha512":
"https://downloads.apache.org/dolphinscheduler/3.0.6/apache-dolphinscheduler-3.0.6-src.tar.gz.sha512"
+ },
+ "bin": {
+ "src":
"https://www.apache.org/dyn/closer.lua/dolphinscheduler/3.0.6/apache-dolphinscheduler-3.0.6-bin.tar.gz",
+ "asc":
"https://downloads.apache.org/dolphinscheduler/3.0.6/apache-dolphinscheduler-3.0.6-bin.tar.gz.asc",
+ "sha512":
"https://downloads.apache.org/dolphinscheduler/3.0.6/apache-dolphinscheduler-3.0.6-bin.tar.gz.sha512"
+ }
+ },
"3.0.5": {
"time": "2023-4-3",
"src": {
diff --git a/scripts/conf.sh b/scripts/conf.sh
index aa251bf8f5..b707e6b1df 100644
--- a/scripts/conf.sh
+++ b/scripts/conf.sh
@@ -55,6 +55,7 @@ DEV_RELEASE_DOCS_VERSIONS=(
"3.0.3:3.0.3-release"
"3.0.4:3.0.4-release"
"3.0.5:3.0.5-release"
+ "3.0.6:3.0.6-release"
"3.1.0:3.1.0-release"
"3.1.1:3.1.1-release"
"3.1.2:3.1.2-release"