Apache YuniKorn Release

Clone this repo:
  1. 53aa084 [YUNIKORN-3212] auto update GOMEMLIMIT setting (#222) by Wilfred Spiegelenburg · 3 weeks ago master
  2. 030e3b6 Bump golang.org/x/image from 0.24.0 to 0.38.0 (#221) by dependabot[bot] · 3 weeks ago
  3. df558fc [YUNIKORN-3235] Update go compiler to 1.26.1 (#219) by Aditya Maheshwari · 7 weeks ago
  4. 650a5e4 [YUNIKORN-3132] Update yunikornDefaults example (#216) by Aditya Maheshwari · 8 weeks ago
  5. 1d070a7 [YUNIKORN-3229] Update go version to 1.26 (#217) by Aditya Maheshwari · 9 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.