Skip to content

Commit 40fe806

Browse files
authored
[Chore] Release 3.4.1 (#18024)
1 parent 28b8764 commit 40fe806

5 files changed

Lines changed: 13 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ body:
103103
- 3.3.1
104104
- 3.3.2
105105
- 3.4.0
106+
- 3.4.1
106107
validations:
107108
required: true
108109

docs/configs/index.md.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ const docsSource = {
112112
'3.3.1': docs331Config,
113113
'3.3.2': docs332Config,
114114
'3.4.0': docs340Config,
115+
'3.4.1': docs341Config,
115116
dev: docsDevConfig,
116117
};
117118

docs/configs/site.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default {
2424
port: 8080,
2525
domain: 'dolphinscheduler.apache.org',
2626
copyToDist: ['asset', 'img', 'file', '.asf.yaml', 'sitemap.xml', '.nojekyll', '.htaccess', 'googled0df7b96f277a143.html'],
27-
docsLatest: '3.4.0',
27+
docsLatest: '3.4.1',
2828
defaultSearch: 'google', // default search engine
2929
defaultLanguage: 'en-us',
3030
'en-us': {
@@ -45,7 +45,7 @@ export default {
4545
children: [
4646
{
4747
key: 'docs0',
48-
text: 'latest(3.4.0)',
48+
text: 'latest(3.4.1)',
4949
link: '/en-us/docs/latest/user_doc/about/introduction.html',
5050
},
5151
{
@@ -173,7 +173,7 @@ export default {
173173
children: [
174174
{
175175
key: 'docs0',
176-
text: '最新版本latest(3.4.0)',
176+
text: '最新版本latest(3.4.1)',
177177
link: '/zh-cn/docs/latest/user_doc/about/introduction.html',
178178
},
179179
{

docs/docs/en/history-versions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
#### Setup instructions, are available for each stable version of Apache DolphinScheduler below:
66

7+
### Versions: 3.4.1
8+
9+
#### Links: [3.4.1 Document](../3.4.1/user_doc/about/introduction.md)
10+
711
### Versions: 3.4.0
812

913
#### Links: [3.4.0 Document](../3.4.0/user_doc/about/introduction.md)

docs/docs/zh/history-versions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
#### 以下是Apache DolphinScheduler每个稳定版本的设置说明。
66

7+
### Versions: 3.4.1
8+
9+
#### Links: [3.4.1 Document](../3.4.1/user_doc/about/introduction.md)
10+
711
### Versions: 3.4.0
812

913
#### Links: [3.4.0 Document](../3.4.0/user_doc/about/introduction.md)

0 commit comments

Comments
 (0)