From 2d51caadc88a9fc23a20b9dc3a6d83283e6db7b3 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Wed, 1 Oct 2025 09:59:27 +0100 Subject: [PATCH 1/2] Build: buildx release notes 0.29.0 --- content/manuals/build/release-notes.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/content/manuals/build/release-notes.md b/content/manuals/build/release-notes.md index fa00e652ef79..fe92fc4d5bed 100644 --- a/content/manuals/build/release-notes.md +++ b/content/manuals/build/release-notes.md @@ -12,10 +12,32 @@ fixes in [Docker Buildx](https://github.com/docker/buildx). ## 0.28.0 +{{< release-date date="2025-09-30" >}} + +The full release notes for this release are available +[on GitHub](https://github.com/docker/buildx/releases/tag/v0.29.0). + +### New + +- New `--progress=none` option has been added. This is similar to `--progress=quiet`, but it does not print the image ID after image result export. [docker/buildx#3431](https://github.com/docker/buildx/pull/3431) +- Compose compatibility has been updated to v2.9.0. + +### Enhancements + +- `imagetools create` command now supports `--platform` option to create final image only for specified platforms. The inline attestation for the specified platforms are also kept in the final image. [docker/buildx#3430](https://github.com/docker/buildx/pull/3430) +- DAP debugger can now show the correct file explorer data when the debugger stops because of a build error. [docker/buildx#3410](https://github.com/docker/buildx/pull/3410) +- When building from a Git URL, buildx now optionally supports resolution of the context data on the client side. Git repository is still cloned on the server side, but this can help in cases where one can't be sure what version of Git URL resolution the server side supports. [docker/buildx#3415](https://github.com/docker/buildx/pull/3415) + +### Bug fixes + +- Fix DAP debugger location resolution when there are multiple build steps with the same BuildKit digest. [docker/buildx#3408](https://github.com/docker/buildx/pull/3408) + +## 0.28.0 + {{< release-date date="2025-09-03" >}} The full release notes for this release are available -[on GitHub](https://github.com/docker/buildx/releases/tag/v0.27.0). +[on GitHub](https://github.com/docker/buildx/releases/tag/v0.28.0). ### New From 40665a90d651a2b29f77f037fc0e57cec5060eb3 Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:19:12 +0100 Subject: [PATCH 2/2] Update content/manuals/build/release-notes.md Co-authored-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- content/manuals/build/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/build/release-notes.md b/content/manuals/build/release-notes.md index fe92fc4d5bed..71503c4a2fad 100644 --- a/content/manuals/build/release-notes.md +++ b/content/manuals/build/release-notes.md @@ -10,7 +10,7 @@ toc_max: 2 This page contains information about the new features, improvements, and bug fixes in [Docker Buildx](https://github.com/docker/buildx). -## 0.28.0 +## 0.29.0 {{< release-date date="2025-09-30" >}}