Jay Chung
7e3ea388e9
release: prepare version 3.0.6
2 years ago
Jay Chung
ab46c0f449
release: Change necessary release files
2 years ago
Jay Chung
863a3d3d00
[release] Change release content
2 years ago
Amy0104
f409749cb9
[Fix][Doc] Replace the links. ( #13276 )
...
* [Fix][Doc] Replace the links.
* [Fix][Doc] Revised `.dlc.json`
* [Fix] Fix the dead link.
(cherry picked from commit 1f7f900e78
)
2 years ago
Amy0104
19771e506f
[Fix] Replaced dead links in the docs. ( #13170 )
...
* [Fix] Replaced dead links.
* [Improvement] Format markdowns.
(cherry picked from commit dcf02eab45
)
2 years ago
Jay Chung
6124332d9c
[release] pre release with doc change
2 years ago
Eric Gao
920ccb1ca2
Fix default value for resource center in k8s mode ( #12906 )
2 years ago
Eric Gao
5bb9514778
[3.0.2-prepare] Update version number from 3.0.1 to 3.0.2 ( #12886 )
...
* Update version number from 3.0.1 to 3.0.2
* Fix version update
* fix dead link
Co-authored-by: Jay Chung <zhongjiajie955@gmail.com>
2 years ago
Eric Gao
5883e48bfc
Add configmap resource permissions so config hot reload can work ( #12572 ) ( #12795 )
...
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2 years ago
Eric Gao
f1f2953dda
[Fix][Worker] fix wrong env var name for alert in K8S ( #12369 ) ( #12635 )
...
Co-authored-by: 司马琦昂 <bruce.maqiang@gmail.com>
2 years ago
Kerwin
018734c31c
[3.0.1-prepare]Modified version before release. ( #12038 )
2 years ago
Kerwin
1b2d8be489
[helm] fix worker template persistentVolumeClaim link ( #11248 ) ( #12018 )
...
Co-authored-by: shiyu li <675590586@qq.com>
2 years ago
Kerwin
7c2d6b8e36
[fix-11404]: make the common.properties to configurable on values.yaml ( #11441 ) ( #11967 )
...
and set the resource.storage.type default to hdfs
Co-authored-by: 爱穿格子裤 <30542109+yutianaiqingtian@users.noreply.github.com>
2 years ago
Jiajie Zhong
a6db4a591c
Some docs version change
2 years ago
caishunfeng
9742502ea3
fix k8s master and worker start error ( #11156 )
2 years ago
Lyle Shaw
c3425715a0
[Fix-10652] fix docker-compose.yml ( #10653 )
...
* [Fix-10652] fix docker-compose.yml
* [Fix-10652] fix docker-stack.yml
* [Fix-10652] fix python api port in k8s config
* Update deploy/kubernetes/dolphinscheduler/templates/deployment-dolphinscheduler-api.yaml
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
* [Fix-10652] fix { { to {{
* [Fix-10652] del space between {{ and -
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
2 years ago
旺阳
67bc8a160c
[Fix-10400]Fix K8s deployment bitnami version error ( #10567 )
...
* Fix k8s bitnami bug
* add comments
(cherry picked from commit 0b377f72b1
)
2 years ago
devosend
331f68e5b8
[chore] pre-release change
2 years ago
旺阳
3ba911d5d7
[fix] Change K8s postgresql password key name ( #10545 )
...
(cherry picked from commit 388b214aca
)
3 years ago
Mr.An
deb1c594e5
Update chart.yaml dependencies version ( #10420 )
...
(cherry picked from commit a7e20798cb
)
3 years ago
Hwting
f7b18fd59d
[fix][deploy]fix run on kubernetes bug ( #10379 )
...
* [fix][kubernetes]fix run on kubernetes bug
Fix the problem that the "REGISTRY_ZOOKEEPER_CONNECT_STRING" variable zookeeper port number is "nil"
* [fix][kubernetes]fix run on kubernetes bug
Fix the problem that the "REGISTRY_ZOOKEEPER_CONNECT_STRING" variable zookeeper port number is "nil"
(cherry picked from commit 5803d5c07c
)
3 years ago
caishunfeng
54c5e8040a
[Bug] init docker compose DATABASE env ( #10244 )
...
skip source env if in docker
(cherry picked from commit 4351148f36
)
3 years ago
caishunfeng
0f841d6ff9
[Bug] fix run on docker and k8s ( #10026 )
...
* fix docker-compose init schema
* recovery depend on zk
* update doc and dockerfile
* fix run on k8s
* udpate doc
* add DOCKER flag & update doc
* remove repeat DOCKER env
(cherry picked from commit b1885c7a26
)
3 years ago
Jiajie Zhong
b6b1fffbd6
[docker] Change docker hub HUB
3 years ago
Jiajie Zhong
a9fa6b33a4
[chore] Change release version to 3.0.0-beta-1 ( #9957 )
3 years ago
jiachuan.zhu
24e455304c
Add ingress annotations ( #9492 )
3 years ago
Eric Gao
fd6b43bc81
[Dev] Switch version in pom.xml to dev-SNAPSHOT ( #9223 ) ( #9299 )
3 years ago
Jiajie Zhong
3457cee960
[python] Migrate pythonGatewayServer into api server ( #9372 )
...
Currently the size of our distribute package is up to
800MB, this patch is migrate python gateway server into
api server
The distribute package size before and after this patch is:
```sh
# before
796M apache-dolphinscheduler-2.0.4-SNAPSHOT-bin.tar.gz
# after
647M apache-dolphinscheduler-2.0.4-SNAPSHOT-bin.tar.gz
```
3 years ago
Jiajie Zhong
9f84dbbda0
[doc] Migrate dev doc from website repository ( #9291 )
...
* [doc] Migrate dev doc from website repository
* Correct release language
* Fix license issue
* Add all images from website
* Delete unused images
* Add CI
* Fix ci
* fix ci
* Remove no need file
* Add latest commit from website
* correct img_utils.py script
* Remove unused imgs
3 years ago
simsicon
a38adcb579
Fix https://github.com/apache/dolphinscheduler/issues/8602 ( #8604 )
3 years ago
Kerwin
103ccb01da
change version to 2.0.4-SNAPSHOT ( #8188 )
3 years ago
kezhenxu94
df26be89ed
Fix wrong Python gateway docker image name ( #8143 )
3 years ago
wind
c16f65e0d1
[conf] Update master config on k8s ( #8045 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
Jiajie Zhong
da4a85943c
[python] Add independent deployment for python gateway server ( #7549 )
...
* [python] Add independent deployment to python gateway server
* Correct some error
* Add missing deployment change
* Add missing expose port
* Add missing standalone config
* Keyword change from rpc to socket
* try to fix
* Add python gateway server to scp-hosts.sh
3 years ago
Aaron Lin
7fd94ffa40
[Improvement][Logger]Remove the logger server from the deployment ( #7837 )
3 years ago
kezhenxu94
b350dc70c9
Build and publish snapshot Docker images for testing ( #7454 )
3 years ago
kezhenxu94
12b46dfaa6
Adjust Helm Chart templates in dev branch ( #7353 )
3 years ago
kezhenxu94
bacb7c1598
Fix typo in docker swarm ( #7336 )
3 years ago
kezhenxu94
67cc260d52
Split the components into individual package, refactor configurations to use Spring properties ( #7160 )
...
* Split the components into individual package
A follow-up PR will be made to build dedicated Docker images for each
component, so that every component Docker image has minimal jars, which
is easy to maintain and good for security fixes.
* Split the components into individual package
A follow-up PR will be made to build dedicated Docker images for each
component, so that every component Docker image has minimal jars, which
is easy to maintain and good for security fixes.
* Split the components into individual package
A follow-up PR will be made to build dedicated Docker images for each
component, so that every component Docker image has minimal jars, which
is easy to maintain and good for security fixes.
3 years ago