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: >- +
this, children, or descendants options. As of Boundary version 0.19.3, redundant grant scopes are no longer permitted.
+ roles create command documentationroles add-grant-scopes command documentationroles add-grant-scopes command documentationroles add-grants command documentationthis, 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.
+ 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
+ descendants or children grants are considered invalid and removed. When the migration is complete, the migration tool produces a message that details any changes.
+ roles add-grant-scopes command documentationroles remove-grant-scopes command documentationroles set-grant-scopes command documentation