You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ch...@apache.org on 2023/05/30 02:37:05 UTC

[dolphinscheduler] branch dev updated: chore: Release version 3.0.6 (#14234)

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

chufenggao 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 7226edd04e chore: Release version 3.0.6 (#14234)
7226edd04e is described below

commit 7226edd04eded9ca5a7c16f4b5c92b1aa904e29d
Author: Jay Chung <zh...@gmail.com>
AuthorDate: Tue May 30 10:36:58 2023 +0800

    chore: Release version 3.0.6 (#14234)
---
 docs/configs/index.md.jsx        | 2 ++
 docs/configs/site.js             | 8 ++++----
 docs/docs/en/history-versions.md | 4 ++++
 docs/docs/zh/history-versions.md | 4 ++++
 4 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/docs/configs/index.md.jsx b/docs/configs/index.md.jsx
index 0e622e9e03..34577c60cb 100644
--- a/docs/configs/index.md.jsx
+++ b/docs/configs/index.md.jsx
@@ -50,6 +50,7 @@ import docs302Config from '../../../site_config/docs3-0-2';
 import docs303Config from '../../../site_config/docs3-0-3';
 import docs304Config from '../../../site_config/docs3-0-4';
 import docs305Config from '../../../site_config/docs3-0-5';
+import docs306Config from '../../../site_config/docs3-0-6';
 import docs310Config from '../../../site_config/docs3-1-0';
 import docs311Config from '../../../site_config/docs3-1-1';
 import docs312Config from '../../../site_config/docs3-1-2';
@@ -84,6 +85,7 @@ const docsSource = {
   '3.0.3': docs303Config,
   '3.0.4': docs304Config,
   '3.0.5': docs305Config,
+  '3.0.6': docs306Config,
   '3.1.0': docs310Config,
   '3.1.1': docs311Config,
   '3.1.2': docs312Config,
diff --git a/docs/configs/site.js b/docs/configs/site.js
index eb5611dd18..33c85ded39 100644
--- a/docs/configs/site.js
+++ b/docs/configs/site.js
@@ -50,8 +50,8 @@ export default {
           },
           {
             key: 'docs1',
-            text: '3.0.5',
-            link: '/en-us/docs/3.0.5/user_doc/about/introduction.html',
+            text: '3.0.6',
+            link: '/en-us/docs/3.0.6/user_doc/about/introduction.html',
           },
           {
             key: 'docs2',
@@ -178,8 +178,8 @@ export default {
           },
           {
             key: 'docs1',
-            text: '3.0.5',
-            link: '/zh-cn/docs/3.0.5/user_doc/about/introduction.html',
+            text: '3.0.6',
+            link: '/zh-cn/docs/3.0.6/user_doc/about/introduction.html',
           },
           {
             key: 'docs2',
diff --git a/docs/docs/en/history-versions.md b/docs/docs/en/history-versions.md
index 7d7c51d25d..3d09226ccf 100644
--- a/docs/docs/en/history-versions.md
+++ b/docs/docs/en/history-versions.md
@@ -36,6 +36,10 @@
 
 #### Links: [3.1.0 Document](../3.1.0/user_doc/about/introduction.md)
 
+### Versions: 3.0.6
+
+#### Links: [3.0.6 Document](../3.0.6/user_doc/about/introduction.md)
+
 ### Versions: 3.0.5
 
 #### Links: [3.0.5 Document](../3.0.5/user_doc/about/introduction.md)
diff --git a/docs/docs/zh/history-versions.md b/docs/docs/zh/history-versions.md
index ac39096b61..11e5ccab06 100644
--- a/docs/docs/zh/history-versions.md
+++ b/docs/docs/zh/history-versions.md
@@ -36,6 +36,10 @@
 
 #### Links: [3.1.0 文档](../3.1.0/user_doc/about/introduction.md)
 
+### Versions: 3.0.6
+
+#### Links: [3.0.6 文档](../3.0.6/user_doc/about/introduction.md)
+
 ### Versions: 3.0.5
 
 #### Links: [3.0.5 文档](../3.0.5/user_doc/about/introduction.md)