๐งช Beta Release v3.0.0-beta.1
This is a prerelease/beta build, tagged :next (never :latest). It is not installed by docker compose pull on a stable install.
Changelog
- Add Google sign-in and share one code path for SSO providers (#233)
- UI rework: adopt the autotournament.gg design system (#234)
- Fix round robin double booking, round robin winner, and shuffle rounds with few servers (#235)
- fix(bootstrap): stop sending unsupported matchzy_loadmatch_url_header_* commands (#237)
- feat(tournament): warn when shuffle setup has fewer servers than needed (#238)
- Release: publish to ghcr.io + Docker Hub mirror, add a beta channel (#236)
- test: characterization tests for CS2 config + event replay (module step 1) (#239)
- Break match_events ordering ties on id (#240)
Docker Images
ghcr.io/auto-tournament/auto-tournament:3.0.0-beta.1sivertio/auto-tournament:3.0.0-beta.1sivertio/matchzy-auto-tournament:3.0.0-beta.1ghcr.io/auto-tournament/auto-tournament:nextsivertio/auto-tournament:nextsivertio/matchzy-auto-tournament:next
Pull Command
docker pull ghcr.io/auto-tournament/auto-tournament:3.0.0-beta.1Docker Hub / GHCR
- https://hub.docker.com/r/sivertio/auto-tournament
- https://github.com/orgs/Auto-Tournament/packages/container/package/auto-tournament
Platforms
linux/amd64(Intel/AMD 64-bit)linux/arm64(ARM 64-bit, e.g., Apple Silicon, AWS Graviton)
Quick Start
docker compose -f docker/docker-compose.yml up -dSee Getting Started Guide for full setup instructions.