From b9522897d0b22a9eeb6ccdf8c4798df435b39916 Mon Sep 17 00:00:00 2001 From: Robin Beck Date: Wed, 1 May 2024 20:48:07 +0000 Subject: [PATCH] backport of commit 2100a8ae563b8e62af94234ce0f0286a2b192e3f --- website/content/docs/release-notes/v0_16_0.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/content/docs/release-notes/v0_16_0.mdx b/website/content/docs/release-notes/v0_16_0.mdx index c7b3103116..071861aa1e 100644 --- a/website/content/docs/release-notes/v0_16_0.mdx +++ b/website/content/docs/release-notes/v0_16_0.mdx @@ -11,6 +11,12 @@ description: |- @include 'release-notes/intro.mdx' + + + In a future version Boundary will no longer automatically create roles when new scopes are created. This was implemented prior to multi-scope grants to ensure administrators and users had default permissions in new scopes. Since Boundary 0.15, initial roles created for new clusters provide these permissions by default to all scopes using multi-scope grants. + + + ## New features