You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zh...@apache.org on 2022/09/26 08:18:39 UTC

[dolphinscheduler] branch dev updated: [release][doc] Add release 3.0.1 (#12139)

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

zhongjiajie 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 4269fa7ea7 [release][doc] Add release 3.0.1 (#12139)
4269fa7ea7 is described below

commit 4269fa7ea7a83c7f5d7fd7d4db0d4a069eb4e9fc
Author: Kerwin <37...@users.noreply.github.com>
AuthorDate: Mon Sep 26 16:18:31 2022 +0800

    [release][doc] Add release 3.0.1 (#12139)
    
    * add release 3.0.1
    * add 30x version in the github bug report
---
 .github/ISSUE_TEMPLATE/bug-report.yml      | 2 +-
 docs/configs/index.md.jsx                  | 2 ++
 docs/configs/site.js                       | 6 +++---
 docs/docs/en/contribute/release/release.md | 3 +--
 docs/docs/en/history-versions.md           | 4 ++++
 docs/docs/zh/contribute/release/release.md | 3 +--
 docs/docs/zh/history-versions.md           | 4 ++++
 7 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
index f98b75d7f5..a727bf3cea 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -99,7 +99,7 @@ body:
         Which version of Apache DolphinScheduler are you running? We only accept bugs report from the LTS projects.
       options:
         - dev
-        - 3.0.0
+        - 3.0.x
         - 2.0.6
         - 2.0.5
     validations:
diff --git a/docs/configs/index.md.jsx b/docs/configs/index.md.jsx
index 23921d930a..173dc12a30 100644
--- a/docs/configs/index.md.jsx
+++ b/docs/configs/index.md.jsx
@@ -44,6 +44,7 @@ import docs203Config from '../../../site_config/docs2-0-3';
 import docs205Config from '../../../site_config/docs2-0-5';
 import docs206Config from '../../../site_config/docs2-0-6';
 import docs300Config from '../../../site_config/docs3-0-0';
+import docs301Config from '../../../site_config/docs3-0-1';
 import docsDevConfig from '../../../site_config/docsdev';
 
 const docsSource = {
@@ -64,6 +65,7 @@ const docsSource = {
   '2.0.5': docs205Config,
   '2.0.6': docs206Config,
   '3.0.0': docs300Config,
+  '3.0.1': docs301Config,
   dev: docsDevConfig,
 };
 
diff --git a/docs/configs/site.js b/docs/configs/site.js
index 427f07528c..91d3ce68e4 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.0.0',
+  docsLatest: '3.0.1',
   defaultSearch: 'google', // default search engine
   defaultLanguage: 'en-us',
   'en-us': {
@@ -45,7 +45,7 @@ export default {
         children: [
           {
             key: 'docs0',
-            text: 'latest(3.0.0)',
+            text: 'latest(3.0.1)',
             link: '/en-us/docs/latest/user_doc/about/introduction.html',
           },
           {
@@ -168,7 +168,7 @@ export default {
         children: [
           {
             key: 'docs0',
-            text: '最新版本latest(3.0.0)',
+            text: '最新版本latest(3.0.1)',
             link: '/zh-cn/docs/latest/user_doc/about/introduction.html',
           },
           {
diff --git a/docs/docs/en/contribute/release/release.md b/docs/docs/en/contribute/release/release.md
index b5aad3982b..70bf1e8477 100644
--- a/docs/docs/en/contribute/release/release.md
+++ b/docs/docs/en/contribute/release/release.md
@@ -491,11 +491,10 @@ the release version is `<VERSION>`, the following updates are required(note it w
 - Repository **apache/dolphinscheduler-website**:
   - `download/en-us/download.md` and `download/zh-cn/download.md`: 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`
-- Repository **apache/dolphinscheduler**:
+- 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>)`
-    - `docsxyz`: Add a drop-down menu with `key` as `docsxyz` and `text` as `<VERSION>` in `children` of two places of `en-us/zh-cn`
   - `docs/configs/index.md.jsx`: Add `<VERSION>: docsxyzConfig`
   - `docs/docs/en/history-versions.md` and `docs/docs/zh/history-versions.md`: Add new `<VERSION>` 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)
diff --git a/docs/docs/en/history-versions.md b/docs/docs/en/history-versions.md
index 2ece5358cd..872df06f1b 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.0.1
+
+#### Links: [3.0.1 Document](../3.0.1/user_doc/about/introduction.md)
+
 ### Versions: 3.0.0
 
 #### Links: [3.0.0 Document](../3.0.0/user_doc/about/introduction.md)
diff --git a/docs/docs/zh/contribute/release/release.md b/docs/docs/zh/contribute/release/release.md
index f4cfcf642f..c3d32cf00b 100644
--- a/docs/docs/zh/contribute/release/release.md
+++ b/docs/docs/zh/contribute/release/release.md
@@ -488,11 +488,10 @@ svn --username="${A_USERNAME}" commit -m "new key <YOUR-GPG-KEY-ID> add"
 - **apache/dolphinscheduler-website** 仓库:
   - `download/en-us/download.md` 和 `download/zh-cn/download.md`: 增加 `<VERSION>` 版本发布包的下载
   - `scripts/conf.sh`: 在变量 `DEV_RELEASE_DOCS_VERSIONS` 中增加版本为 `<VERSION>` 的新键值对
-- **apache/dolphinscheduler** 仓库:
+- **apache/dolphinscheduler** 仓库 (dev 分支):
   - `docs/configs/site.js`:
     - `docsLatest`: 更新为 `<VERSION>`
     - `docs0`: 两处 `en-us/zh-cn` 的 `text` 更新为 `latest(<VERSION>)`
-    - `docsxyz`: 两处 `en-us/zh-cn` 的 `children` 增加 `key` 为 `docsxyz`, `text` 为 `<VERSION>` 的下拉菜单
   - `docs/configs/index.md.jsx`: 增加 `'<VERSION>': docsxyzConfig,`
   - `docs/docs/en/history-versions.md` 和 `docs/docs/zh/history-versions.md`: 增加新的发版版本 `<VERSION>` 的链接
   - `.github/ISSUE_TEMPLATE/bug-report.yml`: DolphinScheduler 在 GitHub issue 中有版本选择的部分,当有新版本发版后,需要更新这部分的内容。目前与版本关联的是
diff --git a/docs/docs/zh/history-versions.md b/docs/docs/zh/history-versions.md
index a9bec7a3e9..d35edaf77f 100644
--- a/docs/docs/zh/history-versions.md
+++ b/docs/docs/zh/history-versions.md
@@ -4,6 +4,10 @@
 
 #### 以下是Apache DolphinScheduler每个稳定版本的设置说明。
 
+### Versions: 3.0.1
+
+#### Links: [3.0.1 文档](../3.0.1/user_doc/about/introduction.md)
+
 ### Versions: 3.0.0
 
 #### Links: [3.0.0 文档](../3.0.0/user_doc/about/introduction.md)