website/docs: prepare 2024.2.2 release notes (#8782)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2024-03-04 20:06:08 +01:00
committed by GitHub
parent 1be50bcdb2
commit 0a4e34a142

View File

@ -319,6 +319,25 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2024.2
- events: sanitize args and kwargs saved in system tasks (cherry-pick #8644) (#8648) - events: sanitize args and kwargs saved in system tasks (cherry-pick #8644) (#8648)
- stages/authenticator_validate: fix error with get_webauthn_challenge_without_user (cherry-pick #8625) (#8626) - stages/authenticator_validate: fix error with get_webauthn_challenge_without_user (cherry-pick #8625) (#8626)
## Fixed in 2024.2.2
- ci: do not push docker image if fork (#8724)
- ci: fix missing DOCKER_USERNAME secret (#8730)
- ci: fix missing DOCKER_USERNAME secret (cherry-pick #8730) (#8733)
- ci: fix missing output on composite action (cherry-pick #8741) (#8742)
- core: fix blueprint export (cherry-pick #8695) (#8696)
- enterprise: fix read_only activating when no license is installed (cherry-pick #8697) (#8698)
- enterprise: force license usage update after change to license (cherry-pick #8723) (#8725)
- flows: fix mismatched redirect behaviour for invalid and valid flows (cherry-pick #8794) (#8796)
- providers/oauth2: fix inconsistent `sub` value when setting via mapping (cherry-pick #8677) (#8682)
- providers/oauth2: fix offline_access requests when prompt doesn't include consent (cherry-pick #8731) (#8732)
- providers/oauth2: fix validation ordering (cherry-pick #8793) (#8795)
- root: ensure consistent install_id (cherry-pick #8775) (#8776)
- root: fix container build (cherry-pick #8727) (#8728)
- stages/authenticator_webauthn: fix error when enrolling new device (cherry-pick #8738) (#8740)
- web/admin: don't mark property mappings as required anywhere (cherry-pick #8752) (#8755)
- web/admin: don't mark remaining property mappings as required (cherry-pick #8772) (#8773)
## API Changes ## API Changes
#### What's New #### What's New