Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1 KB

RELEASE.md

File metadata and controls

19 lines (13 loc) · 1 KB

Release Process

The Kubebuilder 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. The release issue is closed
  5. An announcement email is sent to kubernetes-kubebuilder@googlegroups.com with the subject [ANNOUNCE] kubebuilder $VERSION is released

Note: This process does not apply to EAP or alpha (pre-)releases which may be cut at any time for development and testing.

HEAD releases

The binaries releases for HEAD are available here: