This is an automated email from the ASF dual-hosted git repository.

zihaoxiang pushed a commit to branch 3.3.1-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/3.3.1-prepare by this push:
     new 9be0b0a4aa release prepare
9be0b0a4aa is described below

commit 9be0b0a4aa02a512ef03047193ec3248526b9aa6
Author: SbloodyS <[email protected]>
AuthorDate: Fri Aug 22 14:28:53 2025 +0800

    release prepare
---
 NOTICE                                             |   2 +-
 deploy/docker/.env                                 |   2 +-
 deploy/kubernetes/dolphinscheduler/Chart.yaml      |   4 +-
 deploy/kubernetes/dolphinscheduler/values.yaml     |   2 +-
 docs/configs/docsdev.js                            | 588 ++++++++++-----------
 docs/docs/en/contribute/release.md                 |  48 +-
 docs/docs/en/faq.md                                |   6 +-
 docs/docs/en/guide/expansion-reduction.md          |   4 +-
 docs/docs/en/guide/installation/kubernetes.md      |  22 +-
 docs/docs/en/guide/installation/standalone.md      |   2 +-
 docs/docs/en/guide/start/docker.md                 |  10 +-
 docs/docs/en/history-versions.md                   |   4 +
 docs/docs/zh/contribute/release.md                 |  44 +-
 docs/docs/zh/faq.md                                |   6 +-
 docs/docs/zh/guide/expansion-reduction.md          |   4 +-
 docs/docs/zh/guide/installation/kubernetes.md      |  22 +-
 docs/docs/zh/guide/installation/standalone.md      |   2 +-
 docs/docs/zh/guide/start/docker.md                 |   8 +-
 docs/docs/zh/history-versions.md                   |   4 +
 .../src/main/resources/sql/dolphinscheduler_h2.sql |   2 +-
 .../main/resources/sql/dolphinscheduler_mysql.sql  |   2 +-
 .../resources/sql/dolphinscheduler_postgresql.sql  |   2 +-
 .../src/main/resources/sql/soft_version            |   2 +-
 dolphinscheduler-dist/release-docs/NOTICE          |   2 +-
 script/install-plugins.sh                          |   4 +-
 25 files changed, 403 insertions(+), 395 deletions(-)

diff --git a/NOTICE b/NOTICE
index 74001c9a19..d561601a90 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache DolphinScheduler
-Copyright 2019-2024 The Apache Software Foundation
+Copyright 2019-2025 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/deploy/docker/.env b/deploy/docker/.env
index 58a7b03474..3a8af9b3b5 100755
--- a/deploy/docker/.env
+++ b/deploy/docker/.env
@@ -16,7 +16,7 @@
 # under the License.
 #
 HUB=apache
-TAG=dev
+TAG=3.3.1
 
 TZ=Asia/Shanghai
 DATABASE=postgresql
diff --git a/deploy/kubernetes/dolphinscheduler/Chart.yaml 
b/deploy/kubernetes/dolphinscheduler/Chart.yaml
index bb886ea8c5..c94989b0eb 100644
--- a/deploy/kubernetes/dolphinscheduler/Chart.yaml
+++ b/deploy/kubernetes/dolphinscheduler/Chart.yaml
@@ -35,11 +35,11 @@ type: application
 
 # This is the chart version. This version number should be incremented each 
time you make changes
 # to the chart and its templates, including the app version.
-version: 3.1.0
+version: 3.3.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 3.1.0
+appVersion: 3.3.1
 
 dependencies:
 - name: postgresql
diff --git a/deploy/kubernetes/dolphinscheduler/values.yaml 
b/deploy/kubernetes/dolphinscheduler/values.yaml
index 85c112f89f..f2e984a6f0 100644
--- a/deploy/kubernetes/dolphinscheduler/values.yaml
+++ b/deploy/kubernetes/dolphinscheduler/values.yaml
@@ -33,7 +33,7 @@ image:
   # -- Docker image repository for the DolphinScheduler
   registry: apache
   # -- Docker image version for the DolphinScheduler
-  tag: latest
+  tag: 3.3.1
   # -- Image pull policy. Options: Always, Never, IfNotPresent
   pullPolicy: "IfNotPresent"
   # -- Specify a imagePullSecrets
diff --git a/docs/configs/docsdev.js b/docs/configs/docsdev.js
index 9b5c5340dd..58c6081540 100644
--- a/docs/configs/docsdev.js
+++ b/docs/configs/docsdev.js
@@ -25,19 +25,19 @@ export default {
                 children: [
                     {
                         title: 'Introduction',
-                        link: 
'/en-us/docs/dev/user_doc/about/introduction.html',
+                        link: 
'/en-us/docs/3.3.1/user_doc/about/introduction.html',
                     },
                     {
                         title: 'Features',
-                        link: '/en-us/docs/dev/user_doc/about/features.html',
+                        link: '/en-us/docs/3.3.1/user_doc/about/features.html',
                     },
                     {
                         title: 'Hardware Environment',
-                        link: '/en-us/docs/dev/user_doc/about/hardware.html',
+                        link: '/en-us/docs/3.3.1/user_doc/about/hardware.html',
                     },
                     {
                         title: 'Glossary',
-                        link: '/en-us/docs/dev/user_doc/about/glossary.html',
+                        link: '/en-us/docs/3.3.1/user_doc/about/glossary.html',
                     }
                 ],
             },
@@ -46,11 +46,11 @@ export default {
                 children: [
                     {
                         title: 'Quick Start',
-                        link: 
'/en-us/docs/dev/user_doc/guide/start/quick-start.html',
+                        link: 
'/en-us/docs/3.3.1/user_doc/guide/start/quick-start.html',
                     },
                     {
                         title: 'Docker Deployment',
-                        link: 
'/en-us/docs/dev/user_doc/guide/start/docker.html',
+                        link: 
'/en-us/docs/3.3.1/user_doc/guide/start/docker.html',
                     },
                 ],
             },
