mirror of https://github.com/docker/docs.git
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:
commit
42a087a802
|
@ -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" >}}
|
||||
|
|
Loading…
Reference in New Issue