Levelrail v0.2.0-beta.14
NOTE
This is a pre-release on the beta channel. Pin this exact version for anything you care about staying still.
What's changed
Bug fixes
- resolve three-way migration 0119 collision and a test fake left stale after a parallel merge (#659) by @thegdsks
Install
Fresh install on a Linux host, pinned to this release:
curl -fsSL https://raw.githubusercontent.com/glincker/levelrail/main/install.sh | sudo env LEVELRAIL_VERSION=v0.2.0-beta.14 shUpgrade an existing install in place (keeps the unit file and data):
curl -fsSL https://raw.githubusercontent.com/glincker/levelrail/main/install.sh | sudo env LEVELRAIL_VERSION=v0.2.0-beta.14 sh -s upgradeDocker Compose: pin the image tag in docker-compose.yml:
services:
levelrail:
image: ghcr.io/glincker/levelrail:v0.2.0-beta.14Container images
Multi-arch (linux/amd64, linux/arm64), signed with cosign, SBOM and provenance attached. Also tagged beta at release time (moving tags).
| Image | Tag | Digest |
|---|---|---|
ghcr.io/glincker/levelrail | v0.2.0-beta.14 | sha256:dbd0798b8d30e5c34e1db502fa82d92713d5767638891ece2ff8357ffdc6afa0 |
ghcr.io/glincker/levelrail-agent | v0.2.0-beta.14 | sha256:ff2d6f412ef0c7c98d75a24e94ca53e4acad5a0fd3e968df56a03b72d747f48d |
Verify
Binaries: check downloads against checksums.txt:
gh release download v0.2.0-beta.14 --repo glincker/levelrail --pattern 'levelrail-linux-amd64' --pattern checksums.txt
sha256sum --ignore-missing -c checksums.txtImages: verify the keyless signature was made by this repository's release workflow:
cosign verify ghcr.io/glincker/levelrail@sha256:dbd0798b8d30e5c34e1db502fa82d92713d5767638891ece2ff8357ffdc6afa0 \
--certificate-identity-regexp '^https://github\.com/glincker/levelrail/\.github/workflows/release\.yml@refs/(heads/main|tags/v.+)$' \
--certificate-oidc-issuer https://token.actions.githubusercontent.comContributors
Thanks to @thegdsks.
Full changelog: v0.2.0-beta.13...v0.2.0-beta.14 | Release page | Installing | Upgrading | Verifying signatures