Skip to content

Commit 370f425

Browse files
committed
Build: buildx release notes 0.28.0
1 parent e085bfa commit 370f425

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-04" >}}
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. [moby/buildkit#6183](https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.18.0)
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)