From e47904ed70671eb055aba1e871dd16c866093626 Mon Sep 17 00:00:00 2001 From: Dan Heath <76443935+Dan-Heath@users.noreply.github.com> Date: Thu, 10 Jul 2025 10:00:07 -0400 Subject: [PATCH] docs: Release notes for 0.19.3 (#5852) * docs: Release notes * docs: Edits * docs: Edits * docs: Typo * docs: Typo * docs: Fix link to deprecated commands * Update website/content/docs/release-notes/v0_19_0.mdx Co-authored-by: Michael Milton * docs: Fix typo * docs: Remove deprecated features --------- Co-authored-by: Michael Milton --- .../content/docs/release-notes/v0_19_0.mdx | 46 ++++++++++++++++++- 1 file changed, 44 insertions(+), 2 deletions(-) diff --git a/website/content/docs/release-notes/v0_19_0.mdx b/website/content/docs/release-notes/v0_19_0.mdx index 46ae23ef9d..2a71cfe8e1 100644 --- a/website/content/docs/release-notes/v0_19_0.mdx +++ b/website/content/docs/release-notes/v0_19_0.mdx @@ -79,6 +79,19 @@ description: >- + + + Redundant grant scopes are no longer permitted + + + You may have redundant grant scopes if you applied a grant to a scope and the scope also inherited the grant from the this, children, or descendants options. As of Boundary version 0.19.3, redundant grant scopes are no longer permitted. +

+ When you upgrade a cluster to Boundary version 0.19.3, the migration will fail with a message if the database contains any redundant grant scopes. The migration tool provides a command that automatically removes any redundant grant scopes so that you can proceed with the upgrade. +

+ Learn more about removing redundant grant scopes and upgrading to version 0.19.3:  Known issues and breaking changes + + + @@ -357,7 +370,7 @@ description: >- @@ -381,5 +394,34 @@ description: >- + + + 0.15.0 - 0.19.2 +

+ (Fixed in Boundary version 0.19.3) + + + Redundant grant scopes cause performance issues + + + You may have redundant grant scopes if you applied a grant to a scope and the scope also inherited the grant from the this, children, or descendants options. Redundant grant scopes could cause performance issues. As of Boundary version 0.19.3, redundant grant scopes are no longer permitted. +

+ When you run the boundary database migrate command to upgrade a cluster to Boundary version 0.19.3, the migration will fail with a message if the database contains any redundant grant scopes. The migration tool provides the following command to automatically repair the grant scopes: +

+ boundary database migrate -repair=oss:97001 +

+ Run the command to remove any redundant grant scopes from roles. Any individually granted scopes that are already covered by descendants or children grants are considered invalid and removed. When the migration is complete, the migration tool produces a message that details any changes. +

+ Learn more: + + Upgrade to the latest version of Boundary + + + - \ No newline at end of file +