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 21b47d8b14 Added 3.1.6 release document (#898)
21b47d8b14 is described below
commit 21b47d8b146a806d21f68ee851708561e4a8d468
Author: Kerwin <[email protected]>
AuthorDate: Mon May 15 11:27:10 2023 +0800
Added 3.1.6 release document (#898)
---
.gitignore | 3 +--
config/download.json | 15 ++++++++++++++-
scripts/conf.sh | 1 +
3 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index 8341e94547..c19d8d3340 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,5 +35,4 @@ public/user
public/.asf.yaml
public/LICENSE
*.icloud
-.idea/workspace.xml
-.idea/vcs.xml
+.idea
diff --git a/config/download.json b/config/download.json
index d5acf9b912..e8681e647c 100644
--- a/config/download.json
+++ b/config/download.json
@@ -1,6 +1,19 @@
{
+ "3.1.6": {
+ "time": "2023-05-15",
+ "src": {
+ "src":
"https://www.apache.org/dyn/closer.lua/dolphinscheduler/3.1.6/apache-dolphinscheduler-3.1.6-src.tar.gz",
+ "asc":
"https://downloads.apache.org/dolphinscheduler/3.1.6/apache-dolphinscheduler-3.1.6-src.tar.gz.asc",
+ "sha512":
"https://downloads.apache.org/dolphinscheduler/3.1.6/apache-dolphinscheduler-3.1.6-src.tar.gz.sha512"
+ },
+ "bin": {
+ "src":
"https://www.apache.org/dyn/closer.lua/dolphinscheduler/3.1.6/apache-dolphinscheduler-3.1.6-bin.tar.gz",
+ "asc":
"https://downloads.apache.org/dolphinscheduler/3.1.6/apache-dolphinscheduler-3.1.6-bin.tar.gz.asc",
+ "sha512":
"https://downloads.apache.org/dolphinscheduler/3.1.6/apache-dolphinscheduler-3.1.6-bin.tar.gz.sha512"
+ }
+ },
"3.1.5": {
- "time": "2023-4-6",
+ "time": "2023-04-06",
"src": {
"src":
"https://www.apache.org/dyn/closer.lua/dolphinscheduler/3.1.5/apache-dolphinscheduler-3.1.5-src.tar.gz",
"asc":
"https://downloads.apache.org/dolphinscheduler/3.1.5/apache-dolphinscheduler-3.1.5-src.tar.gz.asc",
diff --git a/scripts/conf.sh b/scripts/conf.sh
index b2a8fcce9a..69394dd2bf 100644
--- a/scripts/conf.sh
+++ b/scripts/conf.sh
@@ -61,4 +61,5 @@ DEV_RELEASE_DOCS_VERSIONS=(
"3.1.3:3.1.3-release"
"3.1.4:3.1.4-release"
"3.1.5:3.1.5-release"
+ "3.1.6:3.1.6-release"
)