From c8fab633fbcf29a4670070ae99e016b19effb494 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Thu, 4 Sep 2025 09:00:48 +0100 Subject: [PATCH 1/5] Build: buildx release notes 0.28.0 --- content/manuals/build/release-notes.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/content/manuals/build/release-notes.md b/content/manuals/build/release-notes.md index c6cf78cb98bc..11ff89d4ec8f 100644 --- a/content/manuals/build/release-notes.md +++ b/content/manuals/build/release-notes.md @@ -10,6 +10,28 @@ 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 + +{{< release-date date="2025-09-04" >}} + +The full release notes for this release are available +[on GitHub](https://github.com/docker/buildx/releases/tag/v0.27.0). + +### New + +- 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) + +### Enhancements + +- Add formatting options to the `buildx du` command for custom and machine-readable output. [docker/buildx#3377](https://github.com/docker/buildx/pull/3377) +- Kubernetes driver now supports `env. `driver opts [docker/buildx#3373](https://github.com/docker/buildx/pull/3373) +- Add support for BUILDKIT_SYNTAX build argument when BuildKit has a Dockerfile frontend disabled. [docker/buildx#3385](https://github.com/docker/buildx/pull/3385) + +### Bug fixes + +- Fix failing early when trying to export index annotations with moby exporter. [docker/buildx#3384](https://github.com/docker/buildx/pull/3384) +- Fix possible errors on Windows from symlink handling [docker/buildx#3386](https://github.com/docker/buildx/pull/3386) + ## 0.27.0 {{< release-date date="2025-08-20" >}} From 72488a4cb0c37f697a106904de8c7853ffe20b33 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Thu, 4 Sep 2025 09:04:04 +0100 Subject: [PATCH 2/5] fix date --- 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 11ff89d4ec8f..56e9c192d9af 100644 --- a/content/manuals/build/release-notes.md +++ b/content/manuals/build/release-notes.md @@ -12,7 +12,7 @@ fixes in [Docker Buildx](https://github.com/docker/buildx). ## 0.28.0 -{{< release-date date="2025-09-04" >}} +{{< 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). From 3149af7a2cc41418a291cf7afbe456e351c4d146 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Thu, 4 Sep 2025 09:05:55 +0100 Subject: [PATCH 3/5] fix --- 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 56e9c192d9af..923abcb66ab7 100644 --- a/content/manuals/build/release-notes.md +++ b/content/manuals/build/release-notes.md @@ -24,7 +24,7 @@ The full release notes for this release are available ### Enhancements - Add formatting options to the `buildx du` command for custom and machine-readable output. [docker/buildx#3377](https://github.com/docker/buildx/pull/3377) -- Kubernetes driver now supports `env. `driver opts [docker/buildx#3373](https://github.com/docker/buildx/pull/3373) +- Kubernetes driver now supports `env.` driver opts [docker/buildx#3373](https://github.com/docker/buildx/pull/3373) - Add support for BUILDKIT_SYNTAX build argument when BuildKit has a Dockerfile frontend disabled. [docker/buildx#3385](https://github.com/docker/buildx/pull/3385) ### Bug fixes From 5252bdf67351420ea3204c91d2a0fd2a9f21c53a Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Thu, 4 Sep 2025 09:26:20 +0100 Subject: [PATCH 4/5] swap to dockerfile link and syntax fix --- content/manuals/build/release-notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/manuals/build/release-notes.md b/content/manuals/build/release-notes.md index 923abcb66ab7..b39ff137559c 100644 --- a/content/manuals/build/release-notes.md +++ b/content/manuals/build/release-notes.md @@ -19,13 +19,13 @@ The full release notes for this release are available ### New -- 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) +- 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) ### Enhancements - Add formatting options to the `buildx du` command for custom and machine-readable output. [docker/buildx#3377](https://github.com/docker/buildx/pull/3377) - Kubernetes driver now supports `env.` driver opts [docker/buildx#3373](https://github.com/docker/buildx/pull/3373) -- Add support for BUILDKIT_SYNTAX build argument when BuildKit has a Dockerfile frontend disabled. [docker/buildx#3385](https://github.com/docker/buildx/pull/3385) +- Add support for `BUILDKIT_SYNTAX` build argument when BuildKit has a Dockerfile frontend disabled. [docker/buildx#3385](https://github.com/docker/buildx/pull/3385) ### Bug fixes From 26db0eea1dd59549a1d2ac156d3d1cdb835825b6 Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Thu, 4 Sep 2025 09:34:57 +0100 Subject: [PATCH 5/5] 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 b39ff137559c..fa00e652ef79 100644 --- a/content/manuals/build/release-notes.md +++ b/content/manuals/build/release-notes.md @@ -19,7 +19,7 @@ The full release notes for this release are available ### New -- 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) +- 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) ### Enhancements