Apache YuniKorn Release

Clone this repo:
  1. 6d5fbe6 Bump golang.org/x/net from 0.35.0 to 0.38.0 (#204) by dependabot[bot] · 7 weeks ago master
  2. 6644e77 [YUNIKORN-3034] Bump package version in go.mod (#190) by kaichiachen · 7 weeks ago
  3. fb48fc2 [YUNIKORN-3081] Remove pods get from admission controller cluster role (#199) by Wilfred Spiegelenburg · 7 weeks ago
  4. 358b533 [YUNIKORN-3080] Add branch commits to merge script (#198) by Wilfred Spiegelenburg · 7 weeks ago
  5. 21e966d Bump golang.org/x/oauth2 from 0.10.0 to 0.27.0 (#203) by dependabot[bot] · 7 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.