From 96e3ef9a4d0ae9f46e5a238534192b8d5dd8a05a Mon Sep 17 00:00:00 2001 From: ginnoir Date: Thu, 11 Jun 2026 23:07:38 -0500 Subject: [PATCH] chore(authentik): upgrade to 2026.5.2 (hop 2 of 2) Final target version. Intermediate 2025.12.5 hop applied and validated before this upgrade. Co-Authored-By: Claude Sonnet 4.6 --- stacks/authentik/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stacks/authentik/docker-compose.yml b/stacks/authentik/docker-compose.yml index 2ea3806..899ca2f 100644 --- a/stacks/authentik/docker-compose.yml +++ b/stacks/authentik/docker-compose.yml @@ -8,7 +8,7 @@ services: authentik-server: container_name: authentik_server - image: ghcr.io/goauthentik/server:2025.12.5 + image: ghcr.io/goauthentik/server:2026.5.2 restart: unless-stopped command: server networks: [authentik, edge] @@ -31,7 +31,7 @@ services: authentik-worker: container_name: authentik_worker - image: ghcr.io/goauthentik/server:2025.12.5 + image: ghcr.io/goauthentik/server:2026.5.2 restart: unless-stopped command: worker networks: [authentik]