Skip to content

Commit fbecbed

Browse files
authored
[Chore] Release 3.3.2 (#986)
1 parent cf6f3f1 commit fbecbed

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

config/download.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
{
2+
"3.3.2": {
3+
"time": "2025-10-30",
4+
"src": {
5+
"src": "https://dlcdn.apache.org/dolphinscheduler/3.3.2/apache-dolphinscheduler-3.3.2-src.tar.gz",
6+
"asc": "https://dlcdn.apache.org/dolphinscheduler/3.3.2/apache-dolphinscheduler-3.3.2-src.tar.gz.asc",
7+
"sha512": "https://dlcdn.apache.org/dolphinscheduler/3.3.2/apache-dolphinscheduler-3.3.2-src.tar.gz.sha512"
8+
},
9+
"bin": {
10+
"src": "https://dlcdn.apache.org/dolphinscheduler/3.3.2/apache-dolphinscheduler-3.3.2-bin.tar.gz",
11+
"asc": "https://dlcdn.apache.org/dolphinscheduler/3.3.2/apache-dolphinscheduler-3.3.2-bin.tar.gz.asc",
12+
"sha512": "https://dlcdn.apache.org/dolphinscheduler/3.3.2/apache-dolphinscheduler-3.3.2-bin.tar.gz.sha512"
13+
}
14+
},
215
"3.3.1": {
316
"time": "2025-8-24",
417
"src": {

scripts/conf.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,5 @@ DEV_RELEASE_DOCS_VERSIONS=(
7272
"3.2.2:3.2.2-release"
7373
"3.3.0-alpha:3.3.0-alpha-release"
7474
"3.3.1:3.3.1-release"
75+
"3.3.2:3.3.2-release"
7576
)

0 commit comments

Comments
 (0)