build: buildx v0.17.1 release notes

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-09-16 10:14:52 +02:00
parent 7f8f543707
commit 6d3631db8a
1 changed files with 19 additions and 0 deletions

View File

@ -10,6 +10,25 @@ toc_max: 2
This page contains information about the new features, improvements, and bug
fixes in [Docker Buildx](https://github.com/docker/buildx).
## 0.17.1
{{< release-date date="2024-09-13" >}}
The full release note for this release is available
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.17.1).
### Bug fixes
- Do not set `network.host` entitlement flag automatically on builder creation
for the `docker-container` and `kubernetes` drivers if the entitlement is set
in the [BuildKit configuration file](/manuals/build/buildkit/toml-configuration.md). [docker/buildx#2685]
- Do not print the `network` field with `docker buildx bake --print` when empty. [docker/buildx#2689]
- Fix telemetry socket path under WSL2. [docker/buildx#2698]
[docker/buildx#2685]: https://github.com/docker/buildx/pull/2685
[docker/buildx#2689]: https://github.com/docker/buildx/pull/2689
[docker/buildx#2698]: https://github.com/docker/buildx/pull/2698
## 0.17.0
{{< release-date date="2024-09-10" >}}