Merge pull request #20466 from thompson-shaun/buildx-0.16.1-release-notes

add release notes for buildx v0.16.1
This commit is contained in:
David Karlsson 2024-07-24 05:21:07 +02:00 committed by GitHub
commit 42a087a802
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

View File

@ -9,6 +9,18 @@ toc_max: 2
This page contains information about the new features, improvements, and bug
fixes in [Docker Buildx](https://github.com/docker/buildx).
## 0.16.1
{{< release-date date="2024-07-18" >}}
The full release note for this release is available
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.16.1).
### Bug fixes
- Fix possible panic due to data race in `buildx bake --print` command [docker/buildx#2603](https://github.com/docker/buildx/pull/2603/)
- Improve messaging about using `--debug` flag to inspect build warnings [docker/buildx#2612](https://github.com/docker/buildx/pull/2612/)
## 0.16.0
{{< release-date date="2024-07-11" >}}