You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To allow filesystem entitlements, use the `--allow fs.read=<path>` flag for
43
+
the `docker buildx bake` command.
44
+
45
+
This feature currently only reports a warning when using a local Bake
46
+
definition, but will start to produce an error starting from the v0.20
47
+
release. To enable the error in the current release, you can set
48
+
`BUILDX_BAKE_ENTITLEMENTS_FS=1`.
49
+
50
+
### Enhancements
51
+
52
+
- Bake definition now supports new object notation for the fields that previously required CSV strings as inputs. [docker/buildx#2758](https://github.com/docker/buildx/pull/2758)
53
+
54
+
> [!NOTE]
55
+
> This enhancement was reverted in [v0.19.1](#0191) due to a bug.
56
+
57
+
- Bake definition now allows defining validation conditions to variables. [docker/buildx#2794](https://github.com/docker/buildx/pull/2794)
58
+
- Metadata file values can now contain JSON array values. [docker/buildx#2777](https://github.com/docker/buildx/pull/2777)
59
+
- Improved error messages when using an incorrect format for labels. [docker/buildx#2778](https://github.com/docker/buildx/pull/2778)
60
+
- FreeBSD and OpenBSD artifacts are now included in the release. [docker/buildx#2774](https://github.com/docker/buildx/pull/2774), [docker/buildx#2775](https://github.com/docker/buildx/pull/2775), [docker/buildx#2781](https://github.com/docker/buildx/pull/2781)
61
+
62
+
### Bug fixes
63
+
64
+
- Fixed an issue with printing Bake definitions containing empty Compose networks. [docker/buildx#2790](https://github.com/docker/buildx/pull/2790).
65
+
66
+
### Packaging
67
+
68
+
- Compose support has been updated to v2.4.4. [docker/buildx#2806](https://github.com/docker/buildx/pull/2806)[docker/buildx#2780](https://github.com/docker/buildx/pull/2780).
69
+
13
70
## 0.18.0
14
71
72
+
{{< release-date date="2024-10-31" >}}
73
+
74
+
The full release note for this release is available
- The `docker buildx inspect` command now displays BuildKit daemon configuration options set with a TOML file. [docker/buildx#2684](https://github.com/docker/buildx/pull/2684)
0 commit comments