Apache YuniKorn Release

Clone this repo:
  1. 0dc6a2c [YUNIKORN-3033] Remove CRD permissions from RBAC in helm chart (#194) by Craig Condit · 2 months ago branch-1.7 master
  2. 6bc5050 [YUNIKORN-3045] Remove ClusterRole permissions for configmaps (#192) by Craig Condit · 3 months ago
  3. 581e4b2 [YUNIKORN-3044] Update Helm chart README to reflect support for Kubernetes 1.32 (#191) by Craig Condit · 3 months ago
  4. aa92dff [YUNIKORN-3032] Add explicit permission for storage.k8s.io/volumeattachments (#189) by Craig Condit · 3 months ago
  5. 60a4eb3 [YUNIKORN-3000] Add support for setting GOGC / GOMEMLIMIT in Helm chart (#185) by Craig Condit · 5 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.