chore: publish 3.0.0+2024.06.27 release
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
3wc 2025-01-15 12:43:34 -05:00
parent 60f0f8ba73
commit 86f63e65c3
2 changed files with 4 additions and 1 deletions

View File

@ -96,7 +96,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)" - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "coop-cloud.${STACK_NAME}.version=2.0.0+2024.06.27" - "coop-cloud.${STACK_NAME}.version=3.0.0+2024.06.27"
db: db:
image: redis:7.4.1-alpine image: redis:7.4.1-alpine

3
release/3.0.0+2024.06.27 Normal file
View File

@ -0,0 +1,3 @@
ALERTA! 🚨 Mailu has dropped support for STARTTLS by default see details here: https://mailu.io/2024.06/releases.html#starttls-ports-disabled-by-default
If you are relying on STARTTLS, e.g. SMTP port 587, please copy the example `PORTS` variable from `~/.abra/recipes/mailu/.env.example` BEFORE deploying.