website/docs: prepare 2022.1.4
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
5c42dac5e2
commit
814758e2aa
|
@ -86,6 +86,22 @@ This release mostly removes legacy fields and features that have been deprecated
|
|||
- web/admin: fix links which look like labels
|
||||
- web/admin: fix SMS Stage form not working
|
||||
|
||||
## Fixed in 2022.1.4
|
||||
|
||||
- core: fix view_token permission not being assigned on token creation for non-admin user
|
||||
- lifecycle: remove gunicorn reload option
|
||||
- lifecycle: send analytics in gunicorn config to decrease outgoing requests when workers get restarted
|
||||
- providers/proxy: add support for X-Original-URI in nginx, better handle missing headers and report errors to authentik
|
||||
- providers/proxy: don't include hostname and scheme in redirect when we only got a path and not a full URL
|
||||
- providers/proxy: fix routing for external_host when using forward_auth_domain
|
||||
- providers/proxy: set traefik labels using object_naming_template instead of UUID
|
||||
- sources/ldap: add list_flatten function to property mappings, enable on managed LDAP mappings
|
||||
- web: add es locale
|
||||
- web: add pl locale
|
||||
- web/admin: only check first half of locale when detecting
|
||||
- web/flows: fix width on flow container
|
||||
- web/user: include locale code in locale selection
|
||||
|
||||
## Upgrading
|
||||
|
||||
This release does not introduce any new requirements.
|
||||
|
|
Reference in New Issue