Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 628 Bytes

File metadata and controls

10 lines (8 loc) · 628 Bytes

Release Process

The Kubernetes Template Project is released on an as-needed basis. The process is as follows:

  1. An issue is proposing a new release with a changelog since the last release
  2. All OWNERS must LGTM this release
  3. An OWNER runs git tag -s $VERSION and inserts the changelog and pushes the tag with git push $VERSION
  4. All OWNERS must approve the release PR automatically created by GitHub Actions
  5. The release issue is closed
  6. An announcement email is sent to sig-cluster-lifecycle@kubernetes.io with the subject [ANNOUNCE] Karpenter provider Cluster API $VERSION is released