The Kubernetes Template Project is released on an as-needed basis. The process is as follows:
- An issue is proposing a new release with a changelog since the last release
- All OWNERS must LGTM this release
- An OWNER runs
git tag -s $VERSIONand inserts the changelog and pushes the tag withgit push $VERSION - All OWNERS must approve the release PR automatically created by GitHub Actions
- The release issue is closed
- An announcement email is sent to
sig-cluster-lifecycle@kubernetes.iowith the subject[ANNOUNCE] Karpenter provider Cluster API $VERSION is released