Skip to content

Releases: zammad/zammad-docker-compose

v15.2.1

31 Mar 06:02
9e3a4d6

Choose a tag to compare

Changes

🧹 Maintenance

Full Changelog: v15.2.0...v15.2.1

v15.2.0

24 Mar 15:01
a1feeee

Choose a tag to compare

Changes

  • Maintenance: Improve updatecli workflow token handling (#556) @mgruner

🚀 Features

Full Changelog: v15.1.3...v15.2.0

v15.1.3

24 Mar 06:43
7374fb1

Choose a tag to compare

Changes

  • Patch level image updates

Full Changelog: v15.1.2...v15.1.3

v15.1.2

17 Mar 06:24
27ff4f7

Choose a tag to compare

Changes

🧹 Maintenance

Full Changelog: v15.1.1...v15.1.2

v15.1.1

12 Mar 09:20
a302557

Choose a tag to compare

Changes

Full Changelog: v15.1.0...v15.1.1

v15.1.0

11 Mar 06:30
850c174

Choose a tag to compare

Changes

🚀 Features

  • Fixes #534 - Reset exposed ports for nginx-proxy-manager and cloudflare-tunnel scenarios (#545) @Moltivie

Full Changelog: v15.0.3...v15.1.0

v15.0.3

07 Mar 19:25
d5da231

Choose a tag to compare

Changes

Full Changelog: v15.0.2...v15.0.3

v15.0.2

05 Mar 07:46
10c7a53

Choose a tag to compare

Changes

Full Changelog: v15.0.1...v15.0.2

v15.0.1

04 Mar 12:33
997f449

Choose a tag to compare

Changes

Full Changelog: v15.0.0...v15.0.1

v15.0.0

04 Mar 06:40
d4147fb

Choose a tag to compare

Changes

  • Changes for Zammad 7.0 (#530) @mgruner
  • Add support for Redis Sentinel variables (#510)
  • Add support for restore mode (#491)
    • Zammad 7.0 features restoring backups in docker. This happens inside the zammad-backup container, which therefore needs to mount the zammad-storage volume in rw mode rather than ro so that files can actually be restored.
    • Breaking Change: This change of the mount point must be transferred to any local docker-compose.yml definitions that are already deployed and need to be updated.
  • Update to Elasticsearch 9 and Redis 8 (#531)
    • Breaking Change: The new image requires SSE4.2 instructions for the CPU, which may be a problem in virtualized environments (see #536).
  • Automatically configure trusted RAILS_TRUSTED_PROXIES for proxy scenarios (#532)
  • Drop obsolete version attribute from compose.yml files (#529) @mgruner

Full Changelog: v14.1.6...v15.0.0