From 316f43e6eb4432249ddb76341d563c58827b7cc0 Mon Sep 17 00:00:00 2001 From: "Jens L." Date: Wed, 29 Jan 2025 18:44:52 +0100 Subject: [PATCH] website/docs: 2024.12.3 release notes (#12871) * website/docs: 2024.12.3 release notes Signed-off-by: Jens Langhammer * fix typo Signed-off-by: Jens Langhammer --------- Signed-off-by: Jens Langhammer --- website/docs/releases/2024/v2024.12.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/website/docs/releases/2024/v2024.12.md b/website/docs/releases/2024/v2024.12.md index 5766f83003..3e9aa7199b 100644 --- a/website/docs/releases/2024/v2024.12.md +++ b/website/docs/releases/2024/v2024.12.md @@ -170,6 +170,20 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2024.12 - 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) +## Fixed in 2024.12.3 + +- core: fix application entitlements not creatable with blueprints (cherry-pick #12673) (#12784) +- core: fix permissions for admin device listing (cherry-pick #12787) (#12791) +- enterprise/rac: Improve client connection status & bugfixes (cherry-pick #12684) (#12727) +- flows: clear flow state before redirecting to final URL (cherry-pick #12788) (#12801) +- lifecycle: better pre release test (cherry-pick #12806) (#12808) +- lifecycle: build binary dependencies which link against SSL directly (#12724) +- lifecycle: fix cryptography's OpenSSL path (cherry-pick #12753) (#12759) +- lifecycle: update python to 3.12.8 (cherry-pick #12783) (#12786) +- rbac: exclude permissions for internal models (cherry-pick #12803) (#12807) +- sources: allow uuid or slug to be used for retrieving a source (#12772) +- stages/redirect: fix query parameter when redirecting to flow (cherry-pick #12750) (#12752) + ## API Changes #### What's New