File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,31 @@ toc_max: 2
1010This page contains information about the new features, improvements, and bug
1111fixes 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" >}}
You can’t perform that action at this time.
0 commit comments