Skip to content

2.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Nov 05:17
· 78 commits to refs/heads/master since this release
c17b68a

Changes

This release includes minor fixes for logging. The most notable change is the single docker image instead of separate nginx and php images for both asp and bf2sclone, which now support env vars as configuration for simpler deployment.

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

🚀 Features

🐛 Bug Fixes

  • Fix (tests): Fix integration tests to not use a non-existent image @leojonathanoh (#139)
  • Fix (development): Remove unneeded aibehaviours.ai and aidefaultstrategies*.ai bind mounts for bf2 service in docker-compose.yml @leojonathanoh (#122)
  • Fix (ci): Fix docker/metadata-action invalid images @leojonathanoh (#127)
  • Fix (ASP): Fix getawardsinfo.aspx not logging to stderr in docker @leojonathanoh (#134)

🖊️ Refactors

  • Refactor (ci): Use docker/setup-buildx-action@v2, docker/metadata-action@v4, and docker/login-action@v2 @leojonathanoh (#126)

📝 Documentation

  • Docs: Move official readmes to ./docs @leojonathanoh (#136)
  • Docs (examples): Remove unneeded aibehaviours-fixloopatwrapper.ai and aidefaultstrategies*.ai @leojonathanoh (#124)
  • Docs (examples): Add --global.sendanonymoususage=false to traefik in docker-compose.yml @leojonathanoh (#125)

🧰 Maintenance