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 6837c32cc1 chore: release 3.4.0 (#989)
6837c32cc1 is described below
commit 6837c32cc109c2dc41989318266a718bbd688d6a
Author: Gallardot <[email protected]>
AuthorDate: Tue Jan 20 14:13:32 2026 +0800
chore: release 3.4.0 (#989)
---
config/download.json | 13 +++++++++++++
scripts/conf.sh | 1 +
2 files changed, 14 insertions(+)
diff --git a/config/download.json b/config/download.json
index 4e28a520b5..d5f07eb4ed 100644
--- a/config/download.json
+++ b/config/download.json
@@ -1,4 +1,17 @@
{
+ "3.4.0": {
+ "time": "2026-1-20",
+ "src": {
+ "src":
"https://dlcdn.apache.org/dolphinscheduler/3.4.0/apache-dolphinscheduler-3.4.0-src.tar.gz",
+ "asc":
"https://dlcdn.apache.org/dolphinscheduler/3.4.0/apache-dolphinscheduler-3.4.0-src.tar.gz.asc",
+ "sha512":
"https://dlcdn.apache.org/dolphinscheduler/3.4.0/apache-dolphinscheduler-3.4.0-src.tar.gz.sha512"
+ },
+ "bin": {
+ "src":
"https://dlcdn.apache.org/dolphinscheduler/3.4.0/apache-dolphinscheduler-3.4.0-bin.tar.gz",
+ "asc":
"https://dlcdn.apache.org/dolphinscheduler/3.4.0/apache-dolphinscheduler-3.4.0-bin.tar.gz.asc",
+ "sha512":
"https://dlcdn.apache.org/dolphinscheduler/3.4.0/apache-dolphinscheduler-3.4.0-bin.tar.gz.sha512"
+ }
+ },
"3.3.2": {
"time": "2025-10-30",
"src": {
diff --git a/scripts/conf.sh b/scripts/conf.sh
index 396aadb69a..def2a96652 100644
--- a/scripts/conf.sh
+++ b/scripts/conf.sh
@@ -73,4 +73,5 @@ DEV_RELEASE_DOCS_VERSIONS=(
"3.3.0-alpha:3.3.0-alpha-release"
"3.3.1:3.3.1-release"
"3.3.2:3.3.2-release"
+ "3.4.0:3.4.0-release"
)