Apache YuniKorn Release

Clone this repo:
  1. 350d502 [YUNIKORN-3340] use reproducible build in image release (#235) by Wilfred Spiegelenburg · 4 days ago master
  2. 89522a2 Bump golang.org/x/image from 0.38.0 to 0.41.0 (#230) by dependabot[bot] · 5 days ago
  3. 878e39a Bump golang.org/x/net from 0.53.0 to 0.55.0 (#229) by dependabot[bot] · 5 days ago
  4. 0777d3e Bump google.golang.org/grpc from 1.70.0 to 1.82.1 (#234) by dependabot[bot] · 6 days ago
  5. ef6250c [YUNIKORN-3287] Support Gateway API HTTPRoute in Helm chart (#231) by PoiBlackTea · 11 days 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.