diff --git a/compose.yml b/compose.yml index e3aa423..fb2f349 100644 --- a/compose.yml +++ b/compose.yml @@ -46,7 +46,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=7.1.0+22.0.5" + - "coop-cloud.${STACK_NAME}.version=7.2.0+22.0.5" db: image: "mariadb:10.11" diff --git a/release/7.2.0+22.0.5 b/release/7.2.0+22.0.5 new file mode 100644 index 0000000..0a59904 --- /dev/null +++ b/release/7.2.0+22.0.5 @@ -0,0 +1,5 @@ +A persistent volume for themes is now optional, and not enabled by default. + +If you are using a custom theme, consult the recipe `.env.sample` to see the new +variables you need to add. You can use `abra app check ...` to verify that +they've been added correctly.