From 1cef9c62b72485e1f521298a2f0b3689d4ff050b Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Wed, 19 Jun 2024 12:54:13 +0000 Subject: [PATCH] website/docs: update 2024.6 release notes with latest changes (#10167) --- website/docs/releases/2024/v2024.6.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/docs/releases/2024/v2024.6.md b/website/docs/releases/2024/v2024.6.md index 7b928a3c8298..bbd4a9b8cc05 100644 --- a/website/docs/releases/2024/v2024.6.md +++ b/website/docs/releases/2024/v2024.6.md @@ -104,6 +104,7 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2024.6 - core: fix task clean_expiring_models removing valid sessions with using database storage (#9598) - core: groups api: always prefetch users (#9974) - core: groups: optimize recursive children query (#9931) +- core: include version in built JS files (cherry-pick #9558) (#10148) - core: only prefetch related objects when required (#9476) - crypto: update fingerprint at same time as certificate (#10036) - enterprise/audit: fix audit logging with m2m relations (#9571) @@ -124,6 +125,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: fix existing reputation update (cherry-pick #10124) (#10125) - 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) @@ -144,6 +146,7 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2024.6 - root: docker-compose: remove version top level element (#9631) - root: handle asgi exception (#10085) - root: include task_id in events and logs (#9749) +- root: use custom model serializer that saves m2m without bulk (cherry-pick #10139) (#10151) - sources/oauth: ensure all UI sources return a valid source (#9401) - sources/oauth: fix OAuth Client sending token request incorrectly (#9474) - sources/oauth: modernizes discord icon (#9817) @@ -176,6 +179,8 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2024.6 - web: Add resolved and integrity fields back to package-lock.json (#9419) - web: clean up some repetitive types (#9241) - web: clean up the options rendering in PromptForm (#9564) +- web: fix docker build for non-release versions (cherry-pick #10154) (#10155) +- web: fix needed because recent upgrade to task breaks spinner button (cherry-pick #10142) (#10150) - web: fix value handling inside controlled components (#9648) - web: markdown: display markdown even when frontmatter is missing (#9404)