website/docs: prepare release notes for 2024.8.2 (#11394)
Signed-off-by: Jens Langhammer <jens@goauthentik.io> # Conflicts: # website/docs/releases/2024/v2024.8.md
This commit is contained in:
@ -245,6 +245,36 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2024.8
|
||||
- web/flows: remove continue button from AutoSubmit stage (#10253)
|
||||
- web/flows: Simplified flow executor (#10296)
|
||||
|
||||
## Fixed in 2024.8.1
|
||||
|
||||
- core: bump cryptography from 43.0.0 to 43.0.1 (cherry-pick #11185) (#11202)
|
||||
- core: fix change_user_type always requiring usernames (cherry-pick #11177) (#11178)
|
||||
- core: fix missing argument name escaping for property mapping (cherry-pick #11231) (#11252)
|
||||
- internal: fix go paginator not setting page correctly (cherry-pick #11253) (#11255)
|
||||
- providers/ldap: fix incorrect permission check for search access (cherry-pick #11217) (#11218)
|
||||
- providers/ldap: fix migration assuming search group is set (cherry-pick #11170) (#11172)
|
||||
- providers/ldap: rework search_group migration to work with read replicas (cherry-pick #11228) (#11229)
|
||||
- root: backport s3 storage changes (cherry-pick #11181) (#11183)
|
||||
- web/admin: fix error in Outpost creation form (cherry-pick #11173) (#11175)
|
||||
- web/admin: fix misc dual select on different forms (#11203)
|
||||
- web/admin: fix missing Sync object button SCIM Provider (cherry-pick #11211) (#11213)
|
||||
- web/admin: improve error handling (cherry-pick #11212) (#11219)
|
||||
- web/users: show - if device was registered before we started saving the time (cherry-pick #11256) (#11257)
|
||||
|
||||
## Fixed on 2024.8.2
|
||||
|
||||
- core: ensure all providers have correct priority (cherry-pick #11280) (#11281)
|
||||
- core: ensure proxy provider is correctly looked up (cherry-pick #11267) (#11269)
|
||||
- core: fix permission check for scoped impersonation (cherry-pick #11315) (#11316)
|
||||
- enterprise: fix API mixin license validity check (cherry-pick #11331) (#11342)
|
||||
- enterprise: show specific error if Install ID is invalid in license (cherry-pick #11317) (#11319)
|
||||
- events: optimise marking events as seen (cherry-pick #11297) (#11299)
|
||||
- providers/proxy: fix URL path getting lost when partial URL is given to rd= (cherry-pick #11354) (#11355)
|
||||
- root: fix ensure `outpost_connection_discovery` runs on worker startup (cherry-pick #11260) (#11270)
|
||||
- sources/ldap: fix missing search attribute (cherry-pick #11125) (#11340)
|
||||
- web: revert lockfile lint, re-add integrity (#11380)
|
||||
- web/admin: fix notification property mapping forms (cherry-pick #11298) (#11300)
|
||||
|
||||
## API Changes
|
||||
|
||||
#### What's New
|
||||
|
Reference in New Issue
Block a user