Skip to content

Releases: Auto-Tournament/auto-tournament

Release v3.0.0-beta.2

Release v3.0.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Sep 13:59
9391ecc

🧪 Beta Release v3.0.0-beta.2

This is a prerelease/beta build, tagged :next (never :latest). It is not installed by docker compose pull on a stable install.

Changelog

  • Games onboarding: full-page /welcome/games, real images and genres (#269)
  • Docker: ship LICENSE and NOTICE in the image (#270)
  • docs: clarify commercial use requires a separate license (#271)
  • Image labels and Docker Hub overviews (#273)
  • refactor(core): match lifecycle behind NormalizedEvents and applySeriesResult (3.0 phase C, PR 6b) (#272)
  • Add Contributor License Agreement and CLA check (#275)
  • fix(security): require server token or admin auth for match config download (#276)
  • feat: replace admin Dashboard with an admin home page (#277)

Docker Images

  • ghcr.io/auto-tournament/auto-tournament:3.0.0-beta.2
  • sivertio/auto-tournament:3.0.0-beta.2
  • sivertio/matchzy-auto-tournament:3.0.0-beta.2
  • ghcr.io/auto-tournament/auto-tournament:next
  • sivertio/auto-tournament:next
  • sivertio/matchzy-auto-tournament:next

Pull Command

docker pull ghcr.io/auto-tournament/auto-tournament:3.0.0-beta.2

Docker Hub / GHCR

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 -d

See Getting Started Guide for full setup instructions.

Release v3.0.0-beta.1

Release v3.0.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Sep 13:12

🧪 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

  • fix: players at admin paths go to their player page; auth spec for Home at / (#267)

Docker Images

  • ghcr.io/auto-tournament/auto-tournament:3.0.0-beta.1
  • sivertio/auto-tournament:3.0.0-beta.1
  • sivertio/matchzy-auto-tournament:3.0.0-beta.1
  • ghcr.io/auto-tournament/auto-tournament:next
  • sivertio/auto-tournament:next
  • sivertio/matchzy-auto-tournament:next

Pull Command

docker pull ghcr.io/auto-tournament/auto-tournament:3.0.0-beta.1

Docker Hub / GHCR

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 -d

See Getting Started Guide for full setup instructions.