diff --git a/compose.yml b/compose.yml index b787b9d..f9682c9 100644 --- a/compose.yml +++ b/compose.yml @@ -33,7 +33,7 @@ x-env: &env version: '3.8' services: app: - image: ghcr.io/goauthentik/server:2024.8.2 + image: ghcr.io/goauthentik/server:2024.8.3 command: server depends_on: - db @@ -71,11 +71,11 @@ 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=6.6.0+2024.8.2" + - "coop-cloud.${STACK_NAME}.version=6.7.0+2024.8.3" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" worker: - image: ghcr.io/goauthentik/server:2024.8.2 + image: ghcr.io/goauthentik/server:2024.8.3 command: worker depends_on: - db diff --git a/release/6.7.0+2024.8.3 b/release/6.7.0+2024.8.3 new file mode 100644 index 0000000..e6713fe --- /dev/null +++ b/release/6.7.0+2024.8.3 @@ -0,0 +1,3 @@ +Two critical vulnerabilities were closed: +https://github.com/goauthentik/authentik/security/advisories/GHSA-7jxf-mmg9-9hg7 +https://github.com/goauthentik/authentik/security/advisories/GHSA-8gfm-pr6x-pfh9