@@ -59,30 +59,30 @@ export default {
                 children: [
                     {
                         title: 'Application Homepage',
-                        link: '/en-us/docs/dev/user_doc/guide/homepage.html',
+                        link: '/en-us/docs/3.3.1/user_doc/guide/homepage.html',
                     },
                     {
                         title: 'Project',
                         children: [
                             {
                                 title: 'Project List',
-                                link: 
'/en-us/docs/dev/user_doc/guide/project/project-list.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/project/project-list.html',
                             },
                             {
                                 title: 'Workflow Definition',
-                                link: 
'/en-us/docs/dev/user_doc/guide/project/workflow-definition.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/project/workflow-definition.html',
                             },
                             {
                                 title: 'Workflow Instance',
-                                link: 
'/en-us/docs/dev/user_doc/guide/project/workflow-instance.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/project/workflow-instance.html',
                             },
                             {
                                 title: 'Task Instance',
-                                link: 
'/en-us/docs/dev/user_doc/guide/project/task-instance.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/project/task-instance.html',
                             },
                             {
                                 title: 'Task Definition',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/project/task-definition.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/project/task-definition.html',
                             },
                         ]
                     },
@@ -91,143 +91,143 @@ export default {
                         children: [
                             {
                                 title: 'Appendix',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/appendix.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/appendix.html',
                             },
                             {
                                 title: 'Shell',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/shell.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/shell.html',
                             },
                             {
                                 title: 'SubWorkflow',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/sub-workflow.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/sub-workflow.html',
                             },
                             {
                                 title: 'Dependent',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/dependent.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/dependent.html',
                             },
                             {
                                 title: 'Stored Procedure',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/stored-procedure.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/stored-procedure.html',
                             },
                             {
                                 title: 'SQL',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/sql.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/sql.html',
                             },
                             {
                                 title: 'Spark',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/spark.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/spark.html',
                             },
                             {
                                 title: 'MapReduce',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/map-reduce.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/map-reduce.html',
                             },
                             {
                                 title: 'Python',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/python.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/python.html',
                             },
                             {
                                 title: 'Flink',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/flink.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/flink.html',
                             },
                             {
                                 title: 'HTTP',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/http.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/http.html',
                             },
                             {
                                 title: 'DataX',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/datax.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/datax.html',
                             },
                             {
                                 title: 'Sqoop',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/sqoop.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/sqoop.html',
                             },
                             {
                                 title: 'Conditions',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/conditions.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/conditions.html',
                             },
                             {
                                 title: 'Switch',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/switch.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/switch.html',
                             },
                             {
                                 title: 'SeaTunnel',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/seatunnel.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/seatunnel.html',
                             },
                             {
                                 title: 'Amazon EMR',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/emr.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/emr.html',
                             },
                             {
                                 title: 'Apache Zeppelin',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/zeppelin.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/zeppelin.html',
                             },
                             {
                                 title: 'Jupyter',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/jupyter.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/jupyter.html',
                             },
                             {
                                 title: 'Hive CLI',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/hive-cli.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/hive-cli.html',
                             },
                             {
                                 title: 'Kubernetes',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/kubernetes.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/kubernetes.html',
                             },
                             {
                                 title: 'MLflow',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/mlflow.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/mlflow.html',
                             },
                             {
                                 title: 'Openmldb',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/openmldb.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/openmldb.html',
                             },
                             {
                                 title: 'DVC',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/dvc.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/dvc.html',
                             },
                             {
                                 title: 'Dinky',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/dinky.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/dinky.html',
                             },
                             {
                                 title: 'Java',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/java.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/java.html',
                             },
                             {
                                 title: 'SageMaker',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/sagemaker.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/sagemaker.html',
                             },
                             {
                                 title: 'ChunJun',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/chunjun.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/chunjun.html',
                             },
                             {
                                 title: 'Pytorch',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/pytorch.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/pytorch.html',
                             },
                             {
                                 title: 'Amazon DMS',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/dms.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/dms.html',
                             },
                             {
                                 title: 'AWS Datasync',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/datasync.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/datasync.html',
                             },
                             {
                                 title: 'Kubeflow',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/kubeflow.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/kubeflow.html',
                             },
                             {
                                 title: 'Apache Linkis',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/linkis.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/linkis.html',
                             },
                             {
                                 title: 'Remote Shell',
-                                link: 
'/en-us/docs/dev/user_doc/guide/task/remoteshell.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/task/remoteshell.html',
                             },
                             {
                                 title: 'DolphinDB',
-                                link: 
'/en-us/docs/dev/user_doc/guide/datasource/dolphindb.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/datasource/dolphindb.html',
                             },
                         ],
                     },
@@ -236,35 +236,35 @@ export default {
                         children: [
                             {
                                 title: 'Built-in Parameter',
-                                link: 
'/en-us/docs/dev/user_doc/guide/parameter/built-in.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/parameter/built-in.html',
                             },
                             {
                                 title: 'Global Parameter',
-                                link: 
'/en-us/docs/dev/user_doc/guide/parameter/global.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/parameter/global.html',
                             },
                             {
                                 title: 'Local Parameter',
-                                link: 
'/en-us/docs/dev/user_doc/guide/parameter/local.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/parameter/local.html',
                             },
                             {
                                 title: 'Project-level Parameter',
-                                link: 
'/en-us/docs/dev/user_doc/guide/parameter/project-parameter.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/parameter/project-parameter.html',
                             },
                             {
                                 title: 'Parameter Context',
-                                link: 
'/en-us/docs/dev/user_doc/guide/parameter/context.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/parameter/context.html',
                             },
                             {
                                 title: 'Parameter Priority',
-                                link: 
'/en-us/docs/dev/user_doc/guide/parameter/priority.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/parameter/priority.html',
                             },
                             {
                                 title: 'File Parameter',
-                                link: 
'/en-us/docs/dev/user_doc/guide/parameter/file-parameter.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/parameter/file-parameter.html',
                             },
                             {
                                 title: 'StartUp Parameter',
-                                link: 
'/en-us/docs/dev/user_doc/guide/parameter/startup-parameter.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/parameter/startup-parameter.html',
                             },
                         ],
                     },
@@ -273,95 +273,95 @@ export default {
                         children: [
                             {
                                 title: 'MySQL',
-                                link: 
'/en-us/docs/dev/user_doc/guide/datasource/mysql.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/datasource/mysql.html',
                             },
                             {
                                 title: 'PostgreSQL',
-                                link: 
'/en-us/docs/dev/user_doc/guide/datasource/postgresql.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/datasource/postgresql.html',
                             },
                             {
                                 title: 'HIVE',
-                                link: 
'/en-us/docs/dev/user_doc/guide/datasource/hive.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/datasource/hive.html',
                             },
                             {
                                 title: 'SNOWFLAKE',
-                                link: 
'/en-us/docs/dev/user_doc/guide/datasource/snowflake.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/datasource/snowflake.html',
                             },
                             {
                                 title: 'KYUUBI',
-                                link: 
'/en-us/docs/dev/user_doc/guide/datasource/kyuubi.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/datasource/kyuubi.html',
                             },
                             {
                                 title: 'Spark',
-                                link: 
'/en-us/docs/dev/user_doc/guide/datasource/spark.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/datasource/spark.html',
                             },
                             {
                                 title: 'Presto',
-                                link: 
'/en-us/docs/dev/user_doc/guide/datasource/presto.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/datasource/presto.html',
                             },
                             {
                                 title: 'SQL SERVER',
-                                link: 
'/en-us/docs/dev/user_doc/guide/datasource/sqlserver.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/datasource/sqlserver.html',
                             },
                             {
                                 title: 'Amazon Redshift',
-                                link: 
'/en-us/docs/dev/user_doc/guide/datasource/redshift.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/datasource/redshift.html',
                             },
                             {
                                 title: 'ClickHouse',
-                                link: 
'/en-us/docs/dev/user_doc/guide/datasource/clickhouse.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/datasource/clickhouse.html',
                             },
                             {
                                 title: 'IBM DB2',
-                                link: 
'/en-us/docs/dev/user_doc/guide/datasource/db2.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/datasource/db2.html',
                             },
                             {
                                 title: 'Oracle',
-                                link: 
'/en-us/docs/dev/user_doc/guide/datasource/oracle.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/datasource/oracle.html',
                             },
                             {
                                 title: 'Amazon Athena',
-                                link: 
'/en-us/docs/dev/user_doc/guide/datasource/athena.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/datasource/athena.html',
                             },
                             {
                                 title: 'Azure SQL Database',
-                                link: 
'/en-us/docs/dev/user_doc/guide/datasource/azure-sql.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/datasource/azure-sql.html',
                             },
                             {
                                 title: 'Trino',
-                                link: 
'/en-us/docs/dev/user_doc/guide/datasource/trino.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/datasource/trino.html',
                             },
                             {
                                 title: 'StarRocks',
-                                link: 
'/en-us/docs/dev/user_doc/guide/datasource/starrocks.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/datasource/starrocks.html',
                             },
                             {
                                 title: 'DAMENG',
-                                link: 
'/en-us/docs/dev/user_doc/guide/datasource/dameng.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/datasource/dameng.html',
                             },
                             {
                                 title: 'OceanBase',
-                                link: 
'/en-us/docs/dev/user_doc/guide/datasource/oceanbase.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/datasource/oceanbase.html',
                             },
                             {
                                 title: 'SSH',
-                                link: 
'/en-us/docs/dev/user_doc/guide/datasource/ssh.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/datasource/ssh.html',
                             },
                             {
                                 title: 'Databend',
-                                link: 
'/en-us/docs/dev/user_doc/guide/datasource/databend.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/datasource/databend.html',
                             },
                             {
                                 title: 'HANA',
-                                link: 
'/en-us/docs/dev/user_doc/guide/datasource/hana.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/datasource/hana.html',
                             },
                             {
                                 title: 'doris',
-                                link: 
'/en-us/docs/dev/user_doc/guide/datasource/doris.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/datasource/doris.html',
                             },
                             {
                                 title: 'Vertica',
-                                link: 
'/en-us/docs/dev/user_doc/guide/datasource/vertica.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/datasource/vertica.html',
                             }
                         ],
                     },
@@ -370,46 +370,46 @@ export default {
                         children: [
                             {
                                 title: 'Alert Component User Guide ',
-                                link: 
'/en-us/docs/dev/user_doc/guide/alert/alert_plugin_user_guide.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/alert/alert_plugin_user_guide.html',
                             },
                             {
                                 title: 'Email',
-                                link: 
'/en-us/docs/dev/user_doc/guide/alert/email.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/alert/email.html',
                             },
                             {
                                 title: 'Telegram',
-                                link: 
'/en-us/docs/dev/user_doc/guide/alert/telegram.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/alert/telegram.html',
                             },
                             {
                                 title: 'Ding Talk',
-                                link: 
'/en-us/docs/dev/user_doc/guide/alert/dingtalk.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/alert/dingtalk.html',
                             },
                             {
                                 title: 'Enterprise Wechat',
-                                link: 
'/en-us/docs/dev/user_doc/guide/alert/enterprise-wechat.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/alert/enterprise-wechat.html',
                             },
                             {
                                 title: 'Enterprise Webexteams',
-                                link: 
'/en-us/docs/dev/user_doc/guide/alert/enterprise-webexteams.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/alert/enterprise-webexteams.html',
                             },
                             {
                                 title: 'Script',
-                                link: 
'/en-us/docs/dev/user_doc/guide/alert/script.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/alert/script.html',
                             },
                             {
                                 title: 'Http',
-                                link: 
'/en-us/docs/dev/user_doc/guide/alert/http.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/alert/http.html',
                             },
                             {
                                 title: 'Feishu',
-                                link: 
'/en-us/docs/dev/user_doc/guide/alert/feishu.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/alert/feishu.html',
                             },
                             {
                                 title: 'Slack',
-                                link: 
'/en-us/docs/dev/user_doc/guide/alert/slack.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/alert/slack.html',
                             },{
                                 title: 'Aliyun Voice',
-                                link: 
'/en-us/docs/dev/user_doc/guide/alert/aliyun-voice.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/alert/aliyun-voice.html',
                             },
                         ],
                     },
@@ -418,36 +418,36 @@ export default {
                         children: [
                             {
                                 title: 'Introduction',
-                                link: 
'/en-us/docs/dev/user_doc/guide/resource/intro.html'
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/resource/intro.html'
                             },
                             {
                                 title: 'Configuration',
-                                link: 
'/en-us/docs/dev/user_doc/guide/resource/configuration.html'
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/resource/configuration.html'
                             },
                             {
                                 title: 'File Manage',
-                                link: 
'/en-us/docs/dev/user_doc/guide/resource/file-manage.html'
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/resource/file-manage.html'
                             },
                             {
                                 title: 'Task Group Manage',
-                                link: 
'/en-us/docs/dev/user_doc/guide/resource/task-group.html'
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/resource/task-group.html'
                             },
                         ],
                     },
                     {
                         title: 'Monitor',
-                        link: '/en-us/docs/dev/user_doc/guide/monitor.html',
+                        link: '/en-us/docs/3.3.1/user_doc/guide/monitor.html',
                     },
                     {
                         title: 'Security',
                         children: [
                             {
                                 title: 'Security (Authorization System)',
-                                link: 
'/en-us/docs/dev/user_doc/guide/security/security.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/security/security.html',
                             },
                             {
                                 title: 'Authentication Type',
-                                link: 
'/en-us/docs/dev/user_doc/guide/security/authentication-type.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/security/authentication-type.html',
                             }
                         ],
                     },
@@ -457,34 +457,34 @@ export default {
                         children: [
                             {
                                 title: 'Metrics',
-                                link: 
'/en-us/docs/dev/user_doc/guide/metrics/metrics.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/metrics/metrics.html',
                             }
                         ],
                     },
                     {
                         title: 'Remote Logging',
-                        link: 
'/en-us/docs/dev/user_doc/guide/remote-logging.html',
+                        link: 
'/en-us/docs/3.3.1/user_doc/guide/remote-logging.html',
                     },
                     {
                         title: 'Upgrade',
                         children: [
                             {
                                 title: 'Incompatible',
-                                link: 
'/en-us/docs/dev/user_doc/guide/upgrade/incompatible.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/upgrade/incompatible.html',
                             },
                             {
                                 title: 'Upgrade',
-                                link: 
'/en-us/docs/dev/user_doc/guide/upgrade/upgrade.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/upgrade/upgrade.html',
                             },
                         ],
                     },
                     {
                         title: 'Expansion and Reduction',
-                        link: 
'/en-us/docs/dev/user_doc/guide/expansion-reduction.html',
+                        link: 
'/en-us/docs/3.3.1/user_doc/guide/expansion-reduction.html',
                     },
                     {
                         title: 'Demo',
-                        link: '/en-us/docs/dev/user_doc/guide/demo.html',
+                        link: '/en-us/docs/3.3.1/user_doc/guide/demo.html',
                     },
                 ],
             },
