Skip to content

Releases: zammad/zammad-docker-compose

v13.1.1

17 Jan 10:59
0ace2ef
Compare
Choose a tag to compare

Changes

Full Changelog: v13.1.0...v13.1.1

v13.1.0

10 Jan 11:04
a4c6f48
Compare
Choose a tag to compare

Changes

  • Improve test case for database dump (#454) @mgruner
  • Maintenance: Provide debug output for backup tests. (#453) @mgruner

🚀 Features

  • Make upload size limit configurable via NGINX_CLIENT_MAX_BODY_SIZE (#449) @mgruner

Full Changelog: v13.0.6...v13.1.0

v13.0.6

09 Jan 06:53
e70cc37
Compare
Choose a tag to compare

Changes

  • Patch level updates for images (#452) @mgruner
  • Improve CI test script to make external connectivity check optional (#451) @mgruner

Full Changelog: v13.0.5...v13.0.6

v13.0.5

05 Dec 07:17
ea02285
Compare
Choose a tag to compare

Changes

Full Changelog: v13.0.4...v13.0.5

v13.0.4

28 Nov 06:20
88fef31
Compare
Choose a tag to compare

Changes

  • Patchlevel image updates, added tmp/ permission test (#443) @mgruner

Full Changelog: v13.0.3...v13.0.4

v13.0.3

25 Nov 10:49
3770af4
Compare
Choose a tag to compare

Changes

  • Include S3_URL as a supported environment variable (#442) @dafrica1

Full Changelog: v13.0.2...v13.0.3

v13.0.2

22 Nov 06:22
5d7adaf
Compare
Choose a tag to compare

Changes

Full Changelog: v13.0.1...v13.0.2

v13.0.1

18 Nov 10:57
d1f2406
Compare
Choose a tag to compare

Changes

Full Changelog: v13.0.0...v13.0.1

v13.0.0

06 Nov 09:59
004a96c
Compare
Choose a tag to compare

Changes

🚀 Features

⚠ 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

17 Oct 08:38
d1575ea
Compare
Choose a tag to compare

Changes

Full Changelog: v12.0.4...v12.0.5