This is an automated email from the ASF dual-hosted git repository.
zihaoxiang 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 fdd5623773 release 3.3.0-alpha (#972)
fdd5623773 is described below
commit fdd5623773700e71eac393826d510a7a084d4851
Author: xiangzihao <[email protected]>
AuthorDate: Tue Apr 8 09:31:35 2025 +0800
release 3.3.0-alpha (#972)
---
config/download.json | 13 +++++++++++++
scripts/conf.sh | 1 +
2 files changed, 14 insertions(+)
diff --git a/config/download.json b/config/download.json
index 53a8225afe..0dc59c6a36 100644
--- a/config/download.json
+++ b/config/download.json
@@ -1,4 +1,17 @@
{
+ "3.3.0-alpha": {
+ "time": "2025-4-7",
+ "src": {
+ "src":
"https://www.apache.org/dyn/closer.lua/dolphinscheduler/3.3.0-alpha/apache-dolphinscheduler-3.3.0-alpha-src.tar.gz",
+ "asc":
"https://downloads.apache.org/dolphinscheduler/3.3.0-alpha/apache-dolphinscheduler-3.3.0-alpha-src.tar.gz.asc",
+ "sha512":
"https://downloads.apache.org/dolphinscheduler/3.3.0-alpha/apache-dolphinscheduler-3.3.0-alpha-src.tar.gz.sha512"
+ },
+ "bin": {
+ "src":
"https://www.apache.org/dyn/closer.lua/dolphinscheduler/3.3.0-alpha/apache-dolphinscheduler-3.3.0-alpha-bin.tar.gz",
+ "asc":
"https://downloads.apache.org/dolphinscheduler/3.3.0-alpha/apache-dolphinscheduler-3.3.0-alpha-bin.tar.gz.asc",
+ "sha512":
"https://downloads.apache.org/dolphinscheduler/3.3.0-alpha/apache-dolphinscheduler-3.3.0-alpha-bin.tar.gz.sha512"
+ }
+ },
"3.2.2": {
"time": "2024-7-16",
"src": {
diff --git a/scripts/conf.sh b/scripts/conf.sh
index d653fa3bac..8b086e5487 100644
--- a/scripts/conf.sh
+++ b/scripts/conf.sh
@@ -70,4 +70,5 @@ DEV_RELEASE_DOCS_VERSIONS=(
"3.2.0:3.2.0-release"
"3.2.1:3.2.1-release"
"3.2.2:3.2.2-release"
+ "3.3.0-alpha:3.3.0-alpha-release"
)