Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 23 additions & 1 deletion content/manuals/build/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,34 @@ toc_max: 2
This page contains information about the new features, improvements, and bug
fixes in [Docker Buildx](https://github.com/docker/buildx).

## 0.29.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

Expand Down