Skip to content

Commit 5074a31

Browse files
Build: buildx release notes 0.29.0 (#23480)
<!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Co-authored-by: CrazyMax <[email protected]>
1 parent c57083b commit 5074a31

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

content/manuals/build/release-notes.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,34 @@ toc_max: 2
1010
This page contains information about the new features, improvements, and bug
1111
fixes in [Docker Buildx](https://github.com/docker/buildx).
1212

13+
## 0.29.0
14+
15+
{{< release-date date="2025-09-30" >}}
16+
17+
The full release notes for this release are available
18+
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.29.0).
19+
20+
### New
21+
22+
- 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)
23+
- Compose compatibility has been updated to v2.9.0.
24+
25+
### Enhancements
26+
27+
- `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)
28+
- 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)
29+
- 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)
30+
31+
### Bug fixes
32+
33+
- 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)
34+
1335
## 0.28.0
1436

1537
{{< release-date date="2025-09-03" >}}
1638

1739
The full release notes for this release are available
18-
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.27.0).
40+
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.28.0).
1941

2042
### New
2143

0 commit comments

Comments
 (0)