website/docs: update release notes (#4833)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L 2023-03-02 20:27:51 +01:00 committed by GitHub
parent 972dce1462
commit e47bbe63b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 0 deletions

View File

@ -166,6 +166,10 @@ image:
- web/flows: fix alternate captchas not loading
- web/flows: rework error display, always use ak-stage-flow-error instead of shell
## Fixed in 2022.12.3
- \*: fix [CVE-2023-26481](../security/CVE-2023-26481), Reported by [@fuomag9](https://github.com/fuomag9)
## API Changes
#### What's Changed

View File

@ -119,6 +119,10 @@ image:
- stages/user_write: fix migration setting wrong value, fix form
## Fixed in 2023.1.3
- \*: fix [CVE-2023-26481](../security/CVE-2023-26481), Reported by [@fuomag9](https://github.com/fuomag9)
## API Changes
#### What's Deleted

View File

@ -107,6 +107,10 @@ image:
- web/admin: fix error when creating new users
- web/user: revert truncate behaviour for application description
## Fixed in 2023.2.3
- \*: fix [CVE-2023-26481](../security/CVE-2023-26481), Reported by [@fuomag9](https://github.com/fuomag9)
## API Changes
#### What's New