From c028e32aed5923fb88b9c13a628f213df168d222 Mon Sep 17 00:00:00 2001 From: Thieneret Date: Wed, 8 Apr 2026 21:38:53 +0200 Subject: [PATCH] Bump authentik version to 2026.2.2 and pin xmlsec version to 1.3.9 --- ct/authentik.sh | 5 +++-- install/authentik-install.sh | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ct/authentik.sh b/ct/authentik.sh index fc195c21..64077a0c 100644 --- a/ct/authentik.sh +++ b/ct/authentik.sh @@ -24,8 +24,9 @@ function update_script() { check_container_storage check_container_resources - AUTHENTIK_VERSION="version/2026.2.0" + AUTHENTIK_VERSION="version/2026.2.2" NODE_VERSION="24" + XMLSEC_VERSION="1.3.9" if [[ ! -d /opt/authentik ]]; then msg_error "No authentik Installation Found!" @@ -48,7 +49,7 @@ function update_script() { if check_for_gh_release "xmlsec" "lsh123/xmlsec"; then - CLEAN_INSTALL=1 fetch_and_deploy_gh_release "xmlsec" "lsh123/xmlsec" "tarball" "latest" "/opt/xmlsec" + CLEAN_INSTALL=1 fetch_and_deploy_gh_release "xmlsec" "lsh123/xmlsec" "tarball" "${XMLSEC_VERSION}" "/opt/xmlsec" msg_info "Update xmlsec" cd /opt/xmlsec diff --git a/install/authentik-install.sh b/install/authentik-install.sh index ed9ca59e..53961d23 100644 --- a/install/authentik-install.sh +++ b/install/authentik-install.sh @@ -47,10 +47,11 @@ $STD apt install -y \ git msg_ok "Installed Dependencies" -AUTHENTIK_VERSION="version/2026.2.0" +AUTHENTIK_VERSION="version/2026.2.2" NODE_VERSION="24" +XMLSEC_VERSION="1.3.9" -fetch_and_deploy_gh_release "xmlsec" "lsh123/xmlsec" "tarball" "latest" "/opt/xmlsec" +fetch_and_deploy_gh_release "xmlsec" "lsh123/xmlsec" "tarball" "${XMLSEC_VERSION}" "/opt/xmlsec" msg_info "Setup xmlsec" cd /opt/xmlsec