From 273ccfadee4606fb5020212bfd258e348f25dd23 Mon Sep 17 00:00:00 2001 From: Dan Heath <76443935+Dan-Heath@users.noreply.github.com> Date: Tue, 20 Aug 2024 15:22:54 -0400 Subject: [PATCH] docs: Add Important changes table to 0.17.1 --- .../content/docs/release-notes/v0_17_0.mdx | 34 ++++++++++++++++--- 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/website/content/docs/release-notes/v0_17_0.mdx b/website/content/docs/release-notes/v0_17_0.mdx index 9bd13d55cc..5d6df25226 100644 --- a/website/content/docs/release-notes/v0_17_0.mdx +++ b/website/content/docs/release-notes/v0_17_0.mdx @@ -11,12 +11,38 @@ description: |- @include 'release-notes/intro.mdx' -## Important change +## Important changes -As of version 0.17.1 and later, the curl binary is no longer included in the published Docker container image for Boundary Enterprise. -If your workflow depends on having curl in the image, you can dynamically install it using apk. + + + + + + + + + + + + + -Refer to [Known issues and breaking changes](#known-issues-and-breaking-changes) for more information. + + + + + +
ChangeDescription
+ Role creation + + 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. +
+ Docker image no longer contains curl + + As of version 0.17.1 and later, the curl binary is no longer included in the published Docker container image for Boundary Enterprise. If your workflow depends on having curl in the image, you can dynamically install it using apk. +

+ Learn more:  Known issues and breaking changes +
## New features