Apache YuniKorn Release

Clone this repo:
  1. a1f91b0 [YUNIKORN-2893] Apply "cancel-in-progress" feature for each PR in Github Action (#183) by Tzu-Hua Lan · 3 weeks ago master
  2. 78e3297 [YUNIKORN-2868] update K8s versions in helm readme (#182) by Wilfred Spiegelenburg · 5 weeks ago
  3. d7751d3 Bump golang.org/x/image from 0.14.0 to 0.18.0 (#179) by dependabot[bot] · 4 months ago
  4. 06a42fe [YUNIKORN-2626] Add flag to helm chart to disable web container (#178) by Tzu-Hua Lan · 4 months ago
  5. aa9a293 [YUNIKORN-2541] Upgrade golang.org/x/net for CVEs (#177) by Wilfred Spiegelenburg · 6 months 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.