Skip to content

Commit 4df77d2

Browse files
authored
Patch-level updates, including Zammad 6.4.2 (#475)
1 parent 6ee671e commit 4df77d2

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.env.dist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111

1212
# Use a fixed Zammad version rather than the default. If you do so,
1313
# you are responsible to update this to newer patch level versions yourself.
14-
# VERSION=6.4.1-64
14+
# VERSION=6.4.2
1515
# You can also use floating versions that will give you automatic updates:
1616
# VERSION=6.2 # all patchlevel updates
1717
# VERSION=6 # including minor updates
1818
# VERSION=latest # all updates of stable versions, including major
1919
# VERSION=develop # bleeding-edge development version
2020
# IMAGE_REPO=ghcr.io/zammad/zammad
2121

22-
# ELASTICSEARCH_VERSION=8.17.3
22+
# ELASTICSEARCH_VERSION=8.17.4
2323
# MEMCACHE_SERVERS=zammad-memcached:11211
24-
# MEMCACHE_VERSION=1.6.37-alpine
24+
# MEMCACHE_VERSION=1.6.38-alpine
2525
# REDIS_URL=redis://zammad-redis:6379
2626
# REDIS_VERSION=7.4.2-alpine
2727
# POSTGRES_VERSION=17.4-alpine

.github/updatecli.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ sources:
66
spec:
77
image: "zammad/zammad-docker-compose"
88
architecture: "linux/amd64"
9-
# tagfilter: "^6\\.4\\.1$"
10-
# tagfilter: "^6\\.4\\.1-\\d{1}"
11-
tagfilter: "^6\\.4\\.1-\\d{2}"
12-
# tagfilter: "^6\\.4\\.1-\\d{3}"
9+
tagfilter: "^6\\.4\\.2$"
10+
# tagfilter: "^6\\.4\\.2-\\d{1}"
11+
# tagfilter: "^6\\.4\\.2-\\d{2}"
12+
# tagfilter: "^6\\.4\\.2-\\d{3}"
1313
elasticsearch:
1414
kind: dockerimage
1515
spec:

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ x-shared:
5151
LETSENCRYPT_HOST:
5252
LETSENCRYPT_EMAIL:
5353

54-
image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.4.1-64}
54+
image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.4.2}
5555
restart: ${RESTART:-always}
5656
volumes:
5757
- zammad-storage:/opt/zammad/storage
@@ -70,7 +70,7 @@ services:
7070
user: 0:0
7171

7272
zammad-elasticsearch:
73-
image: bitnami/elasticsearch:${ELASTICSEARCH_VERSION:-8.17.3}
73+
image: bitnami/elasticsearch:${ELASTICSEARCH_VERSION:-8.17.4}
7474
restart: ${RESTART:-always}
7575
volumes:
7676
- elasticsearch-data:/bitnami/elasticsearch/data
@@ -93,7 +93,7 @@ services:
9393

9494
zammad-memcached:
9595
command: memcached -m 256M
96-
image: memcached:${MEMCACHE_VERSION:-1.6.37-alpine}
96+
image: memcached:${MEMCACHE_VERSION:-1.6.38-alpine}
9797
restart: ${RESTART:-always}
9898

9999
zammad-nginx:

0 commit comments

Comments
 (0)