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 fbecbed7a5 [Chore] Release 3.3.2 (#986)
fbecbed7a5 is described below
commit fbecbed7a5f4f0a787fae891869f6018b51e5793
Author: Wenjun Ruan <[email protected]>
AuthorDate: Thu Oct 30 11:14:51 2025 +0800
[Chore] Release 3.3.2 (#986)
---
config/download.json | 13 +++++++++++++
scripts/conf.sh | 1 +
2 files changed, 14 insertions(+)
diff --git a/config/download.json b/config/download.json
index d34e57ddd0..4e28a520b5 100644
--- a/config/download.json
+++ b/config/download.json
@@ -1,4 +1,17 @@
{
+ "3.3.2": {
+ "time": "2025-10-30",
+ "src": {
+ "src":
"https://dlcdn.apache.org/dolphinscheduler/3.3.2/apache-dolphinscheduler-3.3.2-src.tar.gz",
+ "asc":
"https://dlcdn.apache.org/dolphinscheduler/3.3.2/apache-dolphinscheduler-3.3.2-src.tar.gz.asc",
+ "sha512":
"https://dlcdn.apache.org/dolphinscheduler/3.3.2/apache-dolphinscheduler-3.3.2-src.tar.gz.sha512"
+ },
+ "bin": {
+ "src":
"https://dlcdn.apache.org/dolphinscheduler/3.3.2/apache-dolphinscheduler-3.3.2-bin.tar.gz",
+ "asc":
"https://dlcdn.apache.org/dolphinscheduler/3.3.2/apache-dolphinscheduler-3.3.2-bin.tar.gz.asc",
+ "sha512":
"https://dlcdn.apache.org/dolphinscheduler/3.3.2/apache-dolphinscheduler-3.3.2-bin.tar.gz.sha512"
+ }
+ },
"3.3.1": {
"time": "2025-8-24",
"src": {
diff --git a/scripts/conf.sh b/scripts/conf.sh
index 8f384029f9..396aadb69a 100644
--- a/scripts/conf.sh
+++ b/scripts/conf.sh
@@ -72,4 +72,5 @@ DEV_RELEASE_DOCS_VERSIONS=(
"3.2.2:3.2.2-release"
"3.3.0-alpha:3.3.0-alpha-release"
"3.3.1:3.3.1-release"
+ "3.3.2:3.3.2-release"
)