webiste/docs: add 2021.12.1-rc2 release notes
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
e44632f9a0
commit
6c23fc4b2b
|
@ -39,16 +39,11 @@ This release does not have any headline features, and mostly fixes bugs.
|
|||
- stages/email: fix missing component in response when retrying email send
|
||||
- stages/email: minify email css template
|
||||
- stages/email: prevent error with duplicate token
|
||||
- web: add rollup config for proxy outpost
|
||||
- web: attempt to drop fetch errors
|
||||
- web: improve dark theme for vertical tabs
|
||||
- web: only show applications with http link
|
||||
- web: use ak-label for boolean values
|
||||
- web/admin: allow flow edit on flow view page
|
||||
- web/admin: fix actions column on ip reputation page
|
||||
- web/admin: fix display of banners on provider pages
|
||||
- web/admin: fix Forms with file uploads not handling errors correctly
|
||||
- web/admin: fix typo in events action
|
||||
- web/admin: make object view pages more consistent
|
||||
- web/admin: make user clickable for bound policies list
|
||||
- web/admin: redesign provider pages to provide more info
|
||||
|
@ -62,6 +57,30 @@ This release does not have any headline features, and mostly fixes bugs.
|
|||
- web/user: fix filtering for applications based on launchURL
|
||||
- web/user: fix height issues on user interface
|
||||
|
||||
## Fixed in 2021.12.1-rc2
|
||||
|
||||
- *: don't use go embed to make using custom files easier
|
||||
- crypto: add certificate discovery to automatically import certificates from lets encrypt
|
||||
- crypto: fix default API not having an ordering
|
||||
- outposts: always trigger outpost reconcile on startup
|
||||
- outposts/ldap: Rework/improve LDAP search logic. (#1687)
|
||||
- outposts/proxy: make logging fields more consistent
|
||||
- outposts/proxy: re-add rs256 support
|
||||
- providers/proxy: fix defaults for traefik integration
|
||||
- providers/proxy: use wildcard for traefik headers copy
|
||||
- providers/saml: fix error when using post bindings and user freshly logged in
|
||||
- providers/saml: fix IndexError in signature check
|
||||
- sources/ldap: add optional tls verification certificate
|
||||
- sources/ldap: allow multiple server URIs for loadbalancing and failover
|
||||
- sources/ldap: don't cache LDAP Connection, use random server
|
||||
- sources/ldap: handle typeerror during creation of objects when using wrong keyword params
|
||||
- sources/plex: fix plex token being included in event log
|
||||
- stages/prompt: fix error when both default and required are set
|
||||
- web/admin: add spinner to table refresh button to show progress
|
||||
- web/admin: don't show disabled http basic as red
|
||||
- web/admin: fix wrong description for reputation policy
|
||||
- web/flows: fix linting errors
|
||||
- web/flows: Revise duo authenticator login prompt text (#1872)
|
||||
|
||||
## Upgrading
|
||||
|
||||
|
|
Reference in New Issue