Releases: zammad/zammad-docker-compose
Releases · zammad/zammad-docker-compose
v13.0.0
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 pgautoupgrade/docker-pgautoupgrade.
Users reported the following commandline to work correctly:docker run --name pgauto -it -v zammad-docker-compose_postgresql-data:/var/lib/postgresql/data -e POSTGRES_USER=zammad -e POSTGRES_PASSWORD=XXXXXXXXXX -e PGAUTO_ONESHOT=yes pgautoupgrade/pgautoupgrade:17-alpine
- 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
v12.0.5
v12.0.4
Changes
Full Changelog: v12.0.3...v12.0.4
v12.0.3
Changes
🧹 Maintenance
- Bump github/super-linter from 6 to 7 (#428) @dependabot
Full Changelog: v12.0.2...v12.0.3
v12.0.2
v12.0.1
Changes
Full Changelog: v12.0.0...v12.0.1
v12.0.0
Changes
🚀 Features
- Use only one YAML file to deploy the whole stack (#418) @mgruner
- Remove docker-compose.override.yml from git to avoid file update conflicts with local customizations.
- Make all ENV variables optional (use defaults in YAML as fallback)
- Move .env file to .env.dist to avoid update conflicts. (#419) @mgruner
- Make exposed application port configurable via new
NGINX_EXPOSE_PORT
variable (defaults to 8080) - Use the backup script that was moved to the Zammad image rather than mounting it via docker.
This greatly simplifies the deployment e.g. via Portainer, where now a deployment directly from git is possible just by entering the project URL, no ENVs have to be specified. Customizations via ENV and custom YAML files is possible just like before.
Full Changelog: v11.3.2...v12.0.0
v11.3.2
v11.3.1
Changes
- Update to Zammad 6.3.1. (#413) @mgruner
- Maintenance: Reactivate stale workflow. (#410) @mgruner
- Maintenance: Improve CI test script to use 'bundle exec' and wait less. (#409) @mgruner
🧹 Maintenance
- Bump actions/stale from 8 to 9 (#411) @dependabot
- Bump github/super-linter from 5 to 6 (#408) @dependabot
Full Changelog: v11.3.0...v11.3.1
v11.3.0
Changes
🚀 Features
🧹 Maintenance
- Bump release-drafter/release-drafter from 5 to 6 (#398) @dependabot
Full Changelog: v11.2.0...v11.3.0