分布式调度框架。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

1.4 KiB

Release Preparation

Check release-docs

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

Update Version

For example, to release x.y.z, the following updates are required:

  • Version in the code:
    • sql:
      • dolphinscheduler_mysql.sql: t_ds_version needs to be updated to x.y.z
      • dolphinscheduler_postgre.sql: t_ds_version needs to be updated to x.y.z
      • dolphinscheduler_h2.sql: t_ds_version needs to be updated to x.y.z
      • upgrade: whether to addx.y.z_schema
      • soft_version: need to be updated to x.y.z
    • deploy/docker/.env: HUB change to apacheTAG change to x.y.z
    • deploy/kubernetes/dolphinscheduler:
      • Chart.yaml: appVersion and version needs to be updated to x.y.z
      • values.yaml: image.tag needs to be updated to x.y.z
  • Version in the docs:
    • Change the placeholder <version>(except pom) to the x.y.z in directory docs
    • Add new history version
      • 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.