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

SbloodyS pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 7b336490c6 [Chore] Release 3.4.2 (#18317)
7b336490c6 is described below

commit 7b336490c6c8b37fb533417786fa8e619f04ed88
Author: Wenjun Ruan <[email protected]>
AuthorDate: Thu Jun 4 09:27:12 2026 +0800

    [Chore] Release 3.4.2 (#18317)
---
 .github/ISSUE_TEMPLATE/bug-report.yml | 1 +
 docs/configs/index.md.jsx             | 2 ++
 docs/configs/site.js                  | 6 +++---
 docs/docs/en/history-versions.md      | 4 ++++
 docs/docs/zh/history-versions.md      | 4 ++++
 5 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml 
b/.github/ISSUE_TEMPLATE/bug-report.yml
index b09274831a..c04e94682f 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -104,6 +104,7 @@ body:
         - 3.3.2
         - 3.4.0
         - 3.4.1
+        - 3.4.2
     validations:
       required: true
 
diff --git a/docs/configs/index.md.jsx b/docs/configs/index.md.jsx
index fbe6ec0b08..9dd6c67c56 100644
--- a/docs/configs/index.md.jsx
+++ b/docs/configs/index.md.jsx
@@ -68,6 +68,7 @@ import docs330Config from 
'../../../site_config/docs3-3-0-alpha';
 import docs331Config from '../../../site_config/docs3-3-1';
 import docs332Config from '../../../site_config/docs3-3-2';
 import docs340Config from '../../../site_config/docs3-4-0';
+import docs341Config from '../../../site_config/docs3-4-1';
 import docsDevConfig from '../../../site_config/docsdev';
 
 const docsSource = {
@@ -113,6 +114,7 @@ const docsSource = {
   '3.3.2': docs332Config,
   '3.4.0': docs340Config,
   '3.4.1': docs341Config,
+  '3.4.2': docs342Config,
   dev: docsDevConfig,
 };
 
diff --git a/docs/configs/site.js b/docs/configs/site.js
index 1e00e268af..cdc4ecd226 100644
--- a/docs/configs/site.js
+++ b/docs/configs/site.js
@@ -24,7 +24,7 @@ export default {
   port: 8080,
   domain: 'dolphinscheduler.apache.org',
   copyToDist: ['asset', 'img', 'file', '.asf.yaml', 'sitemap.xml', 
'.nojekyll', '.htaccess', 'googled0df7b96f277a143.html'],
-  docsLatest: '3.4.1',
+  docsLatest: '3.4.2',
   defaultSearch: 'google', // default search engine
   defaultLanguage: 'en-us',
   'en-us': {
@@ -45,7 +45,7 @@ export default {
         children: [
           {
             key: 'docs0',
-            text: 'latest(3.4.1)',
+            text: 'latest(3.4.2)',
             link: '/en-us/docs/latest/user_doc/about/introduction.html',
           },
           {
@@ -173,7 +173,7 @@ export default {
         children: [
           {
             key: 'docs0',
-            text: '最新版本latest(3.4.1)',
+            text: '最新版本latest(3.4.2)',
             link: '/zh-cn/docs/latest/user_doc/about/introduction.html',
           },
           {
diff --git a/docs/docs/en/history-versions.md b/docs/docs/en/history-versions.md
index 9ad12f68da..10469b0e4e 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.4.2
+
+#### Links: [3.4.2 Document](../3.4.2/user_doc/about/introduction.md)
+
 ### Versions: 3.4.1
 
 #### Links: [3.4.1 Document](../3.4.1/user_doc/about/introduction.md)
diff --git a/docs/docs/zh/history-versions.md b/docs/docs/zh/history-versions.md
index 6ee8ba680b..72e95342f4 100644
--- a/docs/docs/zh/history-versions.md
+++ b/docs/docs/zh/history-versions.md
@@ -4,6 +4,10 @@
 
 #### 以下是Apache DolphinScheduler每个稳定版本的设置说明。
 
+### Versions: 3.4.2
+
+#### Links: [3.4.2 Document](../3.4.2/user_doc/about/introduction.md)
+
 ### Versions: 3.4.1
 
 #### Links: [3.4.1 Document](../3.4.1/user_doc/about/introduction.md)

Reply via email to