Compare commits

...
Author SHA1 Message Date
carla 21f640ccc0 chore: publish 4.1.0+7.1.1 release
continuous-integration/drone/tag Build is passing
2026-07-01 19:13:41 +02:00
carla 1d61954cc7 fix: unset postgresql_pass in entrypoint.sh 2026-07-01 17:19:12 +02:00
carla e2a67eaada chore: update image tags 2026-07-01 15:26:27 +02:00
javielico 8f1532c80e 4.0.0+7.0.1-0048
continuous-integration/drone/tag Build is passing
2026-06-04 15:06:34 +00:00
5 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
export ENTRYPOINT_VERSION=v2
export ENTRYPOINT_VERSION=v3
export AUTO_WIZARD_VERSION=v2
export PG_BACKUP_VERSION=v2
+1 -1
View File
@@ -1,7 +1,7 @@
version: "3.8"
services:
zammad-backup:
image: ghcr.io/zammad/zammad:6.5.4
image: ghcr.io/zammad/zammad:7.1.1
command: ["zammad-backup"]
volumes:
- zammad-backup:/var/tmp/zammad
+5 -5
View File
@@ -45,7 +45,7 @@ x-shared:
SSO_PROVIDER_DOMAIN:
IDP_SSO_TARGET_URL:
IDP_SLO_SERVICE_URL:
image: ghcr.io/zammad/zammad:6.5.3
image: ghcr.io/zammad/zammad:7.1.1
deploy:
restart_policy:
condition: on-failure
@@ -69,7 +69,7 @@ x-shared:
services:
zammad-elasticsearch:
image: elasticsearch:8.19.6
image: elasticsearch:9.4.3
deploy:
restart_policy:
condition: on-failure
@@ -100,7 +100,7 @@ services:
zammad-memcached:
command: memcached -m 256M
image: memcached:1.6.39-alpine
image: memcached:1.6.42-alpine
healthcheck:
test: 'echo "version" | nc -vn -w 1 127.0.0.1 11211'
interval: 30s
@@ -134,7 +134,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=3.1.2+6.5.3"
- "coop-cloud.${STACK_NAME}.version=4.1.0+7.1.1"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080"]
@@ -193,7 +193,7 @@ services:
memory: 2G
zammad-redis:
image: redis:7.4.6-alpine
image: redis:8.8.0-alpine
deploy:
restart_policy:
condition: on-failure
+1
View File
@@ -24,6 +24,7 @@ file_env() {
unset "$fileVar"
}
unset POSTGRESQL_PASS # neutralizes upstream image default
file_env "POSTGRESQL_PASS"
# https://github.com/zammad/zammad/blob/develop/contrib/docker/docker-entrypoint.sh
+1
View File
@@ -0,0 +1 @@
Breaking change: Asciifolding and new search features are now available after reindexing via: zammad run rake zammad:searchindex:rebuild. For details, see zammad release notes.