Skip to content

Release 1.2.0

Compare
Choose a tag to compare
@mschnitzer mschnitzer released this 07 Nov 02:59
· 35 commits to main since this release
851cdae

Server admins that want to upgrade to this release, just need to run docker pull mschnitzer/asa-linux-server and restart their container by running docker-compose up -d. There's no need to adjust anything beyond that if you are running the latest release already.

Changelog:

  • Added a way to allow the container start in a debug mode, by setting ENABLE_DEBUG=1 as an environment variable in docker-compose.yml
  • Added a section regarding server administration that touches on these topics:
    • Enabling debug mode
    • Applying server updates
    • Daily restarts
    • Executing RCON commands through asa-ctrl
  • Added asa-ctrl as a tool inside the container to allow easy execution of RCON commands. The tool will be enhanced over time to perform certain server administration tasks, as well as managing mods (featured in the next release 1.3.0). It is currently considered in Beta phase.
  • Removed the duplicated set-permissions-1 section from docker-compose.yml