Changes
🚀 Features
- Update to Zammad 6.4, and perform major dependency updates including postgres 17. (#437) @mgruner
⚠ Breaking Changes
- This includes a major update for the postgres dependency from 15 to 17, which requires manual action to upgrade the postgresql cluster data to the new version. Please see the postgres upgrading instructions for details. An example for docker-style postgresql upgrading can be found at tianon/docker-postgres-upgrade.
- If you want to postpone the postgresql version update to a later day (hopefully not forever 😉), you can pin the previous postgresql version via
POSTGRES_VERSION=15.8-alpine
.
Full Changelog: v12.0.5...v13.0.0