3.2.0
github-actions
released this
25 Jun 09:06
·
28 commits
to refs/heads/master
since this release
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
- Enhancement (development): Add
.env
fordocker-compose.yml
and simplify readme @leojonathanoh (#42) - Enhancement (ci): Add integration test @leojonathanoh (#33)
- Enhancement (ci): Add
change
label torelease-drafter.yml
@leojonathanoh (#50)
🐛 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
indocker-compose.yml
@leojonathanoh (#57) - Fix (ci): Use matrix build job for faster builds @leojonathanoh (#45)
- Fix (ci): Fix
docker/metadata-action
invalidimages
@leojonathanoh (#49)
🖊️ Refactors
- Refactor (ci): Use
docker/setup-buildx-action@v2
,docker/metadata-action@v4
, anddocker/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
tostartersclan/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
andaidefaultstrategies*.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
totraefik
indocker-compose.yml
@leojonathanoh (#47)
🧰 Maintenance
- Chore: Release
3.2.0
@leojonathanoh (#61) - Chore (ci): Add missing
update-dockerhub-description
job @leojonathanoh (#43)