Skip to content

v14.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Aug 05:04
· 4 commits to refs/heads/master since this release
dfd757c

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
…
  • Maintenance: Switch from bitnami/elasticsearch to library/elasticsearch (#500) @mgruner

Full Changelog: v13.6.0...v14.0.0