Skip to content

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 27 Jul 14:38
· 422 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.4_checksums.txt:

sha256sum -c hubscope_v0.2.4_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

  • production deploy: Docker + Caddy auto-HTTPS, sanitized env config, ops scripts
  • security: hardcoded default admin password removed (interactive creation)
  • web: leaderboard matrix rework (spec 0009, tickets 78/79)
  • install: BUILD_OUTPUT seam + deterministic installer tests

Full Changelog: v0.2.3...v0.2.4