Skip to content

Commit 5fbab09

Browse files
authored
Merge branch 'apache:dev' into Fix-17436
2 parents 3493cd8 + bccb8ec commit 5fbab09

7 files changed

Lines changed: 24 additions & 21 deletions

File tree

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ body:
102102
- 3.1.x
103103
- 3.2.x
104104
- 3.3.0-alpha
105+
- 3.3.1
105106
validations:
106107
required: true
107108

docs/configs/docsdev.js

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,6 @@ export default {
8080
title: 'Task Instance',
8181
link: '/en-us/docs/dev/user_doc/guide/project/task-instance.html',
8282
},
83-
{
84-
title: 'Task Definition',
85-
link: '/zh-cn/docs/dev/user_doc/guide/project/task-definition.html',
86-
},
8783
]
8884
},
8985
{
@@ -225,10 +221,6 @@ export default {
225221
title: 'Remote Shell',
226222
link: '/en-us/docs/dev/user_doc/guide/task/remoteshell.html',
227223
},
228-
{
229-
title: 'DolphinDB',
230-
link: '/en-us/docs/dev/user_doc/guide/datasource/dolphindb.html',
231-
},
232224
],
233225
},
234226
{
@@ -362,7 +354,11 @@ export default {
362354
{
363355
title: 'Vertica',
364356
link: '/en-us/docs/dev/user_doc/guide/datasource/vertica.html',
365-
}
357+
},
358+
{
359+
title: 'DolphinDB',
360+
link: '/en-us/docs/dev/user_doc/guide/datasource/dolphindb.html',
361+
},
366362
],
367363
},
368364
{
@@ -799,10 +795,6 @@ export default {
799795
title: '任务实例',
800796
link: '/zh-cn/docs/dev/user_doc/guide/project/task-instance.html',
801797
},
802-
{
803-
title: '任务定义',
804-
link: '/zh-cn/docs/dev/user_doc/guide/project/task-definition.html',
805-
},
806798
]
807799
},
808800
{
@@ -944,10 +936,6 @@ export default {
944936
title: 'Remote Shell',
945937
link: '/zh-cn/docs/dev/user_doc/guide/task/remoteshell.html',
946938
},
947-
{
948-
title: 'DolphinDB',
949-
link: '/zh-cn/docs/dev/user_doc/guide/datasource/dolphindb.html',
950-
},
951939
],
952940
},
953941
{
@@ -1066,6 +1054,10 @@ export default {
10661054
title: 'Vertica',
10671055
link: '/zh-cn/docs/dev/user_doc/guide/datasource/vertica.html',
10681056
},
1057+
{
1058+
title: 'DolphinDB',
1059+
link: '/zh-cn/docs/dev/user_doc/guide/datasource/dolphindb.html',
1060+
},
10691061
],
10701062
},
10711063
{

docs/configs/index.md.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ import docs320Config from '../../../site_config/docs3-2-0';
6565
import docs321Config from '../../../site_config/docs3-2-1';
6666
import docs322Config from '../../../site_config/docs3-2-2';
6767
import docs330Config from '../../../site_config/docs3-3-0-alpha';
68+
import docs331Config from '../../../site_config/docs3-3-1';
6869
import docsDevConfig from '../../../site_config/docsdev';
6970

7071
const docsSource = {
@@ -106,6 +107,7 @@ const docsSource = {
106107
'3.2.1': docs321Config,
107108
'3.2.2': docs322Config,
108109
'3.3.0-alpha': docs330Config,
110+
'3.3.1': docs331Config,
109111
dev: docsDevConfig,
110112
};
111113

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.3.0-alpha',
27+
docsLatest: '3.3.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.3.0-alpha)',
48+
text: 'latest(3.3.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.3.0-alpha)',
176+
text: '最新版本latest(3.3.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.3.1
8+
9+
#### Links: [3.3.1 Document](../3.3.1/user_doc/about/introduction.md)
10+
711
### Versions: 3.3.0-alpha
812

913
#### Links: [3.3.0-alpha Document](../3.3.0-alpha/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.3.1
8+
9+
#### Links: [3.3.1 Document](../3.3.1/user_doc/about/introduction.md)
10+
711
### Versions: 3.3.0-alpha
812

913
#### Links: [3.3.0-alpha Document](../3.3.0-alpha/user_doc/about/introduction.md)

dolphinscheduler-api-test/dolphinscheduler-api-test-case/src/test/resources/docker/ldap-login/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
- openldap
3838
openldap:
3939
hostname: openldap
40-
image: bitnami/openldap:2.6
40+
image: bitnamilegacy/openldap:2.6.10-debian-12-r4
4141
ports:
4242
- '1389:1389'
4343
- '1636:1636'

0 commit comments

Comments
 (0)