diff --git a/website/docs/releases/2024/v2024.12.md b/website/docs/releases/2024/v2024.12.md index 2397ab499b1d..7861a005d9b0 100644 --- a/website/docs/releases/2024/v2024.12.md +++ b/website/docs/releases/2024/v2024.12.md @@ -161,6 +161,15 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2024.12 - website/docs: add content about bindings (cherry-pick #11787) (#12428) - website/docs: add new section about impersonation (cherry-pick #12328) (#12424) +## Fixed in 2024.12.2 + +- core: fix error when creating new user with default path (cherry-pick #12609) (#12612) +- internal: fix missing trailing slash in outpost websocket (cherry-pick #12470) (#12471) +- providers/saml: fix invalid SAML Response when assertion and response are signed (cherry-pick #12611) (#12613) +- rbac: permissions endpoint: allow authenticated users (cherry-pick #12608) (#12610) +- sources/kerberos: authenticate with the user's username instead of the first username in authentik (cherry-pick #12497) (#12579) +- web: fix source selection and outpost integration health (#12530) + ## API Changes #### What's New