v0.22.0
          ·
          
            513 commits
          
          to master
          since this release
        
        
        
Welcome to the v0.22.0 release of buildx!
Please try out the release binaries and report any issues at
https://github.com/docker/buildx/issues.
Contributors
- CrazyMax
 - Tõnis Tiigi
 - Sebastiaan van Stijn
 - Jonathan A. Sternberg
 - Laurent Goderre
 - Shaun Thompson
 
Notable Changes
- New command 
buildx history importallows to import build records into Docker Desktop for futher debugging in the Build UI. This command requires Docker Desktop to be installed. #3039 - History records can now be opened by offset from the latest in 
history inspect,history logsandhistory opencommands (e.g.^1). #3049 #3055 - Bake now supports the 
+=operator to append when using--setfor overrides. #3031 - Docker container driver adds GPU devices to the container if available. #3063
 - Annotations can now be set when using overrides with Bake. #2997
 - NetBSD binaries are now included in the release. #2901
 - The 
inspectandcreatecommands now return an error if a node fails to boot. #3062 - Fix double pushing with Docker driver when containerd store is enabled. #3023
 - Fix multiple tags being pushed for 
imagetools createcommand. Now only the final manifest pushes by tag. #3024 
Dependency Changes
- github.com/compose-spec/compose-go/v2 v2.4.7 -> v2.4.8
 - github.com/containerd/containerd/v2 v2.0.2 -> v2.0.3
 - github.com/docker/cli v28.0.0-rc.2 -> v28.0.1
 - github.com/docker/docker v28.0.0-rc.2 -> v28.0.1
 - github.com/moby/buildkit v0.20.0 -> v0.20.1
 
Previous release can be found at v0.21.3