Skip to content

Commit d657aea

Browse files
authored
Merge pull request #23130 from crazy-max/buildx-0.26.0-release-notes
build: buildx 0.26.0 and 0.26.1 release notes
2 parents 0914eaa + 873c803 commit d657aea

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

content/manuals/build/release-notes.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,45 @@ 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.26.1
14+
15+
{{< release-date date="2025-07-22" >}}
16+
17+
The full release notes for this release are available
18+
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.26.1).
19+
20+
### Bug fixes
21+
22+
- Fix regression when validating compose files with Bake. [docker/buildx#3329](https://github.com/docker/buildx/pull/3329)
23+
24+
## 0.26.0
25+
26+
{{< release-date date="2025-07-21" >}}
27+
28+
The full release notes for this release are available
29+
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.26.0).
30+
31+
### New
32+
33+
- New experimental version of the DAP debugger has been added with a new `dap build` helper command. The new feature can be tried with the [DockerDX VSCode extension](https://github.com/docker/vscode-extension). [docker/buildx#3235](https://github.com/docker/buildx/pull/3235)
34+
- Compose compatibility has been updated to v2.7.1. [docker/buildx#3282](https://github.com/docker/buildx/pull/3282)
35+
36+
### Enhancements
37+
38+
- Bake command now supports pattern-matching target names with wildcards. [docker/buildx#3280](https://github.com/docker/buildx/pull/3280)
39+
- Bake command now supports setting files through environment variable `BUILDX_BAKE_FILE`. [docker/buildx#3242](https://github.com/docker/buildx/pull/3242)
40+
- Bake now ignores unrelated fields when parsing and validating compose files. [docker/buildx#3292](https://github.com/docker/buildx/pull/3292)
41+
- `history` commands will automatically bootstrap the builder. [docker/buildx#3300](https://github.com/docker/buildx/pull/3300)
42+
- Add SLSA v1 support to `history inspect` command. [docker/buildx#3245](https://github.com/docker/buildx/pull/3245)
43+
- Kubernetes driver option `buildkit-root-volume-memory` to use memory mount for the root volume. [docker/buildx#3253](https://github.com/docker/buildx/pull/3253)
44+
45+
### Bug fixes
46+
47+
- Fix possible error from `imagetools` commands when accessing registries that don't return content length. [docker/buildx#3316](https://github.com/docker/buildx/pull/3316)
48+
- Fix duplicated command descriptions from help output. [docker/buildx#3298](https://github.com/docker/buildx/pull/3298)
49+
- Fix `history inspect attachment` to not require an argument. [docker/buildx#3264](https://github.com/docker/buildx/pull/3264)
50+
- Fix resolving environment variables from `.env` file when building compose files with Bake. [docker/buildx#3275](https://github.com/docker/buildx/pull/3275), [docker/buildx#3276](https://github.com/docker/buildx/pull/3276), [docker/buildx#3322](https://github.com/docker/buildx/pull/3322)
51+
1352
## 0.25.0
1453

1554
{{< release-date date="2025-06-17" >}}

0 commit comments

Comments
 (0)