From 18faf30b0cef4a3b6ffdf40d1e1880c7be8882e6 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 8 Feb 2021 21:51:53 +0100 Subject: [PATCH] docs: update release notes --- website/docs/releases/2021.2.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/website/docs/releases/2021.2.md b/website/docs/releases/2021.2.md index 3a599801e..d04e07cf8 100644 --- a/website/docs/releases/2021.2.md +++ b/website/docs/releases/2021.2.md @@ -35,6 +35,28 @@ title: Release 2021.1.2 - stages/consent: fix wrong widget for expire - web: migrate Provider List to SPA +## Fixed in 2021.2.1-rc2 + +- admin: add Certificate-Keypair generation +- admin: fix property-mapping views redirecting to invalid URL +- admin: improve layout for policy testing +- admin: remove old provider list view +- outpost: cap reconnect backoff at 60 seconds, reset backoff on successful connection +- policies: add debug flag to PolicyRequest to prevent alerts from testing policies +- providers/saml: force-set friendly_name to empty string for managed mappings +- root: add dedicated live and readiness healthcheck views +- web: fix link to provider list on overview page +- web: fix outpost item in sidebar being active on service connection views + +## Fixed in 2021.2.1-stable + +- admin: fix link in source list +- web: rebuild Outposts list in SPA +- outposts: Fix reconnect not working reliably +- providers/oauth2: add authorized scopes to AUTHORIZE_APPLICATION event +- providers/oauth2: add unofficial groups attribute to default profile claim +- web: fix sidebar being active when stage prompts is selected + ## Upgrading This release does not introduce any new requirements.