The kubernetes-mixin project is released on an as-needed basis. The process is as follows:
- Verify that
masterbranch CI checks are green - An OWNER runs
git tag -s -a $VERSION -m "$VERSION"and pushes the tag withgit push origin $VERSIONwhere$VERSIONlooks likeversion-1.5.3 - Release automation triggers automatically when new tags matching
version-*are pushed