Compared with the last release, the release-docs
of the current release needs to be updated to the latest, if there are dependencies and versions changes
dolphinscheduler-dist/release-docs/LICENSE
dolphinscheduler-dist/release-docs/NOTICE
dolphinscheduler-dist/release-docs/licenses
For example, to release x.y.z
, the following updates are required:
sql
:dolphinscheduler_mysql.sql
: t_ds_version
needs to be updated to x.y.zdolphinscheduler_postgre.sql
: t_ds_version
needs to be updated to x.y.zdolphinscheduler_h2.sql
: t_ds_version
needs to be updated to x.y.zupgrade
: whether to addx.y.z_schema
soft_version
: need to be updated to x.y.zdeploy/docker/.env
: HUB
change to apache
,TAG
change to x.y.z
deploy/kubernetes/dolphinscheduler
:Chart.yaml
: appVersion
and version
needs to be updated to x.y.zvalues.yaml
: image.tag
needs to be updated to x.y.z<version>
(except pom
) to the x.y.z
in directory docs
docs/docs/en/history-versions.md
and docs/docs/zh/history-versions.md
: Add the new version and link for x.y.z
docs/configs/docsdev.js
: change /dev/
to /x.y.z/
, DO NOT change this filename, is will be auto change by website tools.