An open API service indexing awesome lists of open source software.

https://github.com/apache/yunikorn-release

Apache YuniKorn Release
https://github.com/apache/yunikorn-release

apache-yarn go kubernetes python universal-resource-scheduler yunikorn

Last synced: about 1 year ago
JSON representation

Apache YuniKorn Release

Awesome Lists containing this project

README

          

# Apache YuniKorn Release
----
[![pre-commit](https://github.com/apache/yunikorn-release/actions/workflows/pre-commit.yml/badge.svg)](https://github.com/apache/yunikorn-release/actions/workflows/pre-commit.yml)

This project provides the instructions and tools needed to generate Apache YuniKorn release artifacts.
Reference:
- [ASF Release Creation Process](https://infra.apache.org/release-publishing.html)
- [ASF Release Policy](http://www.apache.org/legal/release-policy.html).

# 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](https://yunikorn.apache.org/community/release_procedure).