Apache YuniKorn Release

Clone this repo:
  1. 7048d0d Bump google.golang.org/grpc from 1.83.1 to 1.83.2 (#242) by dependabot[bot] · 5 days ago master
  2. 2c5de32 [YUNIKORN-3444] Fix tail syntax in merge script (#241) by andyhuangdev · 9 days ago
  3. c1d6d8b Bump google.golang.org/grpc from 1.83.0 to 1.83.1 (#238) by dependabot[bot] · 13 days ago
  4. 00fcc96 [YUNIKORN-3440] Use https instead of http in README file (#239) by Huangpinhan · 13 days ago
  5. 623faf3 [YUNIKORN-3293] Update perf-tools dependencies for yunikorn-release (#236) by kaijaytu · 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.