Apache YuniKorn (Incubating)
Apache YuniKorn (Incubating) is released as source code tarballs. The downloads are distributed via mirror sites and should be checked for tampering using GPG or SHA-512.
The latest release of Apache YuniKorn is v0.10.0.
Version | Release date | Source download | Docker images | Release notes |
---|---|---|---|---|
v0.10.0 | 2021-04-09 | Download Checksum & Signature | scheduler admission-controller web | Announcement |
v0.9.0 | 2020-08-28 | Download Checksum & Signature | scheduler admission-controller web | Announcement |
v0.8.0 | 2020-05-04 | Download Checksum & Signature | scheduler admission-controller web | Announcement |
Verifying the signature
To verify the Apache YuniKorn release using GPG:
- Download the release apache-yunikorn-X.Y.Z-incubating-src.tar.gz from a mirror site.
- Download the signature file apache-yunikorn-X.Y.Z-incubating-src.tar.gz.asc from Apache.
- Download the Apache YuniKorn KEYS file.
- gpg –-import KEYS
- gpg –-verify apache-yunikorn-X.Y.Z-incubating-src.tar.gz.asc
Note: On MacOS-X the GNU gpg utility does not read from a file when importing.
The import command should be gpg --import < KEYS
Verifying the checksum
To verify the integrity of Apache YuniKorn release using the SHA-512 checksum:
- Download the release apache-yunikorn-X.Y.Z-incubating-src.tar.gz from a mirror site.
- Download the checksum apache-yunikorn-X.Y.Z-incubating-src.tar.gz.sha512 from Apache.
- shasum –a 512 apache-yunikorn-X.Y.Z-incubating-src.tar.gz
All releases
You can find all previous releases in the Archive incubating repository.
License
The software is licensed under Apache License 2.0