diff --git a/compose.yml b/compose.yml index db51319..fc800c4 100644 --- a/compose.yml +++ b/compose.yml @@ -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 diff --git a/releases/0.2.0+1.9 b/releases/0.2.0+1.9 new file mode 100644 index 0000000..5fd0a41 --- /dev/null +++ b/releases/0.2.0+1.9 @@ -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.