chore: publish 0.2.0+1.9 release

This commit is contained in:
3wc 2023-03-12 17:24:38 -04:00
parent 814175806c
commit 756e584198
2 changed files with 12 additions and 1 deletions

View File

@ -90,7 +90,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${WEB_DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "coop-cloud.${STACK_NAME}.version=0.1.0+1.8"
- "coop-cloud.${STACK_NAME}.version=0.2.0+1.9"
db:
image: redis:alpine

11
releases/0.2.0+1.9 Normal file
View File

@ -0,0 +1,11 @@
When upgrading to 1.9, you'll need to update your app(s') configuration(s) for
new settings names:
- Rename `AUTH_RATELIMIT` to `AUTH_RATELIMIT_IP`
- Add MESSAGE_RATELIMIT (default `200/day`)
- Add `TZ` to specify server timezone, e.g. `TZ=Etc/UTC`
- Remove `PASSWORD_SCHEME`
- Add `CREDENTIAL_ROUNDS` (default `12`)
If you haven't made these changes already, it's best to bail on this upgrade
FIRST (i.e. Ctrl+C) and run `abra app config` first.