website/docs: update release notes for 2024.12 and 2025.2 (#13702)

* website/docs: update release notes for 2025.2 and 2024.12

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* update

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* update v2

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* format

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L.
2025-03-28 14:49:35 +01:00
committed by GitHub
parent 71294b7deb
commit 4a12a57c5f
2 changed files with 18 additions and 0 deletions

View File

@ -184,6 +184,13 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2024.12
- sources: allow uuid or slug to be used for retrieving a source (#12772)
- stages/redirect: fix query parameter when redirecting to flow (cherry-pick #12750) (#12752)
## Fixed in 2024.12.4
- core: fix generic sources not being fetchable by pk (#12896)
- core: fix non-exploitable open redirect (#13696)
- flows: fix inspector permission check (#12907)
- security: fix CVE-2025-29928 (cherry-pick #13695) (#13701)
## API Changes
#### What's New

View File

@ -185,6 +185,17 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2025.2
- web/user: ensure modal container on user-settings page is min-height: 100% (cherry-pick #13402) (#13413)
- web/user: show admin interface button on mobile (cherry-pick #13421) (#13518)
## Fixed in 2025.2.3
- admin: fix system API when using bearer token (cherry-pick #13651) (#13654)
- core: fix core/user is_superuser filter (cherry-pick #13693) (#13694)
- core: fix non-exploitable open redirect, reported by [@dominic-r](https://github.com/dominic-r) (cherry-pick #13696) (#13698)
- outposts/ldap: fix paginator going into infinite loop (cherry-pick #13677) (#13679)
- security: fix CVE-2025-29928 (cherry-pick #13695) (#13700)
- stages/email: Clean newline characters in TemplateEmailMessage (cherry-pick #13666) (#13667)
- stages/identification: refresh captcha on failure (cherry-pick #13697) (#13699)
- web/admin: reworked sync status card (cherry-pick #13625) (#13692)
## API Changes
#### What's New