Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

How to Create a PR for New Release

Guoxin edited this page Dec 27, 2021 · 10 revisions

When new version is going to be released, the following contents need to updated:

  • README.md
    • version name
    • release note link
  • RELEASE_NOTE.md
    • add release note for new release
  • version/PAI.VERSION
    • version name
  • docs/manual/cluster-admin/installation-guide.md
    • docker_image_tag
    • git check out tag
  • docs_zh_CN/manual/cluster-admin/installation-guide.md
    • docker_image_tag
    • git check out tag
  • contrib/kubespray/config/config.yaml
    • docker_image_tag

If openpai-runtime is modified, the following file should be modified:

  • src/openpai-runtime/build/openpai-runtime.k8s.dockerfile
    • docker_image_tag

If the PR is for the release branch, the following files also need modification:

  • src/marketplace-restserver/deploy/marketplace-restserver.yaml.template
    • image tag
  • (optional)src/marketplace-webportal/deploy/marketplace-webportal.yaml.template
    • image tag)

You can refer to PR for release v1.4.0 for part of the information.