Merge branch 'version-2022.1'
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org> # Conflicts: # poetry.lock
This commit is contained in:
commit
c14025c579
|
@ -104,6 +104,28 @@ This release mostly removes legacy fields and features that have been deprecated
|
|||
- web/flows: fix width on flow container
|
||||
- web/user: include locale code in locale selection
|
||||
|
||||
## Fixed in 2022.1.5
|
||||
|
||||
- build(deps): bump uvicorn from 0.17.1 to 0.17.3 (#2229)
|
||||
- core: allow formatting strings to be used for applications' launch URLs
|
||||
- internal: don't attempt to lookup SNI Certificate if no SNI is sent
|
||||
- internal: fix CSRF error caused by Host header
|
||||
- internal: improve error handling for internal reverse proxy
|
||||
- internal: remove uvicorn server header
|
||||
- internal: trace headers and url for backend requests
|
||||
- outposts: fix channel not always having a logger attribute
|
||||
- outposts: fix compare_ports to support both service and container ports
|
||||
- outposts: fix service reconciler re-creating services
|
||||
- outposts: remove node_port on V1ServicePort checks to prevent service creation loops
|
||||
- providers/proxy: fix Host/:Authority not being modified
|
||||
- providers/proxy: fix nil error in claims
|
||||
- providers/proxy: improve error handling for invalid backend_override
|
||||
- sources/ldap: log entire exception
|
||||
- sources/saml: fix incorrect ProtocolBinding being sent
|
||||
- sources/saml: fix server error
|
||||
- stages/authenticator_validate: handle non-existent device_challenges
|
||||
- web/admin: fix mismatched icons in overview and lists
|
||||
|
||||
## Upgrading
|
||||
|
||||
This release does not introduce any new requirements.
|
||||
|
|
Reference in New Issue