Apache YuniKorn Release

Clone this repo:
  1. 2b6ca82 [YUNIKORN-2487] Force REPRODUCIBLE_BUILDS=1 when generating release artifacts (#176) by Craig Condit · 7 weeks ago master
  2. dc46784 [YUNIKORN-2469] Upgrade google.golang.org/protobuf to v1.33.0 (#175) by Craig Condit · 9 weeks ago
  3. c6a94c8 [YUNIKORN-2468] Remove languate around reproducible builds from README (#174) by Craig Condit · 9 weeks ago
  4. 29374fd [YUNIKORN-2463] [ADDENDUM] Don't add NOTICE/LICENSE twice by Craig Condit · 9 weeks ago
  5. 75adb12 [YUNIKORN-2463] Don't exclude component LICENSE/NOTICE files (#173) by Craig Condit · 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.