chore: publish 4.0.0+2023.10.5 release
continuous-integration/drone/push Build is failing Details

This commit is contained in:
iexos 2023-12-21 19:49:05 +01:00
parent d01c539c4f
commit b311cadc4c
2 changed files with 4 additions and 3 deletions

View File

@ -32,7 +32,7 @@ x-env: &env
version: '3.8'
services:
app:
image: ghcr.io/goauthentik/server:2023.8.5
image: ghcr.io/goauthentik/server:2023.10.5
command: server
depends_on:
- db
@ -76,11 +76,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=3.3.1+2023.8.5"
- "coop-cloud.${STACK_NAME}.version=4.0.0+2023.10.5"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
worker:
image: ghcr.io/goauthentik/server:2023.8.5
image: ghcr.io/goauthentik/server:2023.10.5
command: worker
depends_on:
- db

1
release/4.0.0+2023.10.5 Normal file
View File

@ -0,0 +1 @@
It is only possible to upgrade to 2023.10 from 2023.8, you need to update to 2023.8.x before applying this update