diff --git a/website/docs/releases/2024/v2024.6.md b/website/docs/releases/2024/v2024.6.md index 5ef12d27e8b1..7b928a3c8298 100644 --- a/website/docs/releases/2024/v2024.6.md +++ b/website/docs/releases/2024/v2024.6.md @@ -92,6 +92,7 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2024.6 ## Minor changes/fixes - admin: system api: do not show FIPS status if no valid license (#10091) +- admin: system api: fix FIPS status schema (#10110) - core: FIPS (#9683) - core: add include_users flag to single group retrieval (#9721) - core: add option to select group for property mapping testing (#9834) @@ -110,6 +111,7 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2024.6 - enterprise/providers/google_workspace: ensure no group is created when no property mappings are set (#9783) - enterprise/providers/microsoft_entra: fix error when updating connection attributes (#10039) - enterprise/providers/microsoft_entra: initial account sync to microsoft entra (#9632) +- enterprise/providers: import user/group data when manually linking objects (#10089) - enterprise/stages/source: fix error when creating source stage from blueprint (#9810) - events: ensure all models' **str** can be called without any further lookups (#9480) - events: fix geoip enrich context not converting to json-seriazable data (#9885) @@ -122,6 +124,7 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2024.6 - lifecycle: always try custom redis URL (#9441) - lifecycle: close database connection after migrating (#9516) - lifecycle: fix ak test-all command +- policies/reputation: save to database directly (#10059) - policies: fix ak_call_policy failing when used in testing (#9853) - providers/oauth2: don't handle api scope as special scope (#9910) - providers/proxy: rework redirect mechanism (#8594)