Releases: zammad/zammad-docker-compose
Releases · zammad/zammad-docker-compose
v14.1.4
v14.1.3
Changes
🧹 Maintenance
- Bump actions/checkout from 5 to 6 (#516) @dependabot[bot]
Full Changelog: v14.1.2...v14.1.3
v14.1.2
Changes
Full Changelog: v14.1.1...v14.1.2
v14.1.1
Changes
🧹 Maintenance
- Bump actions/stale from 9 to 10 (#506) @dependabot[bot]
- Bump actions/checkout from 4 to 5 (#504) @dependabot[bot]
Full Changelog: v14.1.0...v14.1.1
v14.1.0
v14.0.0
Changes
⚠ Breaking Changes
We needed to move away from the bitnami/elasticsearch to the library/elasticsearch image due to bitnami/charts#35164. This change requires a manual update step to fix file permissions in the elasticsearch-data volume:
docker compose run -it -u0 zammad-elasticsearch chown elasticsearch -Rv /usr/share/elasticsearch/data
changed ownership of '/usr/share/elasticsearch/data/node.lock' from 1001 to elasticsearch
changed ownership of '/usr/share/elasticsearch/data/nodes' from 1001 to elasticsearch
…
Full Changelog: v13.6.0...v14.0.0