Apache YuniKorn Release

Clone this repo:
  1. b1a74c1 [YUNIKORN-3145] Update Go version by hhcs9527 · 4 days ago branch-1.8 master
  2. fc81589 [YUNIKORN-3159] Update copyright year in NOTICE file to 2025 (#210) by Wilfred Spiegelenburg · 2 weeks ago
  3. dda68ba [YUNIKORN-3106] move perf-tools binary to build directory (#205) by Michael Chu · 3 weeks ago
  4. 2b2070c [YUNIKORN-3059] Remove spark operator from scheduler RBAC (#207) by kaichiachen · 3 weeks ago
  5. 33abaf8 feat: Add build tool automation to release repo (#202) by pohanhuangtw · 3 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.