Skip to content

Releases: startersclan/asp

3.3.0

22 Nov 05:19
312fc9d
Compare
Choose a tag to compare

Changes

This release enhances the out-of-the-box experience in Admin Panel with pre-populated maps, with minor fixes. The most notable change is the single docker image instead of separate nginx and php images, with env var support for simpler deployment.

  • Change (docker): Combine nginx and php to a single image for ASP with env var support for configuration @leojonathanoh (#70)

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

3.2.0

25 Jun 09:06
d9709b3
Compare
Choose a tag to compare

Changes

This release focuses mainly on critical bug fixes when viewing stats in the ASP. It also enhances the development workflow, and improves on the BF2 stack example documentation. Notably, the repository is now renamed from startersclan/ASP to startersclan/asp to keep it consistent with docker compose project name conventions.

🚀 Features

🐛 Bug Fixes

  • Fix: Time-based tracking fix for ASP @darth3pio (#51)
  • Fix: Spelling mistake of $date['id']; references to unlock instead of mod; varchar length @darth3pio (#59)
  • Fix: Spelling mistake and missing time zone @darth3pio (#53)
  • Fix: Map images not loading in round summaries @darth3pio (#54)
  • Fix: Fix docker-compose.test.yml to reach asp-nginx @leojonathanoh (#31)
  • Fix (development): Fix wrong port number for phpmyadmin in docker-compose.yml @leojonathanoh (#57)
  • Fix (ci): Use matrix build job for faster builds @leojonathanoh (#45)
  • Fix (ci): Fix docker/metadata-action invalid images @leojonathanoh (#49)

🖊️ Refactors

  • Refactor (ci): Use docker/setup-buildx-action@v2, docker/metadata-action@v4, and docker/login-action@v2 @leojonathanoh (#48)
  • Refactor (ci): Use $GITHUB_ENV, github.ref_name, and bump actions to node 16 @leojonathanoh (#40)

📝 Documentation

  • Docs: Fix links and make full bf2 stack example more concise @leojonathanoh (#34)
  • Docs: Enhance full bf2 stack example with improved instructions, custom gameserver configs, and a custom ASP config @leojonathanoh (#32)
  • Docs: Enhance full bf2 stack example documentation (Part 1) @leojonathanoh (#37)
  • Docs: Disable debug logging in bf2stats config file in full bf2 stack example @leojonathanoh (#38)
  • Docs: Add missing step in full bf2 stack example @leojonathanoh (#35)
  • Docs (readme): Update development docs @leojonathanoh (#39)
  • Docs (readme): Rename repository from startersclan/ASP to startersclan/asp @leojonathanoh (#44)
  • Docs (readme): Fix link to full bf2 stack example @leojonathanoh (#36)
  • Docs (examples): Update links about BF2Statistics 3.1.0 known issues @leojonathanoh (#55)
  • Docs (examples): Remove unneeded aibehaviours-fixloopatwrapper.ai and aidefaultstrategies*.ai @leojonathanoh (#46)
  • Docs (examples): Add missing step to restart BF2 server after setting up the DB the first time @leojonathanoh (#41)
  • Docs (examples): Add --global.sendanonymoususage=false to traefik in docker-compose.yml @leojonathanoh (#47)

🧰 Maintenance

3.1.0

01 Oct 05:13
33ec255
Compare
Choose a tag to compare

Changes

Most changes relate to adding a development framework, CI files, and docker images for the ASP. There are only a few minor bug fixes to the ASP.

docker pull startersclan/asp:3.1.0-nginx
docker pull startersclan/asp:3.1.0-php

🚀 Features

🐛 Bug Fixes

  • Fix: Mount config.php as writeable, and optionally mount armyAbbreviationMap.php, backendAwards.php, and Security.php config files @leojonathanoh (#10)
  • Fix: Fix setting of permissions in Dockerfile.*.prod and use config file for php-fpm @leojonathanoh (#12)
  • Fix: Fix phpmyadmin image in docker-compose.example.yml @leojonathanoh (#20)
  • Fix: Fix link to install module when unable to establish a database connection on the first run @leojonathanoh (#16)
  • Fix: Fix /ASP/ route in src/ASP/system/System.php @leojonathanoh (#4)

🖊️ Refactors

📝 Documentation