v0.2.2
Install / Upgrade
One-command install (Linux, systemd service):
curl -fsSL https://raw.githubusercontent.com/taliove/hubscope/main/scripts/install.sh | sudo bashDocker:
git clone https://github.com/taliove/hubscope.git && cd hubscope
docker compose up -d --buildBinaries: download the tarball for your platform below (linux/darwin × amd64/arm64). Verify with v0.2.2_checksums.txt:
sha256sum -c hubscope_v0.2.2_checksums.txt --ignore-missingAlready running an older release? Re-run the same command you installed with — it upgrades in place and preserves data.
Highlights
Release notes template v2: install/upgrade instructions now lead every release, and this highlight was written in the editor during scripts/release.sh.
The new release.sh + workflow pipeline is validated end to end by this very release.
What's Changed
Maintenance
Full Changelog: v0.2.1...v0.2.2