This is an automated email from the ASF dual-hosted git repository.
wenjun 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 cf6f3f1468 [Chore] Release 3.3.1 (#984)
cf6f3f1468 is described below
commit cf6f3f14684149ec594108d81ec4859abae9115d
Author: xiangzihao <[email protected]>
AuthorDate: Mon Aug 25 15:07:00 2025 +0800
[Chore] Release 3.3.1 (#984)
---
config/download.json | 13 +++++++++++++
scripts/conf.sh | 1 +
2 files changed, 14 insertions(+)
diff --git a/config/download.json b/config/download.json
index 0dc59c6a36..d34e57ddd0 100644
--- a/config/download.json
+++ b/config/download.json
@@ -1,4 +1,17 @@
{
+ "3.3.1": {
+ "time": "2025-8-24",
+ "src": {
+ "src":
"https://www.apache.org/dyn/closer.lua/dolphinscheduler/3.3.1/apache-dolphinscheduler-3.3.1-src.tar.gz",
+ "asc":
"https://downloads.apache.org/dolphinscheduler/3.3.1/apache-dolphinscheduler-3.3.1-src.tar.gz.asc",
+ "sha512":
"https://downloads.apache.org/dolphinscheduler/3.3.1/apache-dolphinscheduler-3.3.1-src.tar.gz.sha512"
+ },
+ "bin": {
+ "src":
"https://www.apache.org/dyn/closer.lua/dolphinscheduler/3.3.1/apache-dolphinscheduler-3.3.1-bin.tar.gz",
+ "asc":
"https://downloads.apache.org/dolphinscheduler/3.3.1/apache-dolphinscheduler-3.3.1-bin.tar.gz.asc",
+ "sha512":
"https://downloads.apache.org/dolphinscheduler/3.3.1/apache-dolphinscheduler-3.3.1-bin.tar.gz.sha512"
+ }
+ },
"3.3.0-alpha": {
"time": "2025-4-7",
"src": {
diff --git a/scripts/conf.sh b/scripts/conf.sh
index 8b086e5487..8f384029f9 100644
--- a/scripts/conf.sh
+++ b/scripts/conf.sh
@@ -71,4 +71,5 @@ DEV_RELEASE_DOCS_VERSIONS=(
"3.2.1:3.2.1-release"
"3.2.2:3.2.2-release"
"3.3.0-alpha:3.3.0-alpha-release"
+ "3.3.1:3.3.1-release"
)