From 15c654445c6528ce480c9ad1b489a51758f1d93c Mon Sep 17 00:00:00 2001 From: ginnoir Date: Sat, 4 Jul 2026 20:56:00 -0500 Subject: [PATCH] chore(authentik): bump 2026.5.2 -> 2026.5.3 (bugfix/security patch) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pure bugfix/security patch per upstream release notes — no breaking changes or migration steps. Bumps both authentik-server and authentik-worker (embedded outpost updates with the server). Co-Authored-By: Claude Opus 4.8 --- 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 3b57fc6..103bf3f 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:2026.5.2 + image: ghcr.io/goauthentik/server:2026.5.3 restart: unless-stopped command: server networks: [authentik, edge] @@ -36,7 +36,7 @@ services: authentik-worker: container_name: authentik_worker - image: ghcr.io/goauthentik/server:2026.5.2 + image: ghcr.io/goauthentik/server:2026.5.3 restart: unless-stopped command: worker networks: [authentik]