chore: publish 0.4.1+2.5.2 release
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2023-01-20 18:42:32 -08:00
parent 6bb7663344
commit 6ac1dd3c40
2 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,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=0.3.1+2.5.2"
- "coop-cloud.${STACK_NAME}.version=0.4.1+2.5.2"
db:
image: mariadb:10.9
environment:

1
releases/0.4.1+2.5.2 Normal file
View File

@ -0,0 +1 @@
The SECRET_SMTP_PASSWORD version has been renamed to SECRET_SMTP_PASSWORD_VERSION for consistency with other secret variables. This shouldn't affect existing secret names, but you'll need to run `abra app config ..` and update the version variable name on all your existing app instances.