From 80687593d70253fa212d53b2301b401b39493ff7 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Fri, 24 Jan 2025 00:51:51 +0100 Subject: [PATCH 1/2] build: buildx 0.20.1 release notes Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- content/manuals/build/release-notes.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/content/manuals/build/release-notes.md b/content/manuals/build/release-notes.md index 0c995aaf89bc..850d29d0b2a1 100644 --- a/content/manuals/build/release-notes.md +++ b/content/manuals/build/release-notes.md @@ -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 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" >}} From fdca76b45cf054a9d9211e1ac0e4ab9aa1007147 Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Fri, 24 Jan 2025 08:43:03 +0000 Subject: [PATCH 2/2] Apply suggestions from code review --- content/manuals/build/release-notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/manuals/build/release-notes.md b/content/manuals/build/release-notes.md index 850d29d0b2a1..a326c2d673ac 100644 --- a/content/manuals/build/release-notes.md +++ b/content/manuals/build/release-notes.md @@ -19,8 +19,8 @@ The full release note for this release is available ### Bug fixes -- Fix `bake --print` output 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) +- 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