[YUNIKORN-401] Helm chart release update
1 file changed
tree: abea6cb98fb2308803874b77534cd5760e5a123d
  1. docs/
  2. helm-charts/
  3. release-top-level-artifacts/
  4. tools/
  5. .gitignore
  6. README.md
README.md

Apache YuniKorn (Incubating) Release


This project provides the instructions and tools needed to generate Apache YuniKorn (Incubating) release artifacts. Reference:

Release Procedure

  • Create a release branch for the target release in all git repos, such as branch-0.8
  • Stabilize the release branch
  • Create a tag and prepare to generate the release, e.g v0.8.0
  • Configure tools/release-configs.json
  • Run script tools/build-release.py to generate source code tarball
  • Sign the release
  • Upload tarball, signature and checksum
  • Start a voting thread for the project followed by an incubator voting thread
  • Publish the release

See full document at this doc