From 8f9c4eb13ba859292c27bb41af31d784f13ef48e Mon Sep 17 00:00:00 2001 From: thieneret <123479547+thieneret@users.noreply.github.com> Date: Sun, 19 Jul 2026 13:21:14 +0200 Subject: [PATCH] update authentik to 2026.5.5 (#15855) --- ct/authentik.sh | 7 ++++--- install/authentik-install.sh | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ct/authentik.sh b/ct/authentik.sh index c8b99db82..ec597f15c 100644 --- a/ct/authentik.sh +++ b/ct/authentik.sh @@ -38,13 +38,14 @@ function update_script() { NODE_VERSION="24" setup_nodejs setup_go - UV_PYTHON_INSTALL_DIR="/usr/local/bin" PYTHON_VERSION="3.14.3" setup_uv + $STD uv cache clean + UV_PYTHON_INSTALL_DIR="/usr/local/bin" PYTHON_VERSION="3.14.6" setup_uv RUST_PROFILE="minimal" RUST_TOOLCHAIN="stable" setup_rust setup_yq - AUTHENTIK_VERSION="version/2026.5.3" + AUTHENTIK_VERSION="version/2026.5.5" # Source: https://github.com/goauthentik/fips/blob/main/Makefile#L26 - XMLSEC_VERSION="1.3.11" + XMLSEC_VERSION="1.3.12" if check_for_gh_release "geoipupdate" "maxmind/geoipupdate"; then fetch_and_deploy_gh_release "geoipupdate" "maxmind/geoipupdate" "binary" diff --git a/install/authentik-install.sh b/install/authentik-install.sh index 13e4fbe3d..02f89c922 100644 --- a/install/authentik-install.sh +++ b/install/authentik-install.sh @@ -54,12 +54,12 @@ NODE_VERSION="24" setup_nodejs setup_yq setup_go RUST_PROFILE="minimal" RUST_TOOLCHAIN="stable" setup_rust -UV_PYTHON_INSTALL_DIR="/usr/local/bin" PYTHON_VERSION="3.14.3" setup_uv +UV_PYTHON_INSTALL_DIR="/usr/local/bin" PYTHON_VERSION="3.14.6" setup_uv PG_VERSION="17" setup_postgresql PG_DB_NAME="authentik" PG_DB_USER="authentik" PG_DB_GRANT_SUPERUSER="true" setup_postgresql_db -XMLSEC_VERSION="1.3.11" -AUTHENTIK_VERSION="version/2026.5.3" +XMLSEC_VERSION="1.3.12" +AUTHENTIK_VERSION="version/2026.5.5" fetch_and_deploy_gh_release "xmlsec" "lsh123/xmlsec" "tarball" "${XMLSEC_VERSION}" "/opt/xmlsec" fetch_and_deploy_gh_release "authentik" "goauthentik/authentik" "tarball" "${AUTHENTIK_VERSION}" "/opt/authentik" fetch_and_deploy_gh_release "geoipupdate" "maxmind/geoipupdate" "binary"