website/docs: prepare for 2024.12.0 (#12420)

This commit is contained in:
Marc 'risson' Schmitt
2024-12-19 19:17:14 +01:00
committed by GitHub
parent 6687ffc6d2
commit 3e8620b686
2 changed files with 3 additions and 7 deletions

View File

@ -20,8 +20,8 @@ Even if the issue is not a CVE, we still greatly appreciate your help in hardeni
| Version | Supported | | Version | Supported |
| --------- | --------- | | --------- | --------- |
| 2024.8.x | ✅ |
| 2024.10.x | ✅ | | 2024.10.x | ✅ |
| 2024.12.x | ✅ |
## Reporting a Vulnerability ## Reporting a Vulnerability

View File

@ -3,12 +3,6 @@ title: Release 2024.12
slug: "/releases/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 ## Highlights
- **Redirect stage** Conditionally redirect users to other flows and URLs. - **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/rac: fix API Schema for invalidation_flow (#11907)
- enterprise/stages/authenticator_endpoint_gdtc: don't set frame options globally (#12311) - enterprise/stages/authenticator_endpoint_gdtc: don't set frame options globally (#12311)
- enterprise: allow deletion/modification of users when in read-only mode (#12289) - 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: better test stage's challenge responses (#12316)
- flows: silent authz flow (#12213) - flows: silent authz flow (#12213)
- internal: add CSP header to files in `/media` (#12092) - 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) - providers/scim: accept string and int for SCIM IDs (#12093)
- rbac: fix incorrect object_description for object-level permissions (#12029) - rbac: fix incorrect object_description for object-level permissions (#12029)
- root: check remote IP for proxy protocol same as HTTP/etc (#12094) - 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 activation of locale not being scoped (#12091)
- root: fix database ssl options not set correctly (#12180) - root: fix database ssl options not set correctly (#12180)
- root: fix health status code (#12255) - root: fix health status code (#12255)