From 2b00754324346646bc85fff509c901d3e73f28d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simonyi=20Gerg=C5=91?= <28359278+gergosimonyi@users.noreply.github.com> Date: Mon, 17 Mar 2025 18:53:39 +0100 Subject: [PATCH] website/docs: prepare for 2025.2.2 (#13552) --- website/docs/releases/2025/v2025.2.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/website/docs/releases/2025/v2025.2.md b/website/docs/releases/2025/v2025.2.md index 515f073e83..8168d0ed0e 100644 --- a/website/docs/releases/2025/v2025.2.md +++ b/website/docs/releases/2025/v2025.2.md @@ -168,6 +168,23 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2025.2 - stages/authenticator_email: fix session cleanup test b (cherry-pick #13264) (#13276) - stages/email: Fix email stage serialization (cherry-pick #13256) (#13273) +## Fixed in 2025.2.2 + +- \*: fix stage incorrectly being inserted instead of appended (cherry-pick #13304) (#13327) +- enterprise/stages/source: fix dispatch method signature (cherry-pick #13321) (#13326) +- lib/config: fix conn_max_age parsing (cherry-pick #13370) (#13415) +- providers/SCIM: fix object exists error for users, attempt to look up user ID in remote system (#13437) +- providers/proxy: kubernetes outpost: fix reconcile when only annotations changed (cherry-pick #13372) (#13384) +- providers/rac: fix signals and Endpoint caching (cherry-pick #13529) (#13531) +- sources/oauth: fix duplicate authentication (cherry-pick #13322) (#13535) +- sources/oauth: ignore missing well-known keys (cherry-pick #13468) (#13470) +- stages/authenticator_email: Fix Enroll dropdown in the MFA Devices page (cherry-pick #13404) (#13414) +- stages/identification: check captcha after checking authentication (cherry-pick #13533) (#13551) +- web/admin: fix display bug for assigned users in application bindings in the wizard (cherry-pick #13435) (#13452) +- web/flows: fix missing padding on authenticator_validate card (cherry-pick #13420) (#13519) +- web/user: ensure modal container on user-settings page is min-height: 100% (cherry-pick #13402) (#13413) +- web/user: show admin interface button on mobile (cherry-pick #13421) (#13518) + ## API Changes #### What's New