Skip to content

Commit dfdf90b

Browse files
authored
build: buildx 0.25.0 release notes (#23005)
## Description https://github.com/docker/buildx/releases/tag/v0.25.0 ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review Signed-off-by: CrazyMax <[email protected]>
1 parent 7f108fc commit dfdf90b

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

content/manuals/build/release-notes.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,31 @@ 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.25.0
14+
15+
{{< release-date date="2025-06-17" >}}
16+
17+
The full release notes for this release are available
18+
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.25.0).
19+
20+
### New
21+
22+
- Bake now supports defining `extra-hosts`. [docker/buildx#3234](https://github.com/docker/buildx/pull/3234)
23+
24+
### Enhancements
25+
26+
- Add support for bearer token auth. [docker/buildx#3233](https://github.com/docker/buildx/pull/3233)
27+
- Add custom exit codes for internal, resource, and canceled errors in commands. [docker/buildx#3214](https://github.com/docker/buildx/pull/3214)
28+
- Show variable type when using `--list=variables` with Bake. [docker/buildx#3207](https://github.com/docker/buildx/pull/3207)
29+
- Consider typed, value-less variables to have `null` value in Bake. [docker/buildx#3198](https://github.com/docker/buildx/pull/3198)
30+
- Add support for multiple IPs in extra hosts configuration. [docker/buildx#3244](https://github.com/docker/buildx/pull/3244)
31+
- Support for updated SLSA V1 provenance in `buildx history` commands. [docker/buildx#3245](https://github.com/docker/buildx/pull/3245)
32+
- Add support for `RegistryToken` configuration in imagetools commands. [docker/buildx#3233](https://github.com/docker/buildx/pull/3233)
33+
34+
### Bug fixes
35+
36+
- Fix `keep-storage` flag deprecation notice for `prune` command. [docker/buildx#3216](https://github.com/docker/buildx/pull/3216)
37+
1338
## 0.24.0
1439

1540
{{< release-date date="2025-05-21" >}}

0 commit comments

Comments
 (0)