kube-aws is released once all the issues in a GitHub milestone are resolved. The process is as follows:
- All the issues in the next release milestone is resolved
- An OWNER writes a draft of a GitHub release
- An OWNER runs
git tag -s $VERSION
, and then./containerized-build-release-binaries/
to produce released binaries - The OWNER uploads the released binaries to the draft, and then pushes the tag with
git push $VERSION
- The release milestone is closed
- An announcement email is sent to
kubernetes-dev@googlegroups.com
with the subject[ANNOUNCE] kube-aws $VERSION is released