From b20736d89b3d8e8e9745562b4072a46e61a3fac2 Mon Sep 17 00:00:00 2001 From: updatecli-bot Date: Tue, 14 Jul 2026 04:48:47 +0000 Subject: [PATCH 1/4] 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 fe164d33..c4faebae 100644 --- a/.env.dist +++ b/.env.dist @@ -21,7 +21,7 @@ # ELASTICSEARCH_VERSION=9.4.3 # MEMCACHE_SERVERS=zammad-memcached:11211 -# MEMCACHE_VERSION=1.6.44-alpine +# MEMCACHE_VERSION=1.6.45-alpine # REDIS_URL=redis://zammad-redis:6379 # REDIS_VERSION=8.8-alpine # POSTGRES_VERSION=17.10-alpine From 8f40a32fa6468c123a6781a50be38102741aefb5 Mon Sep 17 00:00:00 2001 From: updatecli-bot Date: Tue, 14 Jul 2026 04:48:47 +0000 Subject: [PATCH 2/4] 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 7cec5794..39810726 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.44-alpine} + image: memcached:${MEMCACHE_VERSION:-1.6.45-alpine} restart: ${RESTART:-always} healthcheck: test: ["CMD", "nc", "-z", "127.0.0.1", "11211"] From 1f6dfffad24e29f35690f624510178113d7189d3 Mon Sep 17 00:00:00 2001 From: updatecli-bot Date: Tue, 14 Jul 2026 04:48:47 +0000 Subject: [PATCH 3/4] 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 39810726..6e229f98 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-0020} + image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-7.1.1-0026} restart: ${RESTART:-always} volumes: - zammad-backup:/var/tmp/zammad:ro # needed for waiting on restore operations From 21408e2e12a0368f64232d6c8ca417bf6ce92268 Mon Sep 17 00:00:00 2001 From: updatecli-bot Date: Tue, 14 Jul 2026 04:48:48 +0000 Subject: [PATCH 4/4] 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 c4faebae..cb84faf9 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-0020 +# VERSION=7.1.1-0026 # You can also use floating versions that will give you automatic updates: # VERSION=6.2 # all patchlevel updates # VERSION=6 # including minor updates