diff --git a/compose.yml b/compose.yml index 36813e1..a6d0423 100644 --- a/compose.yml +++ b/compose.yml @@ -96,7 +96,7 @@ services: - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "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: image: redis:7.4.1-alpine diff --git a/release/3.0.0+2024.06.27 b/release/3.0.0+2024.06.27 new file mode 100644 index 0000000..e219fa8 --- /dev/null +++ b/release/3.0.0+2024.06.27 @@ -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.