From 76a0481c225739273709bf265a097592825b8eb8 Mon Sep 17 00:00:00 2001 From: Gitea-Actions Date: Wed, 29 May 2024 22:33:13 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.0=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1fba45..015ef30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## v0.2.0 (2024-05-29) + +### Feat + +- pass extra roles as key value pairs, required the full policy as value +- allow passing extra policies to the tenant root role, start migrating away from old 'extra roles' approach + +### Fix + +- required_parameters type in root_policy_extra_rules +- required_parameters type in root_policy_extra_rules +- evaluate parameters against null to avoid failing when null values are injected in place of optionals +- typo in default root permissions +- use try on dynamic block to not raise errors on non-existent attributes +- use rule context for block scoped values +- adjust code for root policy document to generate blocks instead of map of lists + ## v0.1.0 (2024-05-28) ### Feat