This is an automated email from the ASF dual-hosted git repository.
kerwin 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 824df2bb41 [release] Add 3.1.5 release (#894)
824df2bb41 is described below
commit 824df2bb412e9a4815e019ca02daf203ec423454
Author: Kerwin <[email protected]>
AuthorDate: Fri Apr 7 16:19:57 2023 +0800
[release] Add 3.1.5 release (#894)
---
config/download.json | 13 +++++++++++++
scripts/conf.sh | 1 +
2 files changed, 14 insertions(+)
diff --git a/config/download.json b/config/download.json
index 6a52049f44..d5acf9b912 100644
--- a/config/download.json
+++ b/config/download.json
@@ -1,4 +1,17 @@
{
+ "3.1.5": {
+ "time": "2023-4-6",
+ "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",
+ "sha512":
"https://downloads.apache.org/dolphinscheduler/3.1.5/apache-dolphinscheduler-3.1.5-src.tar.gz.sha512"
+ },
+ "bin": {
+ "src":
"https://www.apache.org/dyn/closer.lua/dolphinscheduler/3.1.5/apache-dolphinscheduler-3.1.5-bin.tar.gz",
+ "asc":
"https://downloads.apache.org/dolphinscheduler/3.1.5/apache-dolphinscheduler-3.1.5-bin.tar.gz.asc",
+ "sha512":
"https://downloads.apache.org/dolphinscheduler/3.1.5/apache-dolphinscheduler-3.1.5-bin.tar.gz.sha512"
+ }
+ },
"3.1.4": {
"time": "2023-02-24",
"src": {
diff --git a/scripts/conf.sh b/scripts/conf.sh
index e23b689584..b2a8fcce9a 100644
--- a/scripts/conf.sh
+++ b/scripts/conf.sh
@@ -60,4 +60,5 @@ DEV_RELEASE_DOCS_VERSIONS=(
"3.1.2:3.1.2-release"
"3.1.3:3.1.3-release"
"3.1.4:3.1.4-release"
+ "3.1.5:3.1.5-release"
)