Two Manual changes are needed for existing installs in 4.13
- If you use Custom CSS, please Save it again after updating to minify and save it to the DB.
- Baremetal Installations using Gunicorn >=25.1, apply the following change to your
supervisor.confhttps://gitlab.com/allianceauth/allianceauth/-/merge_requests/1799/diffs#f124dcc318b16ba8fd2fcd02462f9b946894b662_49_50
Changed
- Structure Type Names to better align with in-game https://gitlab.com/allianceauth/allianceauth/-/merge_requests/1798
- Custom CSS can now survive a collectatic --clear. Existing CSS will need to be saved again to apply https://gitlab.com/allianceauth/allianceauth/-/merge_requests/1797
- Ignore Doomheim (deleted) Characters and closed Corporations in ESI updates https://gitlab.com/allianceauth/allianceauth/-/merge_requests/1796
- Improved Gunicorn >=25.1 process handling for new bare metal installs. Existing installs will require modification to
supervisor.confhttps://gitlab.com/allianceauth/allianceauth/-/merge_requests/1799
Docs
- Added example Error handling to serverside datatables example https://gitlab.com/allianceauth/allianceauth/-/merge_requests/1794
Dev
- Add Valkey version checks, this does not define any official Valkey testing or support, but will make Redis compatible versions not fail https://gitlab.com/allianceauth/allianceauth/-/merge_requests/1792
Updating best practices are listed here https://allianceauth.readthedocs.io/en/latest/installation/allianceauth.html#updating
- https://gitlab.com/allianceauth/allianceauth/-/tags/v4.13.0
- https://pypi.org/project/allianceauth/v4.13.0
- Docker Image Tag:
registry.gitlab.com/allianceauth/allianceauth/auth:v4.13.0