@@ -493,34 +493,34 @@ export default {
                 children: [
                     {
                         title: 'Standalone Deployment',
-                        link: 
'/en-us/docs/dev/user_doc/guide/installation/standalone.html',
+                        link: 
'/en-us/docs/3.3.1/user_doc/guide/installation/standalone.html',
                     },
                     {
                         title: 'Pseudo Cluster Deployment',
-                        link: 
'/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.html',
+                        link: 
'/en-us/docs/3.3.1/user_doc/guide/installation/pseudo-cluster.html',
                     },
                     {
                         title: 'Cluster Deployment',
-                        link: 
'/en-us/docs/dev/user_doc/guide/installation/cluster.html',
+                        link: 
'/en-us/docs/3.3.1/user_doc/guide/installation/cluster.html',
                     },
                     {
                         title: 'Kubernetes Deployment',
-                        link: 
'/en-us/docs/dev/user_doc/guide/installation/kubernetes.html',
+                        link: 
'/en-us/docs/3.3.1/user_doc/guide/installation/kubernetes.html',
                     },
                     {
                         title: 'General Setting',
-                        link: 
'/en-us/docs/dev/user_doc/guide/installation/general-setting.html',
+                        link: 
'/en-us/docs/3.3.1/user_doc/guide/installation/general-setting.html',
                     },
                     {
                         title: 'Datasource Setting',
-                        link: 
'/en-us/docs/dev/user_doc/guide/installation/datasource-setting.html',
+                        link: 
'/en-us/docs/3.3.1/user_doc/guide/installation/datasource-setting.html',
                     },
                     {
                         title: 'integration',
                         children: [
                             {
                                 title: 'Rainbond Deployment',
-                                link: 
'/en-us/docs/dev/user_doc/guide/integration/rainbond.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/guide/integration/rainbond.html',
                             },
                         ],
                     },
@@ -531,27 +531,27 @@ export default {
                 children: [
                     {
                         title: 'Architecture Design',
-                        link: 
'/en-us/docs/dev/user_doc/architecture/design.html',
+                        link: 
'/en-us/docs/3.3.1/user_doc/architecture/design.html',
                     },
                     {
                         title: 'Metadata',
-                        link: 
'/en-us/docs/dev/user_doc/architecture/metadata.html',
+                        link: 
'/en-us/docs/3.3.1/user_doc/architecture/metadata.html',
                     },
                     {
                         title: 'Configuration File',
-                        link: 
'/en-us/docs/dev/user_doc/architecture/configuration.html',
+                        link: 
'/en-us/docs/3.3.1/user_doc/architecture/configuration.html',
                     },
                     {
                         title: 'Task Structure',
-                        link: 
'/en-us/docs/dev/user_doc/architecture/task-structure.html',
+                        link: 
'/en-us/docs/3.3.1/user_doc/architecture/task-structure.html',
                     },
                     {
                         title: 'Load Balance',
-                        link: 
'/en-us/docs/dev/user_doc/architecture/load-balance.html',
+                        link: 
'/en-us/docs/3.3.1/user_doc/architecture/load-balance.html',
                     },
                     {
                         title: 'Cache',
-                        link: 
'/en-us/docs/dev/user_doc/architecture/cache.html',
+                        link: 
'/en-us/docs/3.3.1/user_doc/architecture/cache.html',
                     },
                 ],
             },
@@ -560,15 +560,15 @@ export default {
                 children: [
                     {
                         title: 'Open API',
-                        link: 
'/en-us/docs/dev/user_doc/guide/api/open-api.html',
+                        link: 
'/en-us/docs/3.3.1/user_doc/guide/api/open-api.html',
                     },
                     {
                         title: 'PyDolphinScheduler',
-                        link: 
'/en-us/docs/dev/user_doc/guide/api/pydolphinscheduler.html',
+                        link: 
'/en-us/docs/3.3.1/user_doc/guide/api/pydolphinscheduler.html',
                     },
                     {
                         title: 'Health Check',
-                        link: 
'/en-us/docs/dev/user_doc/guide/api/healthcheck.html',
+                        link: 
'/en-us/docs/3.3.1/user_doc/guide/api/healthcheck.html',
                     },
                 ],
             },
@@ -580,73 +580,73 @@ export default {
                         children: [
                             {
                                 title: 'Security model',
-                                link: 
'/en-us/docs/dev/user_doc/contribute/join/security-model.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/contribute/join/security-model.html',
                             },
                             {
                                 title: 'Security Report',
-                                link: 
'/en-us/docs/dev/user_doc/contribute/join/security.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/contribute/join/security.html',
                             },
                             {
                                 title: 'How to Become a Committer',
-                                link: 
'/en-us/docs/dev/user_doc/contribute/join/become-a-committer.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/contribute/join/become-a-committer.html',
                             },
                             {
                                 title: 'Subscribe Mailing Lists',
-                                link: 
'/en-us/docs/dev/user_doc/contribute/join/subscribe.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/contribute/join/subscribe.html',
                             },
                             {
                                 title: 'Participate in Contributing',
-                                link: 
'/en-us/docs/dev/user_doc/contribute/join/contribute.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/contribute/join/contribute.html',
                             },
                             {
                                 title: 'Code of Conduct',
-                                link: 
'/en-us/docs/dev/user_doc/contribute/join/code-conduct.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/contribute/join/code-conduct.html',
                             },
                             {
                                 title: 'Review Issue or Pull Requests',
-                                link: 
'/en-us/docs/dev/user_doc/contribute/join/review.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/contribute/join/review.html',
                             },
                             {
                                 title: 'E2E Contribution Guide',
-                                link: 
'/en-us/docs/dev/user_doc/contribute/join/e2e-guide.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/contribute/join/e2e-guide.html',
                             },
                             {
                                 title: 'Submit Code',
-                                link: 
'/en-us/docs/dev/user_doc/contribute/join/submit-code.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/contribute/join/submit-code.html',
                             },
                             {
                                 title: 'License Notice',
-                                link: 
'/en-us/docs/dev/user_doc/contribute/join/DS-License.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/contribute/join/DS-License.html',
                             },
                             {
                                 title: 'Document Notice',
-                                link: 
'/en-us/docs/dev/user_doc/contribute/join/document.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/contribute/join/document.html',
                             },
                             {
                                 title: 'Issue Notice',
-                                link: 
'/en-us/docs/dev/user_doc/contribute/join/issue.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/contribute/join/issue.html',
                             },
                             {
                                 title: 'Pull Request Notice',
-                                link: 
'/en-us/docs/dev/user_doc/contribute/join/pull-request.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/contribute/join/pull-request.html',
                             },
                             {
                                 title: 'Commit Message Notice',
-                                link: 
'/en-us/docs/dev/user_doc/contribute/join/commit-message.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/contribute/join/commit-message.html',
                             },
                             {
                                 title: 'Micro BenchMark Notice',
-                                link: 
'/en-us/docs/dev/user_doc/contribute/join/microbench.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/contribute/join/microbench.html',
                             },
                             {
                                 title: 'Unit Test Writing Guide',
-                                link: 
'/en-us/docs/dev/user_doc/contribute/join/unit-test.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/contribute/join/unit-test.html',
                             },
                         ],
                     },
                     {
                         title: 'Development Environment Setup',
-                        link: 
'/en-us/docs/dev/user_doc/contribute/development-environment-setup.html',
+                        link: 
'/en-us/docs/3.3.1/user_doc/contribute/development-environment-setup.html',
                     },
                     {
                         title: 'Design Document',
@@ -657,27 +657,27 @@ export default {
                             // children: [
                             {
                                 title: 'Architecture Design',
-                                link: 
'/en-us/docs/dev/user_doc/contribute/architecture-design.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/contribute/architecture-design.html',
                             },
                             {
                                 title: 'Alert SPI',
-                                link: 
'/en-us/docs/dev/user_doc/contribute/backend/spi/alert.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/contribute/backend/spi/alert.html',
                             },
                             {
                                 title: 'Registry SPI',
-                                link: 
'/en-us/docs/dev/user_doc/contribute/backend/spi/registry.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/contribute/backend/spi/registry.html',
                             },
                             {
                                 title: 'Task SPI',
-                                link: 
'/en-us/docs/dev/user_doc/contribute/backend/spi/task.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/contribute/backend/spi/task.html',
                             },
                             {
                                 title: 'Datasource SPI',
-                                link: 
'/en-us/docs/dev/user_doc/contribute/backend/spi/datasource.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/contribute/backend/spi/datasource.html',
                             },
                             {
                                 title: 'Mechanism Design',
-                                link: 
'/en-us/docs/dev/user_doc/contribute/backend/mechanism/overview.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/contribute/backend/mechanism/overview.html',
                             },
                         ],
                     },
@@ -686,33 +686,33 @@ export default {
                         children: [
                             {
                                 title: 'Frontend Development',
-                                link: 
'/en-us/docs/dev/user_doc/contribute/frontend-development.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/contribute/frontend-development.html',
                             },
                             {
                                 title: 'API Standard',
-                                link: 
'/en-us/docs/dev/user_doc/contribute/api-standard.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/contribute/api-standard.html',
                             },
                             {
                                 title: 'E2E Automation Test',
-                                link: 
'/en-us/docs/dev/user_doc/contribute/e2e-test.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/contribute/e2e-test.html',
                             },
                             {
                                 title: 'API Automation Test',
-                                link: 
'/en-us/docs/dev/user_doc/contribute/api-test.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/contribute/api-test.html',
                             },
                             {
                                 title: 'Log Specification',
-                                link: 
'/en-us/docs/dev/user_doc/contribute/log-specification.html',
+                                link: 
'/en-us/docs/3.3.1/user_doc/contribute/log-specification.html',
                             },
                         ],
                     },
                     {
                         title: 'Releasing',
-                        link: 
'/en-us/docs/dev/user_doc/contribute/release.html',
+                        link: 
'/en-us/docs/3.3.1/user_doc/contribute/release.html',
                     },
                     {
                         title: 'Questions & Communications',
-                        link: 
'/en-us/docs/dev/user_doc/contribute/have-questions.html',
+                        link: 
'/en-us/docs/3.3.1/user_doc/contribute/have-questions.html',
                     },
                 ],
             },
@@ -721,7 +721,7 @@ export default {
                 children: [
                     {
                         title: 'DSIP',
-                        link: '/en-us/docs/dev/user_doc/DSIP.html',
+                        link: '/en-us/docs/3.3.1/user_doc/DSIP.html',
                     },
                 ],
             },
@@ -744,19 +744,19 @@ export default {
                 children: [
                     {
                         title: '简介',
-                        link: 
'/zh-cn/docs/dev/user_doc/about/introduction.html',
+                        link: 
'/zh-cn/docs/3.3.1/user_doc/about/introduction.html',
                     },
                     {
                         title: '特性',
-                        link: '/zh-cn/docs/dev/user_doc/about/features.html',
+                        link: '/zh-cn/docs/3.3.1/user_doc/about/features.html',
                     },
                     {
                         title: '建议配置',
-                        link: '/zh-cn/docs/dev/user_doc/about/hardware.html',
+                        link: '/zh-cn/docs/3.3.1/user_doc/about/hardware.html',
                     },
                     {
                         title: '名词解释',
-                        link: '/zh-cn/docs/dev/user_doc/about/glossary.html',
+                        link: '/zh-cn/docs/3.3.1/user_doc/about/glossary.html',
                     },
                 ],
             },
@@ -765,11 +765,11 @@ export default {
                 children: [
                     {
                         title: '快速上手',
-                        link: 
'/zh-cn/docs/dev/user_doc/guide/start/quick-start.html',
+                        link: 
'/zh-cn/docs/3.3.1/user_doc/guide/start/quick-start.html',
                     },
                     {
                         title: 'Docker部署(Docker)',
-                        link: 
'/zh-cn/docs/dev/user_doc/guide/start/docker.html',
+                        link: 
'/zh-cn/docs/3.3.1/user_doc/guide/start/docker.html',
                     },
                 ],
             },
