-
-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Labels
needs-kindIndicates a PR lacks a label and requires one.Indicates a PR lacks a label and requires one.needs-priorityIndicates a PR lacks a label and requires one.Indicates a PR lacks a label and requires one.needs-triageIndicates an issue or PR lacks a label and requires one.Indicates an issue or PR lacks a label and requires one.
Description
Release Checklist
- All OWNERS must LGTM the release proposal
- Prepare the image and files
- Run
PLATFORMS=linux/amd64 make image-push GIT_TAG=$VERSIONto build and push an image. - Run
make artifacts GIT_TAG=$VERSIONto generate the artifact.
- Run
- Update helm chats and documents
- Update
chart/Chart.yamlanddocs/installation.md, the helm version is different with the app version. - Run
make helm-packageto package the helm chart and update the index.yaml. - Submit a PR and merge it.
- Update
- An OWNER prepares a draft release
- Create a new tag
- Write the change log into the draft release which should include below items if any:
🚀 **Major Features**: ✨ **Features**: 🐛 **Bugs**: ♻️ **Cleanups**: - Upload the files to the draft release.
-
manifests.yamlunder artifacts - new generated helm chart
*.zipfile
-
- Publish the draft release prepared at the Github releases page
- Publish the helm chart
- Run
git checkout gh-pages - Copy the
index.yamlfrom main branch - Submit a PR and merge it.
- Run
- Close this issue
Metadata
Metadata
Assignees
Labels
needs-kindIndicates a PR lacks a label and requires one.Indicates a PR lacks a label and requires one.needs-priorityIndicates a PR lacks a label and requires one.Indicates a PR lacks a label and requires one.needs-triageIndicates an issue or PR lacks a label and requires one.Indicates an issue or PR lacks a label and requires one.