Apache YuniKorn Release

Clone this repo:
  1. bc42a23 [YUNIKORN-3105] move release staging out of the tools directory (#206) by Michael Chu · 6 days ago master
  2. b19f760 [YUNIKORN-3130] Role and RoleBinding are missing namespace tag (#226) by Wilfred Spiegelenburg · 6 days ago
  3. 1c5b083 [YUNIKORN-3253] Remove deprecated helm values (#225) by Wilfred Spiegelenburg · 12 days ago
  4. 2387b43 Set up default protection ruleset for default and release branches (#224) by The Apache Software Foundation · 3 weeks ago
  5. a7fce83 [YUNIKORN-3259] Clean up all plugin related variables in release repo (#223) by Manikandan R · 6 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.