Skip to content

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 25 Jul 03:45
· 448 commits to main since this release

Install / Upgrade

One-command install (Linux, systemd service):

curl -fsSL https://raw.githubusercontent.com/taliove/hubscope/main/scripts/install.sh | sudo bash

Docker:

git clone https://github.com/taliove/hubscope.git && cd hubscope
docker compose up -d --build

Binaries: 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-missing

Already 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

  • ci(release): install/upgrade section + tag-annotation highlights in release notes by @taliove in #2

Full Changelog: v0.2.1...v0.2.2