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:
CrazyMax 2025-01-24 09:45:47 +01:00 committed by GitHub
parent c71c741879
commit b2cf717099
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

View File

@ -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" >}}