๐งช Beta Release v3.0.0-beta.5
This is a prerelease/beta build, tagged :next (never :latest). It is not installed by docker compose pull on a stable install.
Changelog
- fix(client): link a player's team to the team profile page (#296)
- test: automated upgrade test (2.4.15 -> current build) (#297)
- feat(core): manual-reporting schema and team_members (3.0 phase D, PR D1) (#299)
- fix(api): a two-team double elimination generates and plays its grand final (#298)
- feat(cs2): the platform answers whether game hosts should hold CS2 updates (#300)
- feat(manual-report): the manual-reporting module and its report state machine (3.0 phase D, PRs D2+D3) (#301)
- feat(manual-report): the HTTP routes for reporting a result (3.0 phase D, PRs D4+D5) (#302)
- feat(manual-report): custom stat fields carry values with a report (3.0 phase D, PR D6) (#303)
- feat(client): the team side of manual reporting (3.0 phase D, PR D7) (#304)
- fix(manual-report): reopening a disputed match no longer strands both captains (#305)
- feat(manual-report): the admin disputes UI, and the report form's custom fields (3.0 phase D, PR D8) (#306)
- feat(setup): a tournament for a game the platform cannot watch (3.0 phase D, PRs D9+D10+D11) (#307)
Docker Images
ghcr.io/auto-tournament/auto-tournament:3.0.0-beta.5sivertio/auto-tournament:3.0.0-beta.5sivertio/matchzy-auto-tournament:3.0.0-beta.5ghcr.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.5Docker 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.