Apache YuniKorn Release

Clone this repo:
  1. 60a4eb3 [YUNIKORN-3000] Add support for setting GOGC / GOMEMLIMIT in Helm chart (#185) by Craig Condit · 4 weeks ago master
  2. 9ef8317 [YUNIKORN-2990] Add support for securityContext in the helm charts (#184) by Peter Bacsko · 5 weeks ago
  3. a1f91b0 [YUNIKORN-2893] Apply "cancel-in-progress" feature for each PR in Github Action (#183) by Tzu-Hua Lan · 3 months ago
  4. 78e3297 [YUNIKORN-2868] update K8s versions in helm readme (#182) by Wilfred Spiegelenburg · 4 months ago
  5. d7751d3 Bump golang.org/x/image from 0.14.0 to 0.18.0 (#179) by dependabot[bot] · 7 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.