@@ -778,30 +778,30 @@ export default {
                 children: [
                     {
                         title: '应用首页',
-                        link: '/zh-cn/docs/dev/user_doc/guide/homepage.html',
+                        link: '/zh-cn/docs/3.3.1/user_doc/guide/homepage.html',
                     },
                     {
                         title: '项目管理',
                         children: [
                             {
                                 title: '项目列表',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/project/project-list.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/project/project-list.html',
                             },
                             {
                                 title: '工作流定义',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/project/workflow-definition.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/project/workflow-definition.html',
                             },
                             {
                                 title: '工作流实例',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/project/workflow-instance.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/project/workflow-instance.html',
                             },
                             {
                                 title: '任务实例',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/project/task-instance.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/project/task-instance.html',
                             },
                             {
                                 title: '任务定义',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/project/task-definition.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/project/task-definition.html',
                             },
                         ]
                     },
@@ -810,143 +810,143 @@ export default {
                         children: [
                             {
                                 title: 'Appendix',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/appendix.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/appendix.html',
                             },
                             {
                                 title: 'Shell',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/shell.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/shell.html',
                             },
                             {
                                 title: 'SubWorkflow',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/sub-workflow.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/sub-workflow.html',
                             },
                             {
                                 title: 'Dependent',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/dependent.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/dependent.html',
                             },
                             {
                                 title: 'Stored Procedure',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/stored-procedure.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/stored-procedure.html',
                             },
                             {
                                 title: 'SQL',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/sql.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/sql.html',
                             },
                             {
                                 title: 'Spark',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/spark.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/spark.html',
                             },
                             {
                                 title: 'MapReduce',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/map-reduce.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/map-reduce.html',
                             },
                             {
                                 title: 'Python',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/python.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/python.html',
                             },
                             {
                                 title: 'Flink',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/flink.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/flink.html',
                             },
                             {
                                 title: 'HTTP',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/http.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/http.html',
                             },
                             {
                                 title: 'DataX',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/datax.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/datax.html',
                             },
                             {
                                 title: 'Sqoop',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/sqoop.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/sqoop.html',
                             },
                             {
                                 title: 'Conditions',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/conditions.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/conditions.html',
                             },
                             {
                                 title: 'Switch',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/switch.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/switch.html',
                             },
                             {
                                 title: 'SeaTunnel',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/seatunnel.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/seatunnel.html',
                             },
                             {
                                 title: 'Amazon EMR',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/emr.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/emr.html',
                             },
                             {
                                 title: 'Apache Zeppelin',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/zeppelin.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/zeppelin.html',
                             },
                             {
                                 title: 'Jupyter',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/jupyter.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/jupyter.html',
                             },
                             {
                                 title: 'Hive CLI',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/hive-cli.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/hive-cli.html',
                             },
                             {
                                 title: 'Kubernetes',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/kubernetes.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/kubernetes.html',
                             },
                             {
                                 title: 'MLflow',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/mlflow.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/mlflow.html',
                             },
                             {
                                 title: 'Openmldb',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/openmldb.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/openmldb.html',
                             },
                             {
                                 title: 'DVC',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/dvc.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/dvc.html',
                             },
                             {
                                 title: 'Dinky',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/dinky.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/dinky.html',
                             },
                             {
                                 title: 'Java',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/java.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/java.html',
                             },
                             {
                                 title: 'SageMaker',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/sagemaker.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/sagemaker.html',
                             },
                             {
                                 title: 'ChunJun',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/chunjun.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/chunjun.html',
                             },
                             {
                                 title: 'Pytorch',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/pytorch.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/pytorch.html',
                             },
                             {
                                 title: 'Amazon DMS',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/dms.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/dms.html',
                             },
                             {
                                 title: 'AWS Datasync',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/datasync.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/datasync.html',
                             },
                             {
                                 title: 'Kubeflow',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/kubeflow.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/kubeflow.html',
                             },
                             {
                                 title: 'Apache Linkis',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/linkis.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/linkis.html',
                             },
                             {
                                 title: 'Remote Shell',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/task/remoteshell.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/task/remoteshell.html',
                             },
                             {
                                 title: 'DolphinDB',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/datasource/dolphindb.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/datasource/dolphindb.html',
                             },
                         ],
                     },
@@ -955,35 +955,35 @@ export default {
                         children: [
                             {
                                 title: '内置参数',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/parameter/built-in.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/parameter/built-in.html',
                             },
                             {
                                 title: '全局参数',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/parameter/global.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/parameter/global.html',
                             },
                             {
                                 title: '本地参数',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/parameter/local.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/parameter/local.html',
                             },
                             {
                                 title: '项目级别参数',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/parameter/project-parameter.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/parameter/project-parameter.html',
                             },
                             {
                                 title: '参数传递',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/parameter/context.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/parameter/context.html',
                             },
                             {
                                 title: '参数优先级',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/parameter/priority.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/parameter/priority.html',
                             },
                             {
                                 title: '文件参数传递',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/parameter/file-parameter.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/parameter/file-parameter.html',
                             },
                             {
                                 title: '启动参数',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/parameter/startup-parameter.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/parameter/startup-parameter.html',
                             },
                         ],
                     },
@@ -992,79 +992,79 @@ export default {
                         children: [
                             {
                                 title: 'MySQL',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/datasource/mysql.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/datasource/mysql.html',
                             },
                             {
                                 title: 'PostgreSQL',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/datasource/postgresql.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/datasource/postgresql.html',
                             },
                             {
                                 title: 'HIVE',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/datasource/hive.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/datasource/hive.html',
                             },
                             {
                                 title: 'SNOWFLAKE',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/datasource/snowflake.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/datasource/snowflake.html',
                             },
                             {
                                 title: 'KYUUBI',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/datasource/kyuubi.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/datasource/kyuubi.html',
                             },
                             {
                                 title: 'Spark',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/datasource/spark.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/datasource/spark.html',
                             },
                             {
                                 title: 'Amazon Athena',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/datasource/athena.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/datasource/athena.html',
                             },
                             {
                                 title: 'Azure SQL Database',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/datasource/azure-sql.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/datasource/azure-sql.html',
                             },
                             {
                                 title: 'Redshift',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/datasource/redshift.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/datasource/redshift.html',
                             },
                             {
                                 title: 'Oracle',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/datasource/oracle.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/datasource/oracle.html',
                             },
                             {
                                 title: 'Trino',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/datasource/trino.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/datasource/trino.html',
                             },
                             {
                                 title: 'StarRocks',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/datasource/starrocks.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/datasource/starrocks.html',
                             },
                             {
                                 title: 'DAMENG',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/datasource/dameng.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/datasource/dameng.html',
                             },
                             {
                                 title: 'OceanBase',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/datasource/oceanbase.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/datasource/oceanbase.html',
                             },
                             {
                                 title: 'SSH',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/datasource/ssh.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/datasource/ssh.html',
                             },
                             {
                                 title: 'Databend',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/datasource/databend.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/datasource/databend.html',
                             },
                             {
                                 title: 'HANA',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/datasource/hana.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/datasource/hana.html',
                             },
                             {
                                 title: 'Doris',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/datasource/doris.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/datasource/doris.html',
                             },
                             {
                                 title: 'Vertica',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/datasource/vertica.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/datasource/vertica.html',
                             },
                         ],
                     },
@@ -1073,47 +1073,47 @@ export default {
                         children: [
                             {
                                 title: '告警组件向导',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/alert/alert_plugin_user_guide.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/alert/alert_plugin_user_guide.html',
                             },
                             {
                                 title: 'Email',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/alert/email.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/alert/email.html',
                             },
                             {
                                 title: 'Telegram',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/alert/telegram.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/alert/telegram.html',
                             },
                             {
                                 title: '钉钉告警',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/alert/dingtalk.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/alert/dingtalk.html',
                             },
                             {
                                 title: '企业微信',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/alert/enterprise-wechat.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/alert/enterprise-wechat.html',
                             },
                             {
                                 title: 'Webexteams',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/alert/enterprise-webexteams.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/alert/enterprise-webexteams.html',
                             },
                             {
                                 title: '脚本告警',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/alert/script.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/alert/script.html',
                             },
                             {
                                 title: 'Http告警',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/alert/http.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/alert/http.html',
                             },
                             {
                                 title: '飞书告警',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/alert/feishu.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/alert/feishu.html',
                             },
                             {
                                 title: 'Slack告警',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/alert/slack.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/alert/slack.html',
                             },
                             {
                                 title: '阿里云语音告警',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/alert/aliyun-voice.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/alert/aliyun-voice.html',
                             },
                         ],
                     },
@@ -1122,36 +1122,36 @@ export default {
                         children: [
                             {
                                 title: '简介',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/resource/intro.html'
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/resource/intro.html'
                             },
                             {
                                 title: '配置详情',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/resource/configuration.html'
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/resource/configuration.html'
                             },
                             {
                                 title: '文件管理',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/resource/file-manage.html'
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/resource/file-manage.html'
                             },
                             {
                                 title: '任务组管理',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/resource/task-group.html'
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/resource/task-group.html'
                             },
                         ],
                     },
                     {
                         title: '监控中心',
-                        link: '/zh-cn/docs/dev/user_doc/guide/monitor.html',
+                        link: '/zh-cn/docs/3.3.1/user_doc/guide/monitor.html',
                     },
                     {
                         title: '安全中心',
                         children: [
                             {
                                 title: '安全中心(权限系统)',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/security/security.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/security/security.html',
                             },
                             {
                                 title: '认证方式',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/security/authentication-type.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/security/authentication-type.html',
                             }
                         ],
                     },
@@ -1160,34 +1160,34 @@ export default {
                         children: [
                             {
                                 title: '指标',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/metrics/metrics.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/metrics/metrics.html',
                             }
                         ],
                     },
                     {
                         title: '远程日志存储',
-                        link: 
'/zh-cn/docs/dev/user_doc/guide/remote-logging.html',
+                        link: 
'/zh-cn/docs/3.3.1/user_doc/guide/remote-logging.html',
                     },
                     {
                         title: '升级',
                         children: [
                             {
                                 title: '不向前兼容的更新',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/upgrade/incompatible.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/upgrade/incompatible.html',
                             },
                             {
                                 title: '升级步骤',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/upgrade/upgrade.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/upgrade/upgrade.html',
                             },
                         ],
                     },
                     {
                         title: '扩/缩容',
-                        link: 
'/zh-cn/docs/dev/user_doc/guide/expansion-reduction.html',
+                        link: 
'/zh-cn/docs/3.3.1/user_doc/guide/expansion-reduction.html',
                     },
                     {
                         title: 'Demo',
-                        link: '/zh-cn/docs/dev/user_doc/guide/demo.html',
+                        link: '/zh-cn/docs/3.3.1/user_doc/guide/demo.html',
                     },
                 ],
             },
@@ -1196,34 +1196,34 @@ export default {
                 children: [
                     {
                         title: '单机部署(Standalone)',
-                        link: 
'/zh-cn/docs/dev/user_doc/guide/installation/standalone.html',
+                        link: 
'/zh-cn/docs/3.3.1/user_doc/guide/installation/standalone.html',
                     },
                     {
                         title: '伪集群部署(Pseudo-Cluster)',
-                        link: 
'/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.html',
+                        link: 
'/zh-cn/docs/3.3.1/user_doc/guide/installation/pseudo-cluster.html',
                     },
                     {
                         title: '集群部署(Cluster)',
-                        link: 
'/zh-cn/docs/dev/user_doc/guide/installation/cluster.html',
+                        link: 
'/zh-cn/docs/3.3.1/user_doc/guide/installation/cluster.html',
                     },
                     {
                         title: 'Kubernetes部署(Kubernetes)',
-                        link: 
'/zh-cn/docs/dev/user_doc/guide/installation/kubernetes.html',
+                        link: 
'/zh-cn/docs/3.3.1/user_doc/guide/installation/kubernetes.html',
                     },
                     {
                         title: '通用设置',
-                        link: 
'/zh-cn/docs/dev/user_doc/guide/installation/general-setting.html',
+                        link: 
'/zh-cn/docs/3.3.1/user_doc/guide/installation/general-setting.html',
                     },
                     {
                         title: '数据源设置',
-                        link: 
'/zh-cn/docs/dev/user_doc/guide/installation/datasource-setting.html',
+                        link: 
'/zh-cn/docs/3.3.1/user_doc/guide/installation/datasource-setting.html',
                     },
                     {
                         title: '集成',
                         children: [
                             {
                                 title: '基于Rainbond部署(Cluster)',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/integration/rainbond.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/guide/integration/rainbond.html',
                             },
                         ],
                     },
@@ -1234,27 +1234,27 @@ export default {
                 children: [
                     {
                         title: '元数据文档',
-                        link: 
'/zh-cn/docs/dev/user_doc/architecture/metadata.html',
+                        link: 
'/zh-cn/docs/3.3.1/user_doc/architecture/metadata.html',
                     },
                     {
                         title: '架构设计',
-                        link: 
'/zh-cn/docs/dev/user_doc/architecture/design.html',
+                        link: 
'/zh-cn/docs/3.3.1/user_doc/architecture/design.html',
                     },
                     {
                         title: '配置文件',
-                        link: 
'/zh-cn/docs/dev/user_doc/architecture/configuration.html',
+                        link: 
'/zh-cn/docs/3.3.1/user_doc/architecture/configuration.html',
                     },
                     {
                         title: '任务结构',
-                        link: 
'/zh-cn/docs/dev/user_doc/architecture/task-structure.html',
+                        link: 
'/zh-cn/docs/3.3.1/user_doc/architecture/task-structure.html',
                     },
                     {
                         title: '负载均衡',
-                        link: 
'/zh-cn/docs/dev/user_doc/architecture/load-balance.html',
+                        link: 
'/zh-cn/docs/3.3.1/user_doc/architecture/load-balance.html',
                     },
                     {
                         title: '缓存',
-                        link: 
'/zh-cn/docs/dev/user_doc/architecture/cache.html',
+                        link: 
'/zh-cn/docs/3.3.1/user_doc/architecture/cache.html',
                     },
                 ],
             },
@@ -1263,15 +1263,15 @@ export default {
                 children: [
                     {
                         title: 'API调用',
-                        link: 
'/zh-cn/docs/dev/user_doc/guide/api/open-api.html',
+                        link: 
'/zh-cn/docs/3.3.1/user_doc/guide/api/open-api.html',
                     },
                     {
                         title: 'PyDolphinScheduler',
-                        link: 
'/zh-cn/docs/dev/user_doc/guide/api/pydolphinscheduler.html',
+                        link: 
'/zh-cn/docs/3.3.1/user_doc/guide/api/pydolphinscheduler.html',
                     },
                     {
                         title: '健康检查',
-                        link: 
'/zh-cn/docs/dev/user_doc/guide/api/healthcheck.html',
+                        link: 
'/zh-cn/docs/3.3.1/user_doc/guide/api/healthcheck.html',
                     },
                 ],
             },
@@ -1283,100 +1283,100 @@ export default {
                         children: [
                             {
                                 title: '安全模型',
-                                link: 
'/zh-cn/docs/dev/user_doc/contribute/join/security-model.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/contribute/join/security-model.html',
                             },
                             {
                                 title: '报告安全问题',
-                                link: 
'/zh-cn/docs/dev/user_doc/contribute/join/security.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/contribute/join/security.html',
                             },
                             {
                                 title: '如何成为 Committer',
-                                link: 
'/zh-cn/docs/dev/user_doc/contribute/join/become-a-committer.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/contribute/join/become-a-committer.html',
                             },
                             {
                                 title: '订阅/取消订阅邮件列表',
-                                link: 
'/zh-cn/docs/dev/user_doc/contribute/join/subscribe.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/contribute/join/subscribe.html',
                             },
                             {
                                 title: '参与贡献',
-                                link: 
'/zh-cn/docs/dev/user_doc/contribute/join/contribute.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/contribute/join/contribute.html',
                             },
                             {
                                 title: '行为准则',
-                                link: 
'/zh-cn/docs/dev/user_doc/contribute/join/code-conduct.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/contribute/join/code-conduct.html',
                             },
                             {
                                 title: 'Review Issue or Pull Requests',
-                                link: 
'/zh-cn/docs/dev/user_doc/contribute/join/review.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/contribute/join/review.html',
                             },
                             {
                                 title: 'E2E Contribution Guide',
-                                link: 
'/zh-cn/docs/dev/user_doc/contribute/join/e2e-guide.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/contribute/join/e2e-guide.html',
                             },
                             {
                                 title: '提交代码',
-                                link: 
'/zh-cn/docs/dev/user_doc/contribute/join/submit-code.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/contribute/join/submit-code.html',
                             },
                             {
                                 title: 'License须知',
-                                link: 
'/zh-cn/docs/dev/user_doc/contribute/join/DS-License.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/contribute/join/DS-License.html',
                             },
                             {
                                 title: '文档须知',
-                                link: 
'/zh-cn/docs/dev/user_doc/contribute/join/document.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/contribute/join/document.html',
                             },
                             {
                                 title: 'Issue须知',
-                                link: 
'/zh-cn/docs/dev/user_doc/contribute/join/issue.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/contribute/join/issue.html',
                             },
                             {
                                 title: 'Pull Request须知',
-                                link: 
'/zh-cn/docs/dev/user_doc/contribute/join/pull-request.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/contribute/join/pull-request.html',
                             },
                             {
                                 title: 'Commit Message须知',
-                                link: 
'/zh-cn/docs/dev/user_doc/contribute/join/commit-message.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/contribute/join/commit-message.html',
                             },
                             {
                                 title: '微基准测试须知',
-                                link: 
'/zh-cn/docs/dev/user_doc/contribute/join/microbench.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/contribute/join/microbench.html',
                             },
                             {
                                 title: '单元测试编写指南',
-                                link: 
'/zh-cn/docs/dev/user_doc/contribute/join/unit-test.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/contribute/join/unit-test.html',
                             },
                         ],
                     },
                     {
                         title: '环境搭建',
-                        link: 
'/zh-cn/docs/dev/user_doc/contribute/development-environment-setup.html',
+                        link: 
'/zh-cn/docs/3.3.1/user_doc/contribute/development-environment-setup.html',
                     },
                     {
                         title: '设计文档',
                         children: [
                             {
                                 title: '架构设计',
-                                link: 
'/zh-cn/docs/dev/user_doc/contribute/architecture-design.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/contribute/architecture-design.html',
                             },
                             {
                                 title: 'Alert SPI',
-                                link: 
'/zh-cn/docs/dev/user_doc/contribute/backend/spi/alert.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/contribute/backend/spi/alert.html',
                             },
                             {
                                 title: 'Registry SPI',
-                                link: 
'/zh-cn/docs/dev/user_doc/contribute/backend/spi/registry.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/contribute/backend/spi/registry.html',
                             },
                             {
                                 title: 'Task SPI',
-                                link: 
'/zh-cn/docs/dev/user_doc/contribute/backend/spi/task.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/contribute/backend/spi/task.html',
                             },
                             {
                                 title: 'Datasource SPI',
-                                link: 
'/zh-cn/docs/dev/user_doc/contribute/backend/spi/datasource.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/contribute/backend/spi/datasource.html',
                             },
                             {
                                 title: '组件设计',
-                                link: 
'/zh-cn/docs/dev/user_doc/contribute/backend/mechanism/overview.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/contribute/backend/mechanism/overview.html',
                             },
                         ],
                     },
@@ -1385,33 +1385,33 @@ export default {
                         children: [
                             {
                                 title: '前端开发',
-                                link: 
'/zh-cn/docs/dev/user_doc/contribute/frontend-development.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/contribute/frontend-development.html',
                             },
                             {
                                 title: 'API规范',
-                                link: 
'/zh-cn/docs/dev/user_doc/contribute/api-standard.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/contribute/api-standard.html',
                             },
                             {
                                 title: 'E2E 自动化测试',
-                                link: 
'/zh-cn/docs/dev/user_doc/contribute/e2e-test.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/contribute/e2e-test.html',
                             },
                             {
                                 title: 'API 自动化测试',
-                                link: 
'/zh-cn/docs/dev/user_doc/contribute/api-test.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/contribute/api-test.html',
                             },
                             {
                                 title: '日志规范',
-                                link: 
'/zh-cn/docs/dev/user_doc/contribute/log-specification.html',
+                                link: 
'/zh-cn/docs/3.3.1/user_doc/contribute/log-specification.html',
                             },
                         ],
                     },
                     {
                         title: '发版',
-                        link: 
'/zh-cn/docs/dev/user_doc/contribute/release.html',
+                        link: 
'/zh-cn/docs/3.3.1/user_doc/contribute/release.html',
                     },
                     {
                         title: '问题与交流',
-                        link: 
'/zh-cn/docs/dev/user_doc/contribute/have-questions.html',
+                        link: 
'/zh-cn/docs/3.3.1/user_doc/contribute/have-questions.html',
                     },
                 ],
             },
