The Kubernetes cri-tools Project is released for every Kubernetes release. The process is as follows:
- An OWNER runs
git tag -m $VERSION -s $VERSION
and pushes the tag withgit push $VERSION
, where$VERSION
follows the Kubernetes minor version. - An announcement email is sent to
kubernetes-dev@googlegroups.com
with the subject[ANNOUNCE] cri-tools $VERSION is released