Skip to content

v10.6.0

Latest
Compare
Choose a tag to compare
@FlorianSW FlorianSW released this 26 Nov 21:07
· 3 commits to master since this release
6365e6b

🚀 Features

  • Support U16 changes (mostly maps, new map variants, updated map images) @timraay in #757

🐛 Bug Fixes

  • Fix example config for punish command in RCon Chat commands @FlorianSW in #759

⚙️ Other changes

  • We've updated some (technical) libraries and components, while this should not be an issue with your setup, we wanted to mention them anyway where appropriate:
    • Updated rq and rq-scheduler, which dropped support for redis servers below version 4; if you use the suggested setup from our documentation, you should be past affected redis versions since... well... forever. Redis 4 reelased back in 2015 😉
    • alembic: This is our database migration tool, neither our tests, nor the release notes indicate that you need to worry about that, if you encounter any issues, please report them in <#706075642885832764> <:pepepray:1024660534089482361>

Upgrade Instructions

git fetch --tags
git checkout v10.6.0
docker compose pull
docker compose up -d

Full Changelog: v10.5.3...v10.6.0