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 https://www.postgresql.org/docs/17/upgrading.html for details.
- 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