website/docs: 2024.2.3 release notes (#9313)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2024-04-17 13:17:49 +02:00
committed by GitHub
parent 951acb26dd
commit f409831921

View File

@ -321,10 +321,6 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2024.2
## Fixed in 2024.2.2 ## 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) - core: fix blueprint export (cherry-pick #8695) (#8696)
- enterprise: fix read_only activating when no license is installed (cherry-pick #8697) (#8698) - 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) - enterprise: force license usage update after change to license (cherry-pick #8723) (#8725)
@ -338,6 +334,19 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2024.2
- web/admin: don't mark property mappings as required anywhere (cherry-pick #8752) (#8755) - 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) - web/admin: don't mark remaining property mappings as required (cherry-pick #8772) (#8773)
## Fixed in 2024.2.3
- api: capabilities: properly set can_save_media when s3 is enabled (cherry-pick #8896) (#8897)
- enterprise: only check for valid license existing for creating Enterprise objects (cherry-pick #8813) (#8822)
- enterprise/rac: fix connection token management (cherry-pick #8909) (#8912)
- events: discard notification if user has empty email (cherry-pick #8938) (#8951)
- events: fix incorrect user logged when using API token authentication (#9302)
- lifecycle: migrate: ensure template schema exists before migrating (cherry-pick #8952) (#9022)
- stages/email: Disable autoescape for text templates (cherry-pick #8812) (#8824)
- stages/email: fix issue when sending emails to users with same display as email (cherry-pick #8850) (#8852)
- stages/user_write: ensure user data is json-serializable (cherry-pick #8926) (#8928)
- tenants: really ensure default tenant cannot be deleted (cherry-pick #8875) (#8876)
## API Changes ## API Changes
#### What's New #### What's New