From 5fb7dc4cb326f1e257eab6517baf4469b1928b97 Mon Sep 17 00:00:00 2001 From: "gcp-cherry-pick-bot[bot]" <98988430+gcp-cherry-pick-bot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 19:18:03 +0100 Subject: [PATCH] website/docs: prepare for 2024.12.0 (cherry-pick #12420) (#12422) website/docs: prepare for 2024.12.0 (#12420) Co-authored-by: Marc 'risson' Schmitt --- SECURITY.md | 2 +- website/docs/releases/2024/v2024.12.md | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index c1ed8f9e926f..956349dacf0d 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -20,8 +20,8 @@ Even if the issue is not a CVE, we still greatly appreciate your help in hardeni | Version | Supported | | --------- | --------- | -| 2024.8.x | ✅ | | 2024.10.x | ✅ | +| 2024.12.x | ✅ | ## Reporting a Vulnerability diff --git a/website/docs/releases/2024/v2024.12.md b/website/docs/releases/2024/v2024.12.md index 292c0b9ea4dc..110215194188 100644 --- a/website/docs/releases/2024/v2024.12.md +++ b/website/docs/releases/2024/v2024.12.md @@ -3,12 +3,6 @@ title: Release 2024.12 slug: "/releases/2024.12" --- -:::::note -2024.12 has not been released yet! We're publishing these release notes as a preview of what's to come, and for our awesome beta testers trying out release candidates. - -To try out the release candidate, replace your Docker image tag with the latest release candidate number, such as 2024.12.0-rc1. You can find the latest one in [the latest releases on GitHub](https://github.com/goauthentik/authentik/releases). If you don't find any, it means we haven't released one yet. -::::: - ## Highlights - **Redirect stage** Conditionally redirect users to other flows and URLs. @@ -102,6 +96,7 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2024.12 - enterprise/rac: fix API Schema for invalidation_flow (#11907) - enterprise/stages/authenticator_endpoint_gdtc: don't set frame options globally (#12311) - enterprise: allow deletion/modification of users when in read-only mode (#12289) +- events: notification_cleanup: avoid unnecessary loop (cherry-pick #12417) (#12418) - flows: better test stage's challenge responses (#12316) - flows: silent authz flow (#12213) - internal: add CSP header to files in `/media` (#12092) @@ -122,6 +117,7 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2024.12 - providers/scim: accept string and int for SCIM IDs (#12093) - rbac: fix incorrect object_description for object-level permissions (#12029) - root: check remote IP for proxy protocol same as HTTP/etc (#12094) +- root: expose CONN_MAX_AGE, CONN_HEALTH_CHECKS and DISABLE_SERVER_SIDE_CURSORS for PostgreSQL config (cherry-pick #10159) (#12419) - root: fix activation of locale not being scoped (#12091) - root: fix database ssl options not set correctly (#12180) - root: fix health status code (#12255)