website/docs: add 2021.9.5 release notes
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
e0859686c4
commit
62af5b2dd3
|
@ -146,6 +146,24 @@ slug: "2021.9"
|
||||||
- web/elements: fix initialLoad not being done when viewportCheck was disabled
|
- web/elements: fix initialLoad not being done when viewportCheck was disabled
|
||||||
- web/elements: use dedicated button for search clear instead of webkit exclusive one
|
- web/elements: use dedicated button for search clear instead of webkit exclusive one
|
||||||
|
|
||||||
|
## Fixed in 2021.9.5
|
||||||
|
|
||||||
|
- events: add missing migration
|
||||||
|
- lifecycle: switch to h11 uvicorn worker for now
|
||||||
|
- outpost/proxy: fix missing negation for internal host ssl verification
|
||||||
|
- outposts: check ports of deployment in kubernetes outpost controller
|
||||||
|
- outposts: don't always build permissions on outpost.user access, only in signals and tasks
|
||||||
|
- outposts: fix circular import in kubernetes controller
|
||||||
|
- outposts/proxy: add new headers with unified naming
|
||||||
|
- outposts/proxy: show full error message when user is authenticated
|
||||||
|
- providers/ldap: use RDN when using posixGroup's memberUid attribute (#1514)
|
||||||
|
- providers/proxy: always check ingress secret in kubernetes controller
|
||||||
|
- sources/ldap: fix logic error in Active Directory account disabled status
|
||||||
|
- stages/email: add activate_user_on_success flag, add for all example flows
|
||||||
|
- stages/user_login: add check for user.is_active and tests
|
||||||
|
- tests/integration: fix tests failing due to incorrect comparison
|
||||||
|
- web/admin: fix search group label
|
||||||
|
|
||||||
## Upgrading
|
## Upgrading
|
||||||
|
|
||||||
This release does not introduce any new requirements.
|
This release does not introduce any new requirements.
|
||||||
|
|
Reference in New Issue