Skip to content

Commit 38159b3

Browse files
authored
Merge pull request #21895 from docker/published-update
publish updates from main
2 parents e152658 + aea16c3 commit 38159b3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

content/manuals/build/release-notes.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,17 @@ The full release note for this release is available
2929
The full release note for this release is available
3030
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.20.0).
3131

32+
> [!NOTE]
33+
>
34+
> This version of buildx enables filesystem entitlement checks for `buildx bake`
35+
> command by default. If your Bake definition needs to read or write files
36+
> outside your current working directory, you need to allow access to these
37+
> paths with `--allow fs=<path|*>`. On the terminal, you can also interactively
38+
> approve these paths with the provided prompt. Optionally, you can disable
39+
> these checks by setting `BUILDX_BAKE_ENTITLEMENTS_FS=0`. This validation
40+
> produced a warning in Buildx v0.19.0+, but starting from current release it
41+
> produces an error. For more information, see the [reference documentation](/reference/cli/docker/buildx/bake.md#allow).
42+
3243
### New
3344

3445
- New `buildx history` command has been added that allows working with build records of completed and running builds. You can use these commands to list, inspect, remove your builds, replay the logs of already completed builds, and quickly open your builds in Docker Desktop Build UI for further debugging. This is an early version of this command and we expect to add more features in the future releases. [#2891](https://github.com/docker/buildx/pull/2891), [#2925](https://github.com/docker/buildx/pull/2925)

0 commit comments

Comments
 (0)