diff --git a/compose.yml b/compose.yml index 448d3bc..a5c71e6 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.6.3 + image: ghcr.io/goauthentik/server:2024.6.5 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.5.0+2024.6.3" + - "coop-cloud.${STACK_NAME}.version=6.5.1+2024.6.5" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" worker: - image: ghcr.io/goauthentik/server:2024.6.3 + image: ghcr.io/goauthentik/server:2024.6.5 command: worker depends_on: - db diff --git a/release/6.5.1+2024.6.5 b/release/6.5.1+2024.6.5 new file mode 100644 index 0000000..2a486e5 --- /dev/null +++ b/release/6.5.1+2024.6.5 @@ -0,0 +1,5 @@ +Replaced icon bbb.jpg with icon.png - configs need to be updated when upgrading! + +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 diff --git a/release/next b/release/next deleted file mode 100644 index d53f487..0000000 --- a/release/next +++ /dev/null @@ -1 +0,0 @@ -Replaced icon bbb.jpg with icon.png - configs need to be updated when upgrading! \ No newline at end of file