Apache YuniKorn Release

Clone this repo:
  1. d98257f [YUNIKORN-3309] run go mod tidy as part of release build (#228) by Wilfred Spiegelenburg · 13 days ago master
  2. 73498a6 [YUNIKORN-3194] Update PR template to ask about AI contribution (#227) by Wilfred Spiegelenburg · 3 weeks ago
  3. bc42a23 [YUNIKORN-3105] move release staging out of the tools directory (#206) by Michael Chu · 4 weeks ago
  4. b19f760 [YUNIKORN-3130] Role and RoleBinding are missing namespace tag (#226) by Wilfred Spiegelenburg · 4 weeks ago
  5. 1c5b083 [YUNIKORN-3253] Remove deprecated helm values (#225) by Wilfred Spiegelenburg · 5 weeks ago

Apache YuniKorn Release


pre-commit

This project provides the instructions and tools needed to generate Apache YuniKorn release artifacts. Reference:

Release Procedure

A simplified procedure:

  • Create a release branch in all git repos, such as branch-0.8
  • Stabilize the release
  • Create a tag and prepare to generate the release, e.g v0.8.0
  • Run the release tool to generate source code tarball, checksum and signature
  • Upload tarball, signature and checksum as a release candidate
  • Start a voting thread for the project
  • Publish the release (source code, helm chart and pre-build images)
  • Update the website

The full procedure is documented in the release procedure.