diff --git a/website/docs/releases/v2021.5.md b/website/docs/releases/v2021.5.md index 08fd39f94..dd7467e56 100644 --- a/website/docs/releases/v2021.5.md +++ b/website/docs/releases/v2021.5.md @@ -58,6 +58,25 @@ This feature is still in technical preview, so please report any Bugs you run in - Add single-use flag for invitations to delete token after use. - Fix sidebar not collapsible on mobile. +## Fixed in 2021.5.2 + +- core: fix application's slug field not being set to unique +- flows: fix error when using cancel flow +- lib: fix parsing of remote IP header when behind multiple reverse proxies +- lifecycle: check if group of docker socket exists +- lifecycle: fix error when worker is not running as root +- outposts: fix error when controller loads from cache but cache has expired +- outposts: fix missing default for OutpostState.for_channel +- outposts: fix reload notification not working due to wrong ID being cached +- outposts/proxy: fix error redeeming code when using non-standard ports +- outposts/proxy: fix insecure TLS Skip +- providers/ldap: use username instead of name for user dn (#883) +- providers/proxy: connect ingress to https instead of http +- web: fix chunks overwriting each other +- web/admin: add notice for LDAP Provider's group selection +- web/admin: fix PropertyMappings not loading correctly +- website/docs: add example ldapsearch command + ## Upgrading This release does not introduce any new requirements.