From e29f75b4fd599919a5b705e99d5b4d958b1bc151 Mon Sep 17 00:00:00 2001 From: updatecli-bot Date: Tue, 7 Jul 2026 03:07:07 +0000 Subject: [PATCH 1/6] chore: memcached-env-dist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .env.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.dist b/.env.dist index ab0483e2..f657ec1f 100644 --- a/.env.dist +++ b/.env.dist @@ -21,7 +21,7 @@ # ELASTICSEARCH_VERSION=9.4.2 # MEMCACHE_SERVERS=zammad-memcached:11211 -# MEMCACHE_VERSION=1.6.42-alpine +# MEMCACHE_VERSION=1.6.43-alpine # REDIS_URL=redis://zammad-redis:6379 # REDIS_VERSION=8.8-alpine # POSTGRES_VERSION=17.10-alpine From fa77727cc882da23dc7597a06b761968a2c3c96a Mon Sep 17 00:00:00 2001 From: updatecli-bot Date: Tue, 7 Jul 2026 03:07:19 +0000 Subject: [PATCH 2/6] chore: memcached MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index d0ff7b3a..3898dcbc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -143,7 +143,7 @@ services: zammad-memcached: command: memcached -m 256M - image: memcached:${MEMCACHE_VERSION:-1.6.42-alpine} + image: memcached:${MEMCACHE_VERSION:-1.6.43-alpine} restart: ${RESTART:-always} healthcheck: test: ["CMD", "nc", "-z", "127.0.0.1", "11211"] From 296d9152351a5df3ecb0cdcdf704f1677f7ab6fc Mon Sep 17 00:00:00 2001 From: updatecli-bot Date: Tue, 7 Jul 2026 03:07:19 +0000 Subject: [PATCH 3/6] chore: elasticsearch-env-dist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .env.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.dist b/.env.dist index f657ec1f..a6dd7d0a 100644 --- a/.env.dist +++ b/.env.dist @@ -19,7 +19,7 @@ # VERSION=develop # bleeding-edge development version # IMAGE_REPO=ghcr.io/zammad/zammad -# ELASTICSEARCH_VERSION=9.4.2 +# ELASTICSEARCH_VERSION=9.4.3 # MEMCACHE_SERVERS=zammad-memcached:11211 # MEMCACHE_VERSION=1.6.43-alpine # REDIS_URL=redis://zammad-redis:6379 From de379adbd891f52e5ffe145a51d003d3a16fe0e2 Mon Sep 17 00:00:00 2001 From: updatecli-bot Date: Tue, 7 Jul 2026 03:07:19 +0000 Subject: [PATCH 4/6] chore: elasticsearch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3898dcbc..31997d80 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -123,7 +123,7 @@ services: user: 0:0 zammad-elasticsearch: - image: elasticsearch:${ELASTICSEARCH_VERSION:-9.4.2} + image: elasticsearch:${ELASTICSEARCH_VERSION:-9.4.3} restart: ${RESTART:-always} volumes: - elasticsearch-data:/usr/share/elasticsearch/data From 28cbcd86175a6f64faee89fc40c4b0791b60b836 Mon Sep 17 00:00:00 2001 From: updatecli-bot Date: Tue, 7 Jul 2026 03:07:21 +0000 Subject: [PATCH 5/6] chore: zammad MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 31997d80..9a202914 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -100,7 +100,7 @@ x-shared: LETSENCRYPT_HOST: LETSENCRYPT_EMAIL: - image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-7.1.1-0012} + image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-7.1.1-0015} restart: ${RESTART:-always} volumes: - zammad-backup:/var/tmp/zammad:ro # needed for waiting on restore operations From bb16304542927da78106c9759493fdc3f3aad0da Mon Sep 17 00:00:00 2001 From: updatecli-bot Date: Tue, 7 Jul 2026 03:07:21 +0000 Subject: [PATCH 6/6] chore: zammad-env-dist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .env.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.dist b/.env.dist index a6dd7d0a..da9ed299 100644 --- a/.env.dist +++ b/.env.dist @@ -11,7 +11,7 @@ # Use a fixed Zammad version rather than the default. If you do so, # you are responsible to update this to newer patch level versions yourself. -# VERSION=7.1.1-0012 +# VERSION=7.1.1-0015 # You can also use floating versions that will give you automatic updates: # VERSION=6.2 # all patchlevel updates # VERSION=6 # including minor updates