generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v0.2.0 #110
Comments
/lgtm |
LGTM |
this is the release: https://github.com/kubernetes-sigs/lws/releases/tag/v0.2.0 |
Release done, close the item for now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Release Checklist
git branch release-$MAJ.$MIN main
git push release-$MAJ.$MIN
Submit a PR against the release branch:
make artifacts IMAGE_REGISTRY=registry.k8s.io/lws GIT_TAG=$VERSION
to generate the artifacts and upload the files in the
artifacts
folderto the draft release.
git tag -s $VERSION
and inserts the changelog into the tag description.
To perform this step, you need a PGP key registered on github.
git push $VERSION
gcr.io/k8s-staging-lws/lws:$VERSION
updating
k8s.gcr.io/images/k8s-staging-lws/images.yaml
topromote the container images
to production:
registry.k8s.io/lws/lws:$VERSION
is available.[email protected]
,[email protected]
and[email protected]
with the subject[ANNOUNCE] LeaderWorkerSet $VERSION is released
README.md
anddocs/setup/install.md
in
main
branch:main
branch, on the first commit that gets merged after the releasebranch has been created (presumably the README update commit above), and, push the tag:
DEVEL=v0.$(($MAJ+1)).0-devel; git tag $DEVEL main && git push $DEVEL
This ensures that the devel builds on the
main
branch will have a meaningful version number.Changelog
Tasks
The text was updated successfully, but these errors were encountered: