This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 548
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.
If there are any questions or concerns about this wiki, please open OpenPAI Issue directly.
- Developer handbook