@@ -1420,7 +1420,7 @@ export default {
                 children: [
                     {
                         title: 'DSIP',
-                        link: '/zh-cn/docs/dev/user_doc/DSIP.html',
+                        link: '/zh-cn/docs/3.3.1/user_doc/DSIP.html',
                     },
                 ],
             },
diff --git a/docs/docs/en/contribute/release.md 
b/docs/docs/en/contribute/release.md
index a80cff5e3b..bcbfe49eaf 100644
--- a/docs/docs/en/contribute/release.md
+++ b/docs/docs/en/contribute/release.md
@@ -176,8 +176,8 @@ SVN_DIR=<PATH-TO-SVN-ROOT>  # to keep binary package 
checkout from SVN, the sub
 
 > Note: We can use the variable directly in you bash after we set environment, 
 > without changing anything. For example, we
 > can use command `git clone -b "${VERSION}"-prepare 
 > https://github.com/apache/dolphinscheduler.git` to clone the release branch
-> and it can be successful by converting the `"${VERSION}"` to 
`<THE-VERSION-YOU-RELEASE>`. But you have to change `<VERSION>` manually in
-> some of not bash step like [vote mail](#vote-procedure), we are using 
`<VERSION>` instead of `"${VERSION}"` to notice release
+> and it can be successful by converting the `"${VERSION}"` to 
`<THE-VERSION-YOU-RELEASE>`. But you have to change `3.3.1` manually in
+> some of not bash step like [vote mail](#vote-procedure), we are using 
`3.3.1` instead of `"${VERSION}"` to notice release
 > manager they have to change by hand.
 
 ### Update Documentation or Code Version
@@ -198,7 +198,7 @@ We need to update some documentation before the Maven 
release. For example, to r
   - `config`
     - `install-plugins.sh`: `dev-SNAPSHOT` needs to be updated to x.y.z
 - Version in the docs:
-  - Change the placeholder `<version>`(except `pom`) to the `x.y.z` in 
directory `docs`
+  - Change the placeholder `3.3.1`(except `pom`) to the `x.y.z` in directory 
`docs`
   - Add new history version
     - `docs/docs/en/history-versions.md` and 
`docs/docs/zh/history-versions.md`: Add the new version and link for `x.y.z`
   - `docs/configs/docsdev.js`: change `/dev/` to `/x.y.z/`, **DO NOT** change 
this filename, is will be auto change by website tools.
@@ -360,7 +360,7 @@ svn --username="${A_USERNAME}" commit -m "release 
${VERSION}"
 
 #### Check source package
 
-Decompress `apache-dolphinscheduler-<VERSION>-src.tar.gz` then check the 
following items:
+Decompress `apache-dolphinscheduler-3.3.1-src.tar.gz` then check the following 
items:
 
 - Check whether source tarball is oversized for including nonessential files
 - `LICENSE` and `NOTICE` files exist
@@ -373,7 +373,7 @@ Decompress `apache-dolphinscheduler-<VERSION>-src.tar.gz` 
then check the followi
 
 #### Check binary packages
 
-Decompress `apache-dolphinscheduler-<VERSION>-bin.tar.gz` to check the 
following items:
+Decompress `apache-dolphinscheduler-3.3.1-bin.tar.gz` to check the following 
items:
 
 - `LICENSE` and `NOTICE` files exist
 - Correct year in `NOTICE` file
@@ -409,7 +409,7 @@ Announce the vote result: send the result vote e-mail to 
`[email protected]
 Title:
 
 ```txt
-[VOTE] Release Apache DolphinScheduler <VERSION>
+[VOTE] Release Apache DolphinScheduler 3.3.1
 ```
 
 Body:
@@ -417,15 +417,15 @@ Body:
 ```txt
 Hello DolphinScheduler Community,
 
-This is a call for vote to release Apache DolphinScheduler version <VERSION>
+This is a call for vote to release Apache DolphinScheduler version 3.3.1
 
-Release notes: 
https://github.com/apache/dolphinscheduler/releases/tag/<VERSION>
+Release notes: https://github.com/apache/dolphinscheduler/releases/tag/3.3.1
 
-The release candidates: 
https://dist.apache.org/repos/dist/dev/dolphinscheduler/<VERSION>/
+The release candidates: 
https://dist.apache.org/repos/dist/dev/dolphinscheduler/3.3.1/
 
 Maven 2 staging repository: 
https://repository.apache.org/content/repositories/<STAGING.REPOSITORY>/org/apache/dolphinscheduler/
 
-Git tag for the release: 
https://github.com/apache/dolphinscheduler/tree/<VERSION>
+Git tag for the release: https://github.com/apache/dolphinscheduler/tree/3.3.1
 
 Release Commit ID: 
https://github.com/apache/dolphinscheduler/commit/<SHA-VALUE>
 
@@ -456,13 +456,13 @@ Checklist for reference:
 Title:
 
 ```txt
-[RESULT][VOTE] Release Apache DolphinScheduler <VERSION>
+[RESULT][VOTE] Release Apache DolphinScheduler 3.3.1
 ```
 
 Body:
 
 ```txt
-The vote to release Apache DolphinScheduler <VERSION> has passed.Here is the 
vote result,
+The vote to release Apache DolphinScheduler 3.3.1 has passed.Here is the vote 
result,
 
 4 PMC member +1 votes:
 
@@ -495,19 +495,19 @@ and then find DolphinScheduler in [apache staging 
repositories](https://reposito
 ### Update Document
 
 Website should be present before you send the announce mail this section will 
tell you how to change the website. For example,
-the release version is `<VERSION>`, the following updates are required(note it 
will take effect immediately when the PR is merged):
+the release version is `3.3.1`, the following updates are required(note it 
will take effect immediately when the PR is merged):
 
 - Repository **apache/dolphinscheduler-website**:
-  - `config/download.json`: add the download of the `<VERSION>` release package
-  - `scripts/conf.sh`: Add new release version `<VERSION>` key-value pair to 
variable `DEV_RELEASE_DOCS_VERSIONS`
+  - `config/download.json`: add the download of the `3.3.1` release package
+  - `scripts/conf.sh`: Add new release version `3.3.1` key-value pair to 
variable `DEV_RELEASE_DOCS_VERSIONS`
 - Repository **apache/dolphinscheduler** (dev branch):
   - `docs/configs/site.js`:
-    - `docsLatest`: update to `<VERSION>`
-    - `docs0`: The `text` of two places of `en-us/zh-cn` needs to be updated 
to `latest(<VERSION>)`
-  - `docs/configs/index.md.jsx`: Add `<VERSION>: docsxyzConfig` and add new 
`import` for the new `docsxyzConfig`
-  - `docs/docs/en/history-versions.md` and `docs/docs/zh/history-versions.md`: 
Add new `<VERSION>` release docs.
+    - `docsLatest`: update to `3.3.1`
+    - `docs0`: The `text` of two places of `en-us/zh-cn` needs to be updated 
to `latest(3.3.1)`
+  - `docs/configs/index.md.jsx`: Add `3.3.1: docsxyzConfig` and add new 
`import` for the new `docsxyzConfig`
+  - `docs/docs/en/history-versions.md` and `docs/docs/zh/history-versions.md`: 
Add new `3.3.1` release docs.
   - `.github/ISSUE_TEMPLATE/bug-report.yml`: DolphinScheduler's GitHub 
[bug-report](https://github.com/apache/dolphinscheduler/blob/dev/.github/ISSUE_TEMPLATE/bug-report.yml)
-    issue template have **Version** selection bottom. So after released we 
should add the new `<VERSION>` to
+    issue template have **Version** selection bottom. So after released we 
should add the new `3.3.1` to
     bug-report.yml
 
 ### Publish Docker Image and Helm Chart
@@ -528,7 +528,7 @@ Announcement e-mail template as below:
 Title:
 
 ```txt
-[ANNOUNCE] Release Apache DolphinScheduler <VERSION>
+[ANNOUNCE] Release Apache DolphinScheduler 3.3.1
 ```
 
 Body:
@@ -536,7 +536,7 @@ Body:
 ```txt
 Hi all,
 
-We are glad to announce the release of Apache DolphinScheduler <VERSION>. Once 
again I would like to express my thanks to your help.
+We are glad to announce the release of Apache DolphinScheduler 3.3.1. Once 
again I would like to express my thanks to your help.
 
 Dolphin Scheduler is a distributed and easy-to-extend visual workflow 
scheduler system,
 dedicated to solving the complex task dependencies in data processing, making 
the scheduler system out of the box for data processing.
@@ -544,14 +544,14 @@ dedicated to solving the complex task dependencies in 
data processing, making th
 
 Download Links: https://dolphinscheduler.apache.org/en-us/download
 
-Release Notes: 
https://github.com/apache/dolphinscheduler/releases/tag/<VERSION>
+Release Notes: https://github.com/apache/dolphinscheduler/releases/tag/3.3.1
 
 Website: https://dolphinscheduler.apache.org/
 
 DolphinScheduler Resources:
 - Issue: https://github.com/apache/dolphinscheduler/issues/
 - Mailing list: [email protected]
-- Documents: 
https://dolphinscheduler.apache.org/en-us/docs/<VERSION>/about/introduction
+- Documents: 
https://dolphinscheduler.apache.org/en-us/docs/3.3.1/about/introduction
 ```
 
 ## Remove prepare branch
diff --git a/docs/docs/en/faq.md b/docs/docs/en/faq.md
index 58fea98726..cb63d611bd 100644
--- a/docs/docs/en/faq.md
+++ b/docs/docs/en/faq.md
@@ -280,7 +280,7 @@ A : Will hive pom
 <dependency>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-jdbc</artifactId>
-    <version>2.3.9</version>
+    3.3.12.3.9</version>
 </dependency>
 ```
 
@@ -290,7 +290,7 @@ change into
 <dependency>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-jdbc</artifactId>
-    <version>1.1.0</version>
+    3.3.11.1.0</version>
 </dependency>
 ```
 
@@ -484,7 +484,7 @@ A: 1, Edit project root dir maven config file, remove scope 
test property so tha
 <dependency>
        <groupId>mysql</groupId>
        <artifactId>mysql-connector-java</artifactId>
-       <version>${mysql.connector.version}</version>
+       3.3.1${mysql.connector.version}</version>
        <scope>test<scope>
 </dependency>
 ```
diff --git a/docs/docs/en/guide/expansion-reduction.md 
b/docs/docs/en/guide/expansion-reduction.md
index 5c9dd7d1d2..5634f82ea0 100644
--- a/docs/docs/en/guide/expansion-reduction.md
+++ b/docs/docs/en/guide/expansion-reduction.md
@@ -30,9 +30,9 @@ Attention: DolphinScheduler itself does not depend on Hadoop, 
Hive, Spark, but w
 mkdir -p /opt
 cd /opt
 # decompress
-tar -zxvf apache-dolphinscheduler-<version>-bin.tar.gz -C /opt 
+tar -zxvf apache-dolphinscheduler-3.3.1-bin.tar.gz -C /opt 
 cd /opt
-mv apache-dolphinscheduler-<version>-bin  dolphinscheduler
+mv apache-dolphinscheduler-3.3.1-bin  dolphinscheduler
 ```
 
 ```markdown
diff --git a/docs/docs/en/guide/installation/kubernetes.md 
b/docs/docs/en/guide/installation/kubernetes.md
index d2f25c3434..e94bf59363 100644
--- a/docs/docs/en/guide/installation/kubernetes.md
+++ b/docs/docs/en/guide/installation/kubernetes.md
@@ -16,7 +16,7 @@ If you are a new hand and want to experience DolphinScheduler 
functions, we reco
 
 ```bash
 # Choose the corresponding version yourself
-helm upgrade --install dolphinscheduler --create-namespace --namespace 
dolphinscheduler oci://registry-1.docker.io/apache/dolphinscheduler-helm 
--version <version>
+helm upgrade --install dolphinscheduler --create-namespace --namespace 
dolphinscheduler oci://registry-1.docker.io/apache/dolphinscheduler-helm 
--version 3.3.1
 ```
 
 These commands are used to deploy DolphinScheduler on the Kubernetes cluster 
by default. The [Appendix-Configuration](#appendix-configuration) section lists 
the parameters that can be configured during installation.
@@ -98,7 +98,7 @@ helm install keda kedacore/keda \
 Secondly, you need to set `worker.keda.enabled` to `true` in `values.yaml` or 
install the chart by:
 
 ```bash
-helm upgrade --install dolphinscheduler --create-namespace --namespace 
dolphinscheduler oci://registry-1.docker.io/apache/dolphinscheduler-helm 
--version <version> --set worker.keda.enabled=true
+helm upgrade --install dolphinscheduler --create-namespace --namespace 
dolphinscheduler oci://registry-1.docker.io/apache/dolphinscheduler-helm 
--version 3.3.1 --set worker.keda.enabled=true
 ```
 
 Once autoscaling enabled, the number of workers will scale between 
`minReplicaCount` and `maxReplicaCount` based on the states
@@ -219,9 +219,9 @@ kubectl scale --replicas=6 sts dolphinscheduler-worker -n 
test # with test names
 2. Create a new `Dockerfile` to add MySQL driver:
 
 ```
-FROM 
dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-<service>:<version>
+FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-<service>:3.3.1
 # For example
-# FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-tools:<version>
+# FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-tools:3.3.1
 
 # Attention Please, If the build is dolphinscheduler-tools image
 # You need to change the following line to: COPY 
mysql-connector-java-8.0.16.jar /opt/dolphinscheduler/tools/libs
@@ -270,9 +270,9 @@ externalDatabase:
 2. Create a new `Dockerfile` to add MySQL or Oracle driver:
 
 ```
-FROM 
dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-<service>:<version>
+FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-<service>:3.3.1
 # For example
-# FROM 
dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-worker:<version>
+# FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-worker:3.3.1
 
 # If you want to support MySQL Datasource
 COPY mysql-connector-java-8.0.16.jar /opt/dolphinscheduler/libs
@@ -302,7 +302,7 @@ docker build -t 
apache/dolphinscheduler-<service>:new-driver .
 1. Create a new `Dockerfile` to install pip:
 
 ```
-FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-worker:<version>
+FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-worker:3.3.1
 COPY requirements.txt /tmp
 RUN apt-get update && \
     apt-get install -y --no-install-recommends python-pip && \
@@ -337,7 +337,7 @@ docker build -t apache/dolphinscheduler-worker:pip .
 1. Create a new `Dockerfile` to install Python 3:
 
 ```
-FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-worker:<version>
+FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-worker:3.3.1
 RUN apt-get update && \
     apt-get install -y --no-install-recommends python3 && \
     rm -rf /var/lib/apt/lists/*
@@ -490,15 +490,15 @@ For example, if you need to deploy worker to both CPU and 
GPU servers in a clust
 
 ```bash
 # Install master, api-server, alert-server, and other default components, but 
do not install worker
-helm upgrade --install dolphinscheduler --create-namespace --namespace 
dolphinscheduler oci://registry-1.docker.io/apache/dolphinscheduler-helm 
--version <version> --set worker.enabled=false
+helm upgrade --install dolphinscheduler --create-namespace --namespace 
dolphinscheduler oci://registry-1.docker.io/apache/dolphinscheduler-helm 
--version 3.3.1 --set worker.enabled=false
 # Disable the installation of other components, only install worker, use the 
self-built CPU image, deploy to CPU servers with the `x86` label through 
nodeselector, and use zookeeper as the external registry center
-helm upgrade --install dolphinscheduler-cpu-worker --create-namespace 
--namespace dolphinscheduler 
oci://registry-1.docker.io/apache/dolphinscheduler-helm --version <version> \
+helm upgrade --install dolphinscheduler-cpu-worker --create-namespace 
--namespace dolphinscheduler 
oci://registry-1.docker.io/apache/dolphinscheduler-helm --version 3.3.1 \
      --set minio.enabled=false --set postgresql.enabled=false --set 
zookeeper.enabled=false \
      --set master.enabled=false  --set api.enabled=false --set 
alert.enabled=false \
      --set worker.enabled=true --set image.tag=latest-cpu --set 
worker.nodeSelector.cpu="x86" \
      --set externalRegistry.registryPluginName=zookeeper --set 
externalRegistry.registryServers=dolphinscheduler-zookeeper:2181
 # Disable the installation of other components, only install worker, use the 
self-built GPU image, deploy to GPU servers with the `a100` label through 
nodeselector, and use zookeeper as the external registry center
-helm upgrade --install dolphinscheduler-gpu-worker --create-namespace 
--namespace dolphinscheduler 
oci://registry-1.docker.io/apache/dolphinscheduler-helm --version <version> \
+helm upgrade --install dolphinscheduler-gpu-worker --create-namespace 
--namespace dolphinscheduler 
oci://registry-1.docker.io/apache/dolphinscheduler-helm --version 3.3.1 \
      --set minio.enabled=false --set postgresql.enabled=false --set 
zookeeper.enabled=false \
      --set master.enabled=false  --set api.enabled=false --set 
alert.enabled=false \
      --set worker.enabled=true --set image.tag=latest-gpu --set 
worker.nodeSelector.gpu="a100" \
diff --git a/docs/docs/en/guide/installation/standalone.md 
b/docs/docs/en/guide/installation/standalone.md
index 74b276df70..e3268a54d4 100644
--- a/docs/docs/en/guide/installation/standalone.md
+++ b/docs/docs/en/guide/installation/standalone.md
@@ -12,7 +12,7 @@ If you want to deploy DolphinScheduler in production, we 
recommend you follow [c
 ## Preparation
 
 - JDK:download [JDK][jdk] (1.8 or 11), install and configure environment 
variable `JAVA_HOME` and append `bin` dir (included in `JAVA_HOME`) to `PATH` 
variable. You can skip this step if it already exists in your environment.
-- Binary package: download the DolphinScheduler binary package at [download 
page](https://dolphinscheduler.apache.org/en-us/download/<version>).  <!-- 
markdown-link-check-disable-line -->
+- Binary package: download the DolphinScheduler binary package at [download 
page](https://dolphinscheduler.apache.org/en-us/download/3.3.1).  <!-- 
markdown-link-check-disable-line -->
 
 ## Download Plugin Dependencies
 
diff --git a/docs/docs/en/guide/start/docker.md 
b/docs/docs/en/guide/start/docker.md
index f29bcd5c75..5f7e32c221 100644
--- a/docs/docs/en/guide/start/docker.md
+++ b/docs/docs/en/guide/start/docker.md
@@ -19,7 +19,7 @@ Start DolphinScheduler with standalone-server Docker images 
is the easiest way t
 you can learn DolphinScheduler's concepts and usage, with minimal cost.
 
 ```shell
-$ DOLPHINSCHEDULER_VERSION=<version>
+$ DOLPHINSCHEDULER_VERSION=3.3.1
 $ docker run --name dolphinscheduler-standalone-server -p 12345:12345 -p 
25333:25333 -d 
apache/dolphinscheduler-standalone-server:"${DOLPHINSCHEDULER_VERSION}"
 ```
 
@@ -37,11 +37,11 @@ be stored on disks after you change docker-compose 
configuration, and it is robu
 DolphinScheduler in a long term. You have to install 
[docker-compose](https://docs.docker.com/compose/install/) before you
 start servers.
 
-After complete the installation, get the `docker-compose.yaml` file from 
[download page](https://dolphinscheduler.apache.org/en-us/download/<version>)
+After complete the installation, get the `docker-compose.yaml` file from 
[download page](https://dolphinscheduler.apache.org/en-us/download/3.3.1)
 form its source package, and make sure you get the right version. After 
download the package, you can run the commands as below.
 
 ```shell
-$ DOLPHINSCHEDULER_VERSION=<version>
+$ DOLPHINSCHEDULER_VERSION=3.3.1
 $ tar -zxf apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src.tar.gz
 # Going to docker-compose's location
 # For Mac or Linux users
@@ -68,7 +68,7 @@ $ docker-compose --profile all up -d
 container when it up. You could start DolphinScheduler server separately if 
you want to reuse your exists services.
 
 ```shell
-$ DOLPHINSCHEDULER_VERSION=<version>
+$ DOLPHINSCHEDULER_VERSION=3.3.1
 # Initialize the database, make sure database <DATABASE> already exists
 $ docker run -d --name dolphinscheduler-tools \
     -e DATABASE="postgresql" \
@@ -134,5 +134,5 @@ and use `admin` and `dolphinscheduler123` as default 
username and password in th
 
 You can modify some environment variables to change configurations when you 
are starting servers through Docker. We have
 an example in [using exists PostgreSQL 
ZooKeeper](#using-exists-postgresql-zookeeper) to change database and ZooKeeper 
configurations,
-and you could find all environment variables in [all environment 
variables](https://github.com/apache/dolphinscheduler/blob/<version>/script/env/dolphinscheduler_env.sh)
 <!-- markdown-link-check-disable-line -->
+and you could find all environment variables in [all environment 
variables](https://github.com/apache/dolphinscheduler/blob/3.3.1/script/env/dolphinscheduler_env.sh)
 <!-- markdown-link-check-disable-line -->
 and change them if you want.
diff --git a/docs/docs/en/history-versions.md b/docs/docs/en/history-versions.md
index 0c08cdb8f9..72c0cb2738 100644
--- a/docs/docs/en/history-versions.md
+++ b/docs/docs/en/history-versions.md
@@ -4,6 +4,10 @@
 
 #### Setup instructions,  are available for each stable version of Apache 
DolphinScheduler below:
 
+### Versions: 3.3.1
+
+#### Links: [3.3.1](../3.3.1/user_doc/about/introduction.md)
+
 ### Versions: 3.3.0-alpha
 
 #### Links: [3.3.0-alpha 
Document](../3.3.0-alpha/user_doc/about/introduction.md)
diff --git a/docs/docs/zh/contribute/release.md 
b/docs/docs/zh/contribute/release.md
index 842569cf41..e564506a2e 100644
--- a/docs/docs/zh/contribute/release.md
+++ b/docs/docs/zh/contribute/release.md
@@ -182,7 +182,7 @@ SVN_DIR=<PATH-TO-SVN-ROOT>  # to keep binary package 
checkout from SVN, the sub
 
 > 注意:设置环境变量后,我们可以直接在你的 bash 中使用该变量,而无需更改任何内容。例如,我们可以直接使用命令 `git clone -b 
 > "${VERSION}"-prepare https://github.com/apache/dolphinscheduler.git`
 > 来克隆发布分支,他会自动将其中的 `"${VERSION}"` 转化成你设置的值 `<THE-VERSION-YOU-RELEASE>`。 
 > 但是您必须在一些非 bash 步骤中手动更改
-> `<VERSION>` 为对应的版本号,例如发起投票中的内容。我们使用 `<VERSION>` 而不是 `"${VERSION}"` 来提示 
release manager 他们必须手动更改这部分内容
+> `3.3.1` 为对应的版本号,例如发起投票中的内容。我们使用 `3.3.1` 而不是 `"${VERSION}"` 来提示 release 
manager 他们必须手动更改这部分内容
 
 ### 更新文档和代码的版本
 
@@ -202,7 +202,7 @@ SVN_DIR=<PATH-TO-SVN-ROOT>  # to keep binary package 
checkout from SVN, the sub
   - `config`
     - `install-plugins.sh`: `version` 版本 `dev-SNAPSHOT` 更新为 x.y.z
 - 修改文档(docs 模块)中的版本号:
-  - 将 `docs` 文件夹下文件的占位符 `<version>` (除了 pom.xml 相关的) 修改成 `x.y.z`
+  - 将 `docs` 文件夹下文件的占位符 `3.3.1` (除了 pom.xml 相关的) 修改成 `x.y.z`
   - 新增历史版本
     - `docs/docs/en/history-versions.md` 和 `docs/docs/zh/history-versions.md`: 
增加新的历史版本为 `x.y.z`
   - 修改文档 sidebar
@@ -366,7 +366,7 @@ svn --username="${A_USERNAME}" commit -m "release 
${VERSION}"
 
 #### 检查源码包的文件内容
 
-解压缩`apache-dolphinscheduler-<VERSION>-src.tar.gz`,进行如下检查:
+解压缩`apache-dolphinscheduler-3.3.1-src.tar.gz`,进行如下检查:
 
 - 检查源码包是否包含由于包含不必要文件,致使 tarball 过于庞大
 - 存在`LICENSE`和`NOTICE`文件
@@ -379,7 +379,7 @@ svn --username="${A_USERNAME}" commit -m "release 
${VERSION}"
 
 #### 检查二进制包的文件内容
 
-解压缩`apache-dolphinscheduler-<VERSION>-bin.tar.gz`进行如下检查:
+解压缩`apache-dolphinscheduler-3.3.1-bin.tar.gz`进行如下检查:
 
 - 存在`LICENSE`和`NOTICE`文件
 - 所有文本文件开头都有 ASF 许可证
@@ -414,7 +414,7 @@ DolphinScheduler 社区投票,发起投票邮件到`[email protected]
 标题:
 
 ```txt
-[VOTE] Release Apache DolphinScheduler <VERSION>
+[VOTE] Release Apache DolphinScheduler 3.3.1
 ```
 
 正文:
@@ -422,15 +422,15 @@ DolphinScheduler 社区投票,发起投票邮件到`[email protected]
 ```txt
 Hello DolphinScheduler Community,
 
-This is a call for vote to release Apache DolphinScheduler version <VERSION>
+This is a call for vote to release Apache DolphinScheduler version 3.3.1
 
-Release notes: 
https://github.com/apache/dolphinscheduler/releases/tag/<VERSION>
+Release notes: https://github.com/apache/dolphinscheduler/releases/tag/3.3.1
 
-The release candidates: 
https://dist.apache.org/repos/dist/dev/dolphinscheduler/<VERSION>/
+The release candidates: 
https://dist.apache.org/repos/dist/dev/dolphinscheduler/3.3.1/
 
 Maven 2 staging repository: 
https://repository.apache.org/content/repositories/<STAGING.REPOSITORY>/org/apache/dolphinscheduler/
 
-Git tag for the release: 
https://github.com/apache/dolphinscheduler/tree/<VERSION>
+Git tag for the release: https://github.com/apache/dolphinscheduler/tree/3.3.1
 
 Release Commit ID: 
https://github.com/apache/dolphinscheduler/commit/<SHA-VALUE>
 
@@ -461,11 +461,11 @@ Checklist for reference:
 Title:
 
 ```txt
-[RESULT][VOTE] Release Apache DolphinScheduler <VERSION>
+[RESULT][VOTE] Release Apache DolphinScheduler 3.3.1
 ```
 
 ```txt
-The vote to release Apache DolphinScheduler <VERSION> has passed.Here is the 
vote result,
+The vote to release Apache DolphinScheduler 3.3.1 has passed.Here is the vote 
result,
 
 4 PMC member +1 votes:
 
@@ -497,17 +497,17 @@ svn delete -m "remove old release" 
https://dist.apache.org/repos/dist/release/do
 
 ### 更新文档
 
-官网应该在您发送通知邮件之前完成更新,本节将告诉您如何更改网站。假设发版的版本是 `<VERSION>`,需要进行以下更新(注意,当修改 pull 
requests 被 merge 后就会生效):
+官网应该在您发送通知邮件之前完成更新,本节将告诉您如何更改网站。假设发版的版本是 `3.3.1`,需要进行以下更新(注意,当修改 pull requests 
被 merge 后就会生效):
 
 - **apache/dolphinscheduler-website** 仓库:
-  - `config/download.json`: 增加 `<VERSION>` 版本发布包的下载
-  - `scripts/conf.sh`: 在变量 `DEV_RELEASE_DOCS_VERSIONS` 中增加版本为 `<VERSION>` 的新键值对
+  - `config/download.json`: 增加 `3.3.1` 版本发布包的下载
+  - `scripts/conf.sh`: 在变量 `DEV_RELEASE_DOCS_VERSIONS` 中增加版本为 `3.3.1` 的新键值对
 - **apache/dolphinscheduler** 仓库 (dev 分支):
   - `docs/configs/site.js`:
-    - `docsLatest`: 更新为 `<VERSION>`
-    - `docs0`: 两处 `en-us/zh-cn` 的 `text` 更新为 `latest(<VERSION>)`
-  - `docs/configs/index.md.jsx`: 增加 `'<VERSION>': docsxyzConfig,` 以及新的 `import`
-  - `docs/docs/en/history-versions.md` 和 `docs/docs/zh/history-versions.md`: 
增加新的发版版本 `<VERSION>` 的链接
+    - `docsLatest`: 更新为 `3.3.1`
+    - `docs0`: 两处 `en-us/zh-cn` 的 `text` 更新为 `latest(3.3.1)`
+  - `docs/configs/index.md.jsx`: 增加 `'3.3.1': docsxyzConfig,` 以及新的 `import`
+  - `docs/docs/en/history-versions.md` 和 `docs/docs/zh/history-versions.md`: 
增加新的发版版本 `3.3.1` 的链接
   - `.github/ISSUE_TEMPLATE/bug-report.yml`: DolphinScheduler 在 GitHub bug 
report 的 issue 中有版本选择,当有新的版本发版后,需要更新
     
[bug-report](https://github.com/apache/dolphinscheduler/blob/dev/.github/ISSUE_TEMPLATE/bug-report.yml)
 中的 **Version** 部分。
 
@@ -527,7 +527,7 @@ svn delete -m "remove old release" 
https://dist.apache.org/repos/dist/release/do
 标题:
 
 ```txt
-[ANNOUNCE] Release Apache DolphinScheduler <VERSION>
+[ANNOUNCE] Release Apache DolphinScheduler 3.3.1
 ```
 
 正文:
@@ -535,7 +535,7 @@ svn delete -m "remove old release" 
https://dist.apache.org/repos/dist/release/do
 ```txt
 Hi all,
 
-We are glad to announce the release of Apache DolphinScheduler <VERSION>. Once 
again I would like to express my thanks to your help.
+We are glad to announce the release of Apache DolphinScheduler 3.3.1. Once 
again I would like to express my thanks to your help.
 
 Dolphin Scheduler is a distributed and easy-to-extend visual workflow 
scheduler system,
 dedicated to solving the complex task dependencies in data processing, making 
the scheduler system out of the box for data processing.
@@ -543,14 +543,14 @@ dedicated to solving the complex task dependencies in 
data processing, making th
 
 Download Links: https://dolphinscheduler.apache.org/zh-cn/download
 
-Release Notes: 
https://github.com/apache/dolphinscheduler/releases/tag/<VERSION>
+Release Notes: https://github.com/apache/dolphinscheduler/releases/tag/3.3.1
 
 Website: https://dolphinscheduler.apache.org/
 
 DolphinScheduler Resources:
 - Issue: https://github.com/apache/dolphinscheduler/issues/
 - Mailing list: [email protected]
-- Documents: 
https://dolphinscheduler.apache.org/zh-cn/docs/<VERSION>/about/introduction
+- Documents: 
https://dolphinscheduler.apache.org/zh-cn/docs/3.3.1/about/introduction
 ```
 
 ## 删除prepare分支
diff --git a/docs/docs/zh/faq.md b/docs/docs/zh/faq.md
index f88476f116..93bf4dab69 100644
--- a/docs/docs/zh/faq.md
+++ b/docs/docs/zh/faq.md
@@ -251,7 +251,7 @@ A: 将 hive pom
 <dependency>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-jdbc</artifactId>
-    <version>2.3.9</version>
+    3.3.12.3.9</version>
 </dependency>
 ```
 
@@ -261,7 +261,7 @@ A: 将 hive pom
 <dependency>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-jdbc</artifactId>
-    <version>1.1.0</version>
+    3.3.11.1.0</version>
 </dependency>
 ```
 
@@ -455,7 +455,7 @@ A:1,修改项目根目录 maven 配置文件,移除 scope 的 test 属性
 <dependency>
        <groupId>mysql</groupId>
        <artifactId>mysql-connector-java</artifactId>
-       <version>${mysql.connector.version}</version>
+       3.3.1${mysql.connector.version}</version>
        <scope>test<scope>
 </dependency>
 ```
diff --git a/docs/docs/zh/guide/expansion-reduction.md 
b/docs/docs/zh/guide/expansion-reduction.md
index ad27e32a35..97a455a5c2 100644
--- a/docs/docs/zh/guide/expansion-reduction.md
+++ b/docs/docs/zh/guide/expansion-reduction.md
@@ -30,9 +30,9 @@
 mkdir -p /opt
 cd /opt
 # 解压缩
-tar -zxvf apache-dolphinscheduler-<version>-bin.tar.gz -C /opt 
+tar -zxvf apache-dolphinscheduler-3.3.1-bin.tar.gz -C /opt 
 cd /opt
-mv apache-dolphinscheduler-<version>-bin  dolphinscheduler
+mv apache-dolphinscheduler-3.3.1-bin  dolphinscheduler
 ```
 
 ```markdown
diff --git a/docs/docs/zh/guide/installation/kubernetes.md 
b/docs/docs/zh/guide/installation/kubernetes.md
index c7a1de5337..8db3573f30 100644
--- a/docs/docs/zh/guide/installation/kubernetes.md
+++ b/docs/docs/zh/guide/installation/kubernetes.md
@@ -16,7 +16,7 @@ Kubernetes 部署目的是在 Kubernetes 集群中部署 DolphinScheduler 服务
 
 ```bash
 # 自行选择对应的版本
-helm upgrade --install dolphinscheduler --create-namespace --namespace 
dolphinscheduler oci://registry-1.docker.io/apache/dolphinscheduler-helm 
--version <version>
+helm upgrade --install dolphinscheduler --create-namespace --namespace 
dolphinscheduler oci://registry-1.docker.io/apache/dolphinscheduler-helm 
--version 3.3.1
 ```
 
 这些命令以默认配置在 Kubernetes 集群上部署 
DolphinScheduler,[附录-配置](#appendix-configuration)部分列出了可以在安装过程中配置的参数 <!-- 
markdown-link-check-disable-line -->
@@ -98,7 +98,7 @@ helm install keda kedacore/keda \
 其次,您需要将 `values.yaml` 中的 `worker.keda.enabled` 配置设置成 `true`,或者您可以通过以下命令安装 
chart:
 
 ```bash
-helm upgrade --install dolphinscheduler --create-namespace --namespace 
dolphinscheduler oci://registry-1.docker.io/apache/dolphinscheduler-helm 
--version <version> --set worker.keda.enabled=true
+helm upgrade --install dolphinscheduler --create-namespace --namespace 
dolphinscheduler oci://registry-1.docker.io/apache/dolphinscheduler-helm 
--version 3.3.1 --set worker.keda.enabled=true
 ```
 
 一旦自动扩缩容功能启用,worker的数量将基于任务状态在 `minReplicaCount` 和 `maxReplicaCount` 之间弹性扩缩。
@@ -218,9 +218,9 @@ kubectl scale --replicas=6 sts dolphinscheduler-worker -n 
test # with test names
 2. 创建一个新的 `Dockerfile`,用于添加 MySQL 的驱动包:
 
 ```
-FROM 
dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-<service>:<version>
+FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-<service>:3.3.1
 # 例如
-# FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-tools:<version>
+# FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-tools:3.3.1
 
 # 注意,如果构建的是dolphinscheduler-tools镜像
 # 需要将下面一行修改为COPY mysql-connector-java-8.0.16.jar 
/opt/dolphinscheduler/tools/libs
@@ -269,9 +269,9 @@ externalDatabase:
 2. 创建一个新的 `Dockerfile`,用于添加 MySQL 或者 Oracle 驱动包:
 
 ```
-FROM 
dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-<service>:<version>
+FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-<service>:3.3.1
 # 例如
-# FROM 
dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-worker:<version>
+# FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-worker:3.3.1
 
 # 如果你想支持 MySQL 数据源
 COPY mysql-connector-java-8.0.16.jar /opt/dolphinscheduler/libs
@@ -301,7 +301,7 @@ docker build -t 
apache/dolphinscheduler-<service>:new-driver .
 1. 创建一个新的 `Dockerfile`,用于安装 pip:
 
 ```
-FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-worker:<version>
+FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-worker:3.3.1
 COPY requirements.txt /tmp
 RUN apt-get update && \
     apt-get install -y --no-install-recommends python-pip && \
@@ -336,7 +336,7 @@ docker build -t apache/dolphinscheduler-worker:pip .
 1. 创建一个新的 `Dockerfile`,用于安装 Python 3:
 
 ```
-FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-worker:<version>
+FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-worker:3.3.1
 RUN apt-get update && \
     apt-get install -y --no-install-recommends python3 && \
     rm -rf /var/lib/apt/lists/*
@@ -489,15 +489,15 @@ common:
 
 ```bash
 # 安装 master、api-server、alert-server以及其他默认组件,但是不安装 worker
-helm upgrade --install dolphinscheduler --create-namespace --namespace 
dolphinscheduler oci://registry-1.docker.io/apache/dolphinscheduler-helm 
--version <version> --set worker.enabled=false
+helm upgrade --install dolphinscheduler --create-namespace --namespace 
dolphinscheduler oci://registry-1.docker.io/apache/dolphinscheduler-helm 
--version 3.3.1 --set worker.enabled=false
 # 禁用其他组件的安装,只安装 worker,使用自行建构建的 CPU镜像,通过 nodeselector部署到附带 x86标签的 CPU服务器,使用 
zookeeper作为外部注册中心
-helm upgrade --install dolphinscheduler-cpu-worker --create-namespace 
--namespace dolphinscheduler 
oci://registry-1.docker.io/apache/dolphinscheduler-helm --version <version> \
+helm upgrade --install dolphinscheduler-cpu-worker --create-namespace 
--namespace dolphinscheduler 
oci://registry-1.docker.io/apache/dolphinscheduler-helm --version 3.3.1 \
      --set minio.enabled=false --set postgresql.enabled=false --set 
zookeeper.enabled=false \
      --set master.enabled=false  --set api.enabled=false --set 
alert.enabled=false \
      --set worker.enabled=true --set image.tag=latest-cpu --set 
worker.nodeSelector.cpu="x86" \
      --set externalRegistry.registryPluginName=zookeeper --set 
externalRegistry.registryServers=dolphinscheduler-zookeeper:2181
 # 禁用其他组件的安装,只安装 worker,使用自行建构建的 GPU 镜像,通过 nodeselector部署到附带 a100标签的 
gpu服务器,使用zookeeper作为外部注册中心
-helm upgrade --install dolphinscheduler-gpu-worker --create-namespace 
--namespace dolphinscheduler 
oci://registry-1.docker.io/apache/dolphinscheduler-helm --version <version> \
+helm upgrade --install dolphinscheduler-gpu-worker --create-namespace 
--namespace dolphinscheduler 
oci://registry-1.docker.io/apache/dolphinscheduler-helm --version 3.3.1 \
      --set minio.enabled=false --set postgresql.enabled=false --set 
zookeeper.enabled=false \
      --set master.enabled=false  --set api.enabled=false --set 
alert.enabled=false \
      --set worker.enabled=true --set image.tag=latest-gpu --set 
worker.nodeSelector.gpu="a100" \
diff --git a/docs/docs/zh/guide/installation/standalone.md 
b/docs/docs/zh/guide/installation/standalone.md
index e64c8f8b53..d7b657dee8 100644
--- a/docs/docs/zh/guide/installation/standalone.md
+++ b/docs/docs/zh/guide/installation/standalone.md
@@ -10,7 +10,7 @@ Standalone 仅适用于 DolphinScheduler 的快速体验.
 ## 前置准备工作
 
 - JDK:下载[JDK][jdk] (1.8 or 11),安装并配置 `JAVA_HOME` 环境变量,并将其下的 `bin` 目录追加到 `PATH` 
环境变量中。如果你的环境中已存在,可以跳过这步。
-- 二进制包:在[下载页面](https://dolphinscheduler.apache.org/en-us/download/<version>)下载 
DolphinScheduler 二进制包  <!-- markdown-link-check-disable-line -->
+- 二进制包:在[下载页面](https://dolphinscheduler.apache.org/en-us/download/3.3.1)下载 
DolphinScheduler 二进制包  <!-- markdown-link-check-disable-line -->
 
 ## 下载插件依赖
 
diff --git a/docs/docs/zh/guide/start/docker.md 
b/docs/docs/zh/guide/start/docker.md
index 2a3a577a73..b4f69d09dd 100644
--- a/docs/docs/zh/guide/start/docker.md
+++ b/docs/docs/zh/guide/start/docker.md
@@ -18,7 +18,7 @@
 你可以最快速的体验到 DolphinScheduler 的大部分功能,了解主要和概念和内容。
 
 ```shell
-$ DOLPHINSCHEDULER_VERSION=<version>
+$ DOLPHINSCHEDULER_VERSION=3.3.1
 $ docker run --name dolphinscheduler-standalone-server -p 12345:12345 -p 
25333:25333 -d 
apache/dolphinscheduler-standalone-server:"${DOLPHINSCHEDULER_VERSION}"
 ```
 
@@ -33,11 +33,11 @@ $ docker run --name dolphinscheduler-standalone-server -p 
12345:12345 -p 25333:2
 服务重启的时候保留元数据(如需要挂载到本地路径需要做指定)。他更健壮,能保证用户体验更加完整的 DolphinScheduler 服务。这种方式需要先安装
 [docker-compose](https://docs.docker.com/compose/install/),链接适用于 
Mac,Linux,Windows。
 
-确保 docker-compose 顺利安装后,需要获取 `docker-compose.yaml` 
文件,通过[下载页面](https://dolphinscheduler.apache.org/en-us/download/<version>)
+确保 docker-compose 顺利安装后,需要获取 `docker-compose.yaml` 
文件,通过[下载页面](https://dolphinscheduler.apache.org/en-us/download/3.3.1)
 下载对应版本源码包可能是最快的方法,当下载完源码后就可以运行命令进行部署了。
 
 ```shell
-$ DOLPHINSCHEDULER_VERSION=<version>
+$ DOLPHINSCHEDULER_VERSION=3.3.1
 $ tar -zxf apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src.tar.gz
 # Mac Linux 用户
 $ cd apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src/deploy/docker
@@ -61,7 +61,7 @@ $ docker-compose --profile all up -d
 ZooKeeper 且不想启动新的服务,可以使用这个方式分别启动 DolphinScheduler 容器。
 
 ```shell
-$ DOLPHINSCHEDULER_VERSION=<version>
+$ DOLPHINSCHEDULER_VERSION=3.3.1
 # 初始化数据库,其确保数据库 <DATABASE> 已经存在
 $ docker run -d --name dolphinscheduler-tools \
     -e DATABASE="postgresql" \
diff --git a/docs/docs/zh/history-versions.md b/docs/docs/zh/history-versions.md
index 9d424de5b3..14fc058074 100644
--- a/docs/docs/zh/history-versions.md
+++ b/docs/docs/zh/history-versions.md
@@ -4,6 +4,10 @@
 
 #### 以下是Apache DolphinScheduler每个稳定版本的设置说明。
 
+### Versions: 3.3.1
+
+#### Links: [3.3.1](../3.3.1/user_doc/about/introduction.md)
+
 ### Versions: 3.3.0-alpha
 
 #### Links: [3.3.0-alpha 
Document](../3.3.0-alpha/user_doc/about/introduction.md)
diff --git 
a/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_h2.sql 
b/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_h2.sql
index 869c6c1ff3..c1d00c55f1 100644
--- a/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_h2.sql
+++ b/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_h2.sql
@@ -1060,7 +1060,7 @@ CREATE TABLE t_ds_version
 -- Records of t_ds_version
 -- ----------------------------
 INSERT INTO t_ds_version
-VALUES ('1', '3.3.0');
+VALUES ('1', '3.3.1');
 
 
 -- ----------------------------
diff --git 
a/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql 
b/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql
index 6cf0127d2c..1ec718f015 100644
--- a/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql
+++ b/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql
@@ -1042,7 +1042,7 @@ CREATE TABLE `t_ds_version` (
 -- ----------------------------
 -- Records of t_ds_version
 -- ----------------------------
-INSERT IGNORE INTO `t_ds_version` VALUES ('1', '3.3.0');
+INSERT IGNORE INTO `t_ds_version` VALUES ('1', '3.3.1');
 
 
 -- ----------------------------
diff --git 
a/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_postgresql.sql 
b/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_postgresql.sql
index 487f5da3a5..60632a539f 100644
--- 
a/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_postgresql.sql
+++ 
b/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_postgresql.sql
@@ -1070,7 +1070,7 @@ INSERT INTO t_ds_queue(queue_name, queue, create_time, 
update_time)
 VALUES ('default', 'default', '2018-11-29 10:22:33', '2018-11-29 10:22:33');
 
 -- Records of t_ds_queue,default queue name : default
-INSERT INTO t_ds_version(version) VALUES ('3.3.0');
+INSERT INTO t_ds_version(version) VALUES ('3.3.1');
 
 --
 -- Table structure for table t_ds_plugin_define
diff --git a/dolphinscheduler-dao/src/main/resources/sql/soft_version 
b/dolphinscheduler-dao/src/main/resources/sql/soft_version
index 15a2799817..bea438e9ad 100644
--- a/dolphinscheduler-dao/src/main/resources/sql/soft_version
+++ b/dolphinscheduler-dao/src/main/resources/sql/soft_version
@@ -1 +1 @@
-3.3.0
+3.3.1
diff --git a/dolphinscheduler-dist/release-docs/NOTICE 
b/dolphinscheduler-dist/release-docs/NOTICE
index 2df3f86071..f5623889d7 100644
--- a/dolphinscheduler-dist/release-docs/NOTICE
+++ b/dolphinscheduler-dist/release-docs/NOTICE
@@ -1,5 +1,5 @@
 Apache DolphinScheduler
-Copyright 2019-2024 The Apache Software Foundation
+Copyright 2019-2025 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/script/install-plugins.sh b/script/install-plugins.sh
index ece1a6f033..9156e1ac34 100755
--- a/script/install-plugins.sh
+++ b/script/install-plugins.sh
@@ -24,8 +24,8 @@ set -eo pipefail
 # get ds home
 DOLPHINSCHEDULER_HOME=$(cd $(dirname $0);cd ../;pwd)
 
-# plugins default version is dev-SNAPSHOT, you can also choose a custom 
version. eg: dev-SNAPSHOT: bash install-plugins.sh dev-SNAPSHOT
-version=dev-SNAPSHOT
+# plugins default version is 3.3.1, you can also choose a custom version. eg: 
3.3.1: bash install-plugins.sh 3.3.1
+version=3.3.1
 
 if [ -n "$1" ]; then
   version="$1"


Reply via email to