From c9d273dc81ece997f2c2cd650903d44289d28a5c Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Sun, 1 Mar 2026 17:11:41 -0800 Subject: [PATCH] Update authentik changelog fragment to mention version upgrade Co-Authored-By: Claude Opus 4.6 --- docs/changelog.d/authentik-source-build.infra.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.d/authentik-source-build.infra.md b/docs/changelog.d/authentik-source-build.infra.md index 757ad9e..e62077b 100644 --- a/docs/changelog.d/authentik-source-build.infra.md +++ b/docs/changelog.d/authentik-source-build.infra.md @@ -1 +1 @@ -Build authentik 2026.2.0 from source via custom Nix derivation, replacing the nixpkgs `pkgs.authentik` dependency. Four components (API client generation, Python backend, web UI, Go server) assembled into a single container image with full supply chain control via forge mirrors. +Upgrade authentik from 2025.10.1 to 2026.2.0, building core services from source via custom Nix derivations rather than using nixpkgs directly (nixpkgs still provides satellite dependencies like Python, Go, and system libraries). Four components (API client generation, Python backend, web UI, Go server) assembled into a single container image with full supply chain control via forge mirrors.