chore: publish 3.0.0+v2.11.22 with release note
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
decentral1se 2025-04-22 09:10:44 +02:00
parent acb4c6960a
commit ac53e9debe
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 3 additions and 1 deletions

View File

@ -47,7 +47,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.${STACK_NAME}.service=api@internal"
- "traefik.http.routers.${STACK_NAME}.middlewares=security@file"
- "coop-cloud.${STACK_NAME}.version=2.10.0+v2.11.22"
- "coop-cloud.${STACK_NAME}.version=3.0.0+v2.11.22"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "backupbot.backup=${ENABLE_BACKUPS:-true}"

2
release/3.0.0+v2.11.22 Normal file
View File

@ -0,0 +1,2 @@
socket-proxy: switch to endpoint-mode dnsrr instead of vip
See https://git.coopcloud.tech/coop-cloud/traefik/pulls/50.