holos v0.5.1
Single-host KVM stacks via a docker-compose-style YAML.
Install
Pick the archive for your platform from the Assets below, verify it
against checksums.txt, then untar and put holos on your PATH:
ASSET=holos_0.5.1_Linux_x86_64.tar.gz
BASE=https://github.com/zeroecco/holos/releases/download/v0.5.1
curl -LO $BASE/$ASSET
curl -LO $BASE/checksums.txt
grep " $ASSET$" checksums.txt | sha256sum -c -
gh attestation verify $ASSET --repo zeroecco/holos
sudo tar -xz -C /usr/local/bin -f $ASSET holos
holos versionThe checksums.txt asset is SHA-256. GitHub artifact attestations provide
signed provenance for the release artifacts; use gh attestation verify
before installing on hosts you care about.
Linux requires /dev/kvm and qemu-system-x86_64 for up and run.
macOS builds are intended for compose-file authoring and offline-ish
subcommands (validate, import, images, pull, doctor).
Changelog
Other changes
- e74a67f: Avoid executable test file races (@zeroecco)
- e12a598: Update UDP validation integration test (@zeroecco)
Full Changelog: v0.5.0...v0.5.1