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
- Host: GitHub
- URL: https://github.com/apache/yunikorn-release
- Owner: apache
- License: apache-2.0
- Created: 2020-04-14T05:42:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-18T05:14:17.000Z (over 1 year ago)
- Last Synced: 2025-03-29T21:04:08.150Z (over 1 year ago)
- Topics: apache-yarn, go, kubernetes, python, universal-resource-scheduler, yunikorn
- Language: Go
- Homepage: https://yunikorn.apache.org/
- Size: 488 KB
- Stars: 37
- Watchers: 17
- Forks: 59
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apache YuniKorn Release
----
[](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).