chore: publish 6.5.1+2024.6.5 release

This commit is contained in:
Moritz 2024-09-30 15:05:47 +02:00
parent bed917a28c
commit 9f5a39abaf
3 changed files with 8 additions and 4 deletions

View File

@ -33,7 +33,7 @@ x-env: &env
version: '3.8' version: '3.8'
services: services:
app: app:
image: ghcr.io/goauthentik/server:2024.6.3 image: ghcr.io/goauthentik/server:2024.6.5
command: server command: server
depends_on: depends_on:
- db - db
@ -71,11 +71,11 @@ services:
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - "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.customFrameOptionsValue=SAMEORIGIN"
- "traefik.http.middlewares.${STACK_NAME}-frameOptions.headers.contentSecurityPolicy=frame-ancestors ${X_FRAME_OPTIONS_ALLOW_FROM}" - "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}" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
worker: worker:
image: ghcr.io/goauthentik/server:2024.6.3 image: ghcr.io/goauthentik/server:2024.6.5
command: worker command: worker
depends_on: depends_on:
- db - db

5
release/6.5.1+2024.6.5 Normal file
View File

@ -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

View File

@ -1 +0,0 @@
Replaced icon bbb.jpg with icon.png - configs need to be updated when upgrading!