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