Skip to content

Commit c53149f

Browse files
Build: buildx release notes 0.28.0 (#23355)
<!--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 d17ff77 commit c53149f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

content/manuals/build/release-notes.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,28 @@ 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.28.0
14+
15+
{{< release-date date="2025-09-03" >}}
16+
17+
The full release notes for this release are available
18+
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.27.0).
19+
20+
### New
21+
22+
- When building with Dockerfile version 1.18.0 or later, you can now use new Git URLs with query options for build context and named contexts in the `build` and `bake` command. [dockerfile/1.18.0](/manuals/build/buildkit/dockerfile-release-notes.md#1180)
23+
24+
### Enhancements
25+
26+
- Add formatting options to the `buildx du` command for custom and machine-readable output. [docker/buildx#3377](https://github.com/docker/buildx/pull/3377)
27+
- Kubernetes driver now supports `env.<key>` driver opts [docker/buildx#3373](https://github.com/docker/buildx/pull/3373)
28+
- Add support for `BUILDKIT_SYNTAX` build argument when BuildKit has a Dockerfile frontend disabled. [docker/buildx#3385](https://github.com/docker/buildx/pull/3385)
29+
30+
### Bug fixes
31+
32+
- Fix failing early when trying to export index annotations with moby exporter. [docker/buildx#3384](https://github.com/docker/buildx/pull/3384)
33+
- Fix possible errors on Windows from symlink handling [docker/buildx#3386](https://github.com/docker/buildx/pull/3386)
34+
1335
## 0.27.0
1436

1537
{{< release-date date="2025-08-20" >}}

0 commit comments

Comments
 (0)