Skip to content

Commit dc1e624

Browse files
authored
Apply suggestions from code review
1 parent c3af82f commit dc1e624

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/manuals/build/release-notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@ The full release note for this release is available
1818
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.20.0).
1919

2020
> [!NOTE]
21+
>
2122
> This version of buildx enables filesystem entitlement checks for `buildx bake`
2223
> command by default. If your Bake definition needs to read or write files
2324
> outside your current working directory, you need to allow access to these
2425
> paths with `--allow fs=<path|*>`. On the terminal, you can also interactively
2526
> approve these paths with the provided prompt. Optionally, you can disable
2627
> these checks by setting `BUILDX_BAKE_ENTITLEMENTS_FS=0`. This validation
2728
> produced a warning in Buildx v0.19.0+, but starting from current release it
28-
> produces an error. [docs](/reference/cli/docker/buildx/bake.md#allow)
29+
> produces an error. For more information, see the [reference documentation](/reference/cli/docker/buildx/bake.md#allow).
2930
3031
### New
3132

0 commit comments

Comments
 (0)