From 0419ed279d8f29124e434feed9536b9ba1049a85 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 12 Mar 2024 14:27:32 +0100 Subject: [PATCH] chore: publish 5.0.0+2024.2.2 release --- README.md | 2 +- compose.yml | 6 +++--- custom_flows.yaml.tmpl | 2 +- release/5.0.0+2024.2.2 | 1 + system_tenant.yaml.tmpl | 4 ++-- 5 files changed, 8 insertions(+), 7 deletions(-) create mode 100644 release/5.0.0+2024.2.2 diff --git a/README.md b/README.md index e639b57..0b89d75 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ The `abra.sh` function `apply_blueprints` needs to be executed to deactivate the - `default-source-enrollment-field-username` - Custom System Tenant - Default - Tenant - - APPEND: `authentik_tenants.tenant domain: authentik-default` + - APPEND: `authentik_brands.brand domain: authentik-default` - Recovery with email verification - USE: - `default-recovery-flow` diff --git a/compose.yml b/compose.yml index cd0d97f..b211055 100644 --- a/compose.yml +++ b/compose.yml @@ -32,7 +32,7 @@ x-env: &env version: '3.8' services: app: - image: ghcr.io/goauthentik/server:2023.10.7 + image: ghcr.io/goauthentik/server:2024.2.2 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=4.3.0+2023.10.7" + - "coop-cloud.${STACK_NAME}.version=5.0.0+2024.2.2" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" worker: - image: ghcr.io/goauthentik/server:2023.10.7 + image: ghcr.io/goauthentik/server:2024.2.2 command: worker depends_on: - db diff --git a/custom_flows.yaml.tmpl b/custom_flows.yaml.tmpl index c859f48..215107d 100644 --- a/custom_flows.yaml.tmpl +++ b/custom_flows.yaml.tmpl @@ -402,4 +402,4 @@ entries: identifiers: pk: 047cce25-aae2-4b02-9f96-078e155f803d id: system_tenant - model: authentik_tenants.tenant + model: authentik_brands.brand diff --git a/release/5.0.0+2024.2.2 b/release/5.0.0+2024.2.2 new file mode 100644 index 0000000..3a8e91a --- /dev/null +++ b/release/5.0.0+2024.2.2 @@ -0,0 +1 @@ +Blueprint changes are applied and automatic migrations should work, however, manual action may be required: https://docs.goauthentik.io/docs/releases/2024.2 \ No newline at end of file diff --git a/system_tenant.yaml.tmpl b/system_tenant.yaml.tmpl index 448d4dd..160173b 100644 --- a/system_tenant.yaml.tmpl +++ b/system_tenant.yaml.tmpl @@ -21,7 +21,7 @@ entries: # remove custom tenant from old recipe - identifiers: domain: {{ env "DOMAIN" }} - model: authentik_tenants.tenant + model: authentik_brands.brand state: absent - attrs: @@ -32,4 +32,4 @@ entries: identifiers: default: true domain: authentik-default - model: authentik_tenants.tenant + model: authentik_brands.brand