From 42ae50f76021086f36397ce9f8db739b7cf62b08 Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Wed, 19 Jun 2024 15:31:49 +0000 Subject: [PATCH] website/docs: update 2024.6 release notes with latest changes (#10174) --- website/docs/releases/2024/v2024.6.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/releases/2024/v2024.6.md b/website/docs/releases/2024/v2024.6.md index bbd4a9b8cc05..b3d3fcf7699d 100644 --- a/website/docs/releases/2024/v2024.6.md +++ b/website/docs/releases/2024/v2024.6.md @@ -98,6 +98,7 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2024.6 - core: add option to select group for property mapping testing (#9834) - core: fix auth_method and auth_method_args being overwritten by password stage (#9782) - core: fix condition in task clean_expiring_models (#9603) +- core: fix error when raising SkipObject in mapping (cherry-pick #10153) - core: fix logic for token expiration (#9426) - core: fix source flow_manager not always appending save stage (#9659) - core: fix source_flow_manager saving user-source connection too early (#9559)