Apache YuniKorn Release

Clone this repo:
  1. df558fc [YUNIKORN-3235] Update go compiler to 1.26.1 (#219) by Aditya Maheshwari · 3 weeks ago master
  2. 650a5e4 [YUNIKORN-3132] Update yunikornDefaults example (#216) by Aditya Maheshwari · 4 weeks ago
  3. 1d070a7 [YUNIKORN-3229] Update go version to 1.26 (#217) by Aditya Maheshwari · 6 weeks ago
  4. 680a9c6 [YUNIKORN-3199] Update the copyright years in NOTICE files to 2026 (#215) by Manikandan R · 9 weeks ago
  5. c407c82 [YUNIKORN-3191] remove plugin binary build from release tool (#214) by Wilfred Spiegelenburg · 3 months 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.