Levelrail v0.2.0-beta.1
NOTE
This is a pre-release on the beta channel. Pin this exact version for anything you care about staying still.
Highlights
- add database stop/start lifecycle, API, CLI, and dashboard (#440) by @thegdsks
- rank apps by live CPU, memory, and network usage on the dashboard (#443) by @thegdsks
- add bulk restart for every app in a project (#442) by @thegdsks
What's changed
Features
- add database stop/start lifecycle, API, CLI, and dashboard (#440) by @thegdsks
- rank apps by live CPU, memory, and network usage on the dashboard (#443) by @thegdsks
- add bulk restart for every app in a project (#442) by @thegdsks
- pause and resume an entire project (#441) by @thegdsks
- production-readiness batch - reconciler responsiveness, hardening, README (#445) by @thegdsks
Bug fixes
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.1 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.1 sh -s upgradeDocker Compose: pin the image tag in docker-compose.yml:
services:
levelrail:
image: ghcr.io/glincker/levelrail:v0.2.0-beta.1Container 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.1 | sha256:66d714269f82511712e7bf2001c5ff9eb407a997c43e8bc8b9363da8d852bf6a |
ghcr.io/glincker/levelrail-agent | v0.2.0-beta.1 | sha256:7795c41c2fd15bce90f351c4eb0c7d5d136254909fd5773b6715bef0d5326028 |
Verify
Binaries: check downloads against checksums.txt:
gh release download v0.2.0-beta.1 --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:66d714269f82511712e7bf2001c5ff9eb407a997c43e8bc8b9363da8d852bf6a \
--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...v0.2.0-beta.1 | Release page | Installing | Upgrading | Verifying signatures