chore: publish 2.0.0+2023.2.3 release
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Moritz 2023-03-07 16:48:41 +01:00
parent 2d732e243b
commit 41396da668
2 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,7 @@ services:
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "traefik.http.middlewares.${STACK_NAME}-frameOptions.headers.customFrameOptionsValue=SAMEORIGIN"
- "traefik.http.middlewares.${STACK_NAME}-frameOptions.headers.contentSecurityPolicy=frame-ancestors ${X_FRAME_OPTIONS_ALLOW_FROM}"
- "coop-cloud.${STACK_NAME}.version=1.4.2+2023.2.3"
- "coop-cloud.${STACK_NAME}.version=2.0.0+2023.2.3"
worker:
image: ghcr.io/goauthentik/server:2023.2.3

View File

@ -1 +1,2 @@
Logout URL changes from `https://login.example.org/if/flow/default-invalidation-flow/` to `https://login.example.org/if/flow/logout-flow/`
Replace it in any app that uses this logout url.