Skip to content

Commit fc9e1be

Browse files
authored
Update to Zammad 6.5.1 (#503)
* Update to Zammad 6.5.1
1 parent dfd757c commit fc9e1be

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.env.dist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
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.5.0-101
14+
# VERSION=6.5.1
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.18.0
22+
# ELASTICSEARCH_VERSION=8.19.2
2323
# MEMCACHE_SERVERS=zammad-memcached:11211
24-
# MEMCACHE_VERSION=1.6.38-alpine
24+
# MEMCACHE_VERSION=1.6.39-alpine
2525
# REDIS_URL=redis://zammad-redis:6379
26-
# REDIS_VERSION=7.4.4-alpine
26+
# REDIS_VERSION=7.4.5-alpine
2727
# POSTGRES_VERSION=17.5-alpine
2828

2929
# RAILS_TRUSTED_PROXIES=

.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\\.5\\.0$"
10-
# tagfilter: "^6\\.5\\.0-\\d{1}"
11-
# tagfilter: "^6\\.5\\.0-\\d{2}"
12-
tagfilter: "^6\\.5\\.0-\\d{3}"
9+
tagfilter: "^6\\.5\\.1$"
10+
# tagfilter: "^6\\.5\\.1-\\d{1}"
11+
# tagfilter: "^6\\.5\\.1-\\d{2}"
12+
# tagfilter: "^6\\.5\\.1-\\d{3}"
1313
elasticsearch:
1414
kind: dockerimage
1515
spec:

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ x-shared:
5252
LETSENCRYPT_HOST:
5353
LETSENCRYPT_EMAIL:
5454

55-
image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.5.0-101}
55+
image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.5.1}
5656
restart: ${RESTART:-always}
5757
volumes:
5858
- zammad-storage:/opt/zammad/storage
@@ -71,7 +71,7 @@ services:
7171
user: 0:0
7272

7373
zammad-elasticsearch:
74-
image: elasticsearch:${ELASTICSEARCH_VERSION:-8.18.0}
74+
image: elasticsearch:${ELASTICSEARCH_VERSION:-8.19.2}
7575
restart: ${RESTART:-always}
7676
volumes:
7777
- elasticsearch-data:/usr/share/elasticsearch/data
@@ -90,7 +90,7 @@ services:
9090

9191
zammad-memcached:
9292
command: memcached -m 256M
93-
image: memcached:${MEMCACHE_VERSION:-1.6.38-alpine}
93+
image: memcached:${MEMCACHE_VERSION:-1.6.39-alpine}
9494
restart: ${RESTART:-always}
9595

9696
zammad-nginx:
@@ -118,7 +118,7 @@ services:
118118
command: ["zammad-railsserver"]
119119

120120
zammad-redis:
121-
image: redis:${REDIS_VERSION:-7.4.4-alpine}
121+
image: redis:${REDIS_VERSION:-7.4.5-alpine}
122122
restart: ${RESTART:-always}
123123
volumes:
124124
- redis-data:/data

0 commit comments

Comments
 (0)