diff --git a/website/docs/releases/v2022.6.md b/website/docs/releases/v2022.6.md index 1850ace8c..cd3f0d45b 100644 --- a/website/docs/releases/v2022.6.md +++ b/website/docs/releases/v2022.6.md @@ -59,6 +59,27 @@ slug: "2022.6" - stages/authenticator_validate: fix error in passwordless webauthn - web/elements: add error handler when table fails to fetch objects +## Fixed in 2022.6.3 + +- core: fix migrations when creating bootstrap token +- internal: dont sample gunicorn proxied requests +- internal: fix routing to embedded outpost +- internal: skip tracing for go healthcheck and metrics endpoints +- lifecycle: run bootstrap tasks inline when using automated install +- policies: consolidate log user and application +- providers/oauth2: add test to ensure capitalised redirect_uri isn't changed +- providers/oauth2: dont lowercase URL for token requests (#3114) +- providers/oauth2: if a redirect_uri cannot be parsed as regex, compare strict (#3070) +- providers/proxy: only send misconfiguration event once +- root: ignore healthcheck routes in sentry tracing +- stages/authenticator_validate: add webauthn tests (#3069) +- web/admin: lint bound group under policies +- web/admin: remove invalid requirement for usernames +- web/elements: add spinner when loading dynamic routes +- web/flows: add divider to identification stage for security key +- web/flows: fix error when webauthn operations failed and user retries +- web/flows: remove autofocus from password field of identifications tage + ## Upgrading This release does not introduce any new requirements.