Apache YuniKorn Release

Clone this repo:
  1. 623faf3 [YUNIKORN-3293] Update perf-tools dependencies for yunikorn-release (#236) by kaijaytu · 4 days ago master
  2. fb36e95 [YUNIKORN-3359] Support deadlock detection in Helm chart (#237) by PoiBlackTea · 4 days ago
  3. 350d502 [YUNIKORN-3340] use reproducible build in image release (#235) by Wilfred Spiegelenburg · 4 weeks ago
  4. 89522a2 Bump golang.org/x/image from 0.38.0 to 0.41.0 (#230) by dependabot[bot] · 4 weeks ago
  5. 878e39a Bump golang.org/x/net from 0.53.0 to 0.55.0 (#229) by dependabot[bot] · 4 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.