From c11fd884b87dde15d40d46a80b2f5f3943cea48d Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Fri, 29 Jan 2021 10:45:50 +0100 Subject: [PATCH] docs: separate 2021.1 fixes by patch release --- website/docs/releases/2021.1.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/website/docs/releases/2021.1.md b/website/docs/releases/2021.1.md index db7a3141a..9f47a5714 100644 --- a/website/docs/releases/2021.1.md +++ b/website/docs/releases/2021.1.md @@ -21,12 +21,38 @@ title: Release 2021.1.1 ## Fixes +- events: create event when system task fails +- helm: fix old reference to static secret_key +- helm: fix s3 secret key and email password not being base64 encoded +- policies: fix logic error for sync mode +- stages/email: fix email task not falling back to use_global_settings + +### Fixed in 2021.1.2 + - sources/*: Add source to flow context, so source is logged during login - outposts: Fix outpost not correctly updating on outpost modification - outposts: Improve drift detection on kubernetes - providers/saml: Fix metadata not being signed when signature is enabled - policies: Improve error handling, ensure original stacktrace is preserved +### Fixed in 2021.1.3 + +- admin: handle FlowNonApplicableException during flow plan +- flows: fix FlowNonApplicableException not being Sentry Ignored +- lifecycle: fix typo causing single process in docker-compose + +### Fixed in 2021.1.4 + +- admin: fix providers not showing SAML Import on empty state +- core: only cache Applications API when no filtering is done +- events: fix email template for notifications +- lib: fix ak_is_group_member checking wrong groups +- providers/saml: add support for WindowsDomainQualifiedName, add docs for NameID +- providers/saml: import SAML Provider with all autogenerated mappings +- providers/saml: make NameID configurable using a Property Mapping +- providers/saml: update default OIDs for default property mappings +- web: fix site-shell being cut off when not full height + ## Upgrading This release does not introduce any new requirements.