From ea02285f64eacf430af1b5fbfaa08935bba32220 Mon Sep 17 00:00:00 2001 From: Martin Gruner Date: Thu, 5 Dec 2024 08:16:32 +0100 Subject: [PATCH] Update to Zammad 6.4.1 (#445) --- .env.dist | 2 +- .github/updatecli.yaml | 8 ++++---- docker-compose.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.env.dist b/.env.dist index 8616eecb..c2060ad6 100644 --- a/.env.dist +++ b/.env.dist @@ -15,7 +15,7 @@ # REDIS_VERSION=7.4.1-alpine # RESTART=always # Use a fixed version. You are responsible to update this to newer patch level versions yourself. -# VERSION=6.4.0-34 +# VERSION=6.4.1 # You can also use floating versions that will give you automatic updates: # VERSION=6.2 # all patchlevel updates # VERSION=6 # including minor updates diff --git a/.github/updatecli.yaml b/.github/updatecli.yaml index 7fde32ab..0ef34f8e 100644 --- a/.github/updatecli.yaml +++ b/.github/updatecli.yaml @@ -6,10 +6,10 @@ sources: spec: image: "zammad/zammad-docker-compose" architecture: "linux/amd64" - # tagfilter: "^6\\.4\\.0$" - # tagfilter: "^6\\.4\\.0-\\d{1}" - tagfilter: "^6\\.4\\.0-\\d{2}" - # tagfilter: "^6\\.4\\.0-\\d{3}" + tagfilter: "^6\\.4\\.1$" + # tagfilter: "^6\\.4\\.1-\\d{1}" + # tagfilter: "^6\\.4\\.1-\\d{2}" + # tagfilter: "^6\\.4\\.1-\\d{3}" elasticsearch: kind: dockerimage spec: diff --git a/docker-compose.yml b/docker-compose.yml index 679e95c3..0cedfa3a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -37,7 +37,7 @@ x-shared: ZAMMAD_SESSION_JOBS: ZAMMAD_PROCESS_SCHEDULED: ZAMMAD_PROCESS_DELAYED_JOBS_WORKERS: - image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.4.0-34} + image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.4.1} restart: ${RESTART:-always} volumes: - zammad-storage:/opt/zammad/storage