mirror of https://github.com/docker/docs.git
build: buildx 0.20.1 release notes (#21889)
## Description release notes for buildx 0.20.1: https://github.com/docker/buildx/releases/tag/v0.20.1 ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
This commit is contained in:
parent
c71c741879
commit
b2cf717099
|
@ -10,6 +10,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.20.1
|
||||
|
||||
{{< release-date date="2025-01-23" >}}
|
||||
|
||||
The full release note for this release is available
|
||||
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.20.1).
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- Fix `bake --print` output after missing some attributes for attestations. [docker/buildx#2937](https://github.com/docker/buildx/pull/2937)
|
||||
- Fix allowing comma-separated image reference strings for cache import and export values. [docker/buildx#2944](https://github.com/docker/buildx/pull/2944)
|
||||
|
||||
## 0.20.0
|
||||
|
||||
{{< release-date date="2025-01-20" >}}
|
||||
|
|
Loading…
Reference in New Issue