2.6.0
github-actions
released this
22 Nov 05:17
·
78 commits
to refs/heads/master
since this release
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
andbf2sclone
with env var support for configuration @leojonathanoh (#133)
🚀 Features
- Enhancement (ci): Use matrix for test jobs @leojonathanoh (#131)
- Enhancement (ci): Refactor Dockerfiles to reduce image size @leojonathanoh (#129)
- Enhancement (ci): Enhance caching between buildx jobs @leojonathanoh (#130)
- Enhancement (ci): Add
release.sh
to create releases @leojonathanoh (#137) - Enhancement (ci): Add
change
label torelease-drafter.yml
@leojonathanoh (#128)
🐛 Bug Fixes
- Fix (tests): Fix integration tests to not use a non-existent image @leojonathanoh (#139)
- Fix (development): Remove unneeded
aibehaviours.ai
andaidefaultstrategies*.ai
bind mounts forbf2
service indocker-compose.yml
@leojonathanoh (#122) - Fix (ci): Fix
docker/metadata-action
invalidimages
@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
, anddocker/login-action@v2
@leojonathanoh (#126)
📝 Documentation
- Docs: Move official readmes to
./docs
@leojonathanoh (#136) - Docs (examples): Remove unneeded
aibehaviours-fixloopatwrapper.ai
andaidefaultstrategies*.ai
@leojonathanoh (#124) - Docs (examples): Add
--global.sendanonymoususage=false
totraefik
indocker-compose.yml
@leojonathanoh (#125)
🧰 Maintenance
- Chore: Release 2.6.0 @leojonathanoh (#138)
- Chore (development): Remove unneeded DNS spoofing in
prmasterserver
indocker-compose.yml
@leojonathanoh (#140) - Chore (ci): Add missing
update-dockerhub-description
job @leojonathanoh (#123)