Skip to content

Commit cf6f3f1

Browse files
authored
[Chore] Release 3.3.1 (#984)
1 parent 39232a5 commit cf6f3f1

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.1": {
3+
"time": "2025-8-24",
4+
"src": {
5+
"src": "https://www.apache.org/dyn/closer.lua/dolphinscheduler/3.3.1/apache-dolphinscheduler-3.3.1-src.tar.gz",
6+
"asc": "https://downloads.apache.org/dolphinscheduler/3.3.1/apache-dolphinscheduler-3.3.1-src.tar.gz.asc",
7+
"sha512": "https://downloads.apache.org/dolphinscheduler/3.3.1/apache-dolphinscheduler-3.3.1-src.tar.gz.sha512"
8+
},
9+
"bin": {
10+
"src": "https://www.apache.org/dyn/closer.lua/dolphinscheduler/3.3.1/apache-dolphinscheduler-3.3.1-bin.tar.gz",
11+
"asc": "https://downloads.apache.org/dolphinscheduler/3.3.1/apache-dolphinscheduler-3.3.1-bin.tar.gz.asc",
12+
"sha512": "https://downloads.apache.org/dolphinscheduler/3.3.1/apache-dolphinscheduler-3.3.1-bin.tar.gz.sha512"
13+
}
14+
},
215
"3.3.0-alpha": {
316
"time": "2025-4-7",
417
"src": {

scripts/conf.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,5 @@ DEV_RELEASE_DOCS_VERSIONS=(
7171
"3.2.1:3.2.1-release"
7272
"3.2.2:3.2.2-release"
7373
"3.3.0-alpha:3.3.0-alpha-release"
74+
"3.3.1:3.3.1-release"
7475
)

0 commit comments

Comments
 (0)