website/docs: prepare for 2025.2.2 (#13552)

This commit is contained in:
Simonyi Gergő
2025-03-17 18:53:39 +01:00
committed by GitHub
parent 12a73ef306
commit 2b00754324

View File

@ -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