- Fix possible issue with chained targets in Bake that could result in build failing or local source for a target uploaded multiple times.
[#2113](https://github.com/docker/buildx/pull/2113)
- Fix issue when accessing global target properties when using the matrix feature of the Bake command.
[#2106](https://github.com/docker/buildx/pull/2106)
- Fixes for formatting validation of certain build flags
[#2040](https://github.com/docker/buildx/pull/2040)
- Fixes to avoid locking certain commands unnecessarily while booting builder nodes.
[#2066](https://github.com/docker/buildx/pull/2066)
- Fix cases where multiple builds try to bootstrap the same builder instance in parallel.
[#2000](https://github.com/docker/buildx/pull/2000)
- Fix cases where errors on uploading build results to Docker could be dropped in some cases.
[#1927](https://github.com/docker/buildx/pull/1927)
- Fix detecting capabilities for missing attestation support based on build output.
[#1988](https://github.com/docker/buildx/pull/1988)
- Fix the build for loading in Bake remote definition to not show up in build history records.
[#1961](https://github.com/docker/buildx/pull/1961),
[#1954](https://github.com/docker/buildx/pull/1954)
- Fix errors when building Compose files using the that define profiles with Bake.
[#1903](https://github.com/docker/buildx/pull/1903)
- Fix possible time correction errors on progress bar.
[#1968](https://github.com/docker/buildx/pull/1968)
- Fix passing custom cgroup parent to builds that used the new controller interface.
[#1913](https://github.com/docker/buildx/pull/1913)
### Packaging
- Compose support has been updated to 1.20, enabling "include" functionality when using the Bake command.
[#1971](https://github.com/docker/buildx/pull/1971),
[#2065](https://github.com/docker/buildx/pull/2065),
[#2094](https://github.com/docker/buildx/pull/2094)
## 0.11.2
{{< release-date date="2023-07-18" >}}
The full release notes for this release are available
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.11.2).
### Bug fixes and enhancements
- Fix a regression that caused buildx to not read the `KUBECONFIG` path from the instance store.
[docker/buildx#1941](https://github.com/docker/buildx/pull/1941)
- Fix a regression with result handle builds showing up in the build history incorrectly.
[docker/buildx#1954](https://github.com/docker/buildx/pull/1954)
## 0.11.1
{{< release-date date="2023-07-05" >}}
The full release notes for this release are available
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.11.1).
### Bug fixes and enhancements
- Fix a regression for bake where services in profiles would not be loaded.
[docker/buildx#1903](https://github.com/docker/buildx/pull/1903)
- Fix a regression where `--cgroup-parent` option had no effect during build.
[docker/buildx#1913](https://github.com/docker/buildx/pull/1913)
- Fix a regression where valid docker contexts could fail buildx builder name
validation. [docker/buildx#1879](https://github.com/docker/buildx/pull/1879)
- Fix a possible panic when terminal is resized during the build.
[docker/buildx#1929](https://github.com/docker/buildx/pull/1929)
## 0.11.0
{{< release-date date="2023-06-13" >}}
The full release notes for this release are available
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.11.0).
### New
- Bake now supports [matrix builds](/manuals/build/bake/reference.md#targetmatrix).
The new matrix field on `target` lets you create multiple similar targets to
remove duplication in bake files. [docker/buildx#1690](https://github.com/docker/buildx/pull/1690)
- New experimental `--detach` flag for running builds in detached mode.
[docker/buildx#1296](https://github.com/docker/buildx/pull/1296),
[docker/buildx#1620](https://github.com/docker/buildx/pull/1620),
[docker/buildx#1614](https://github.com/docker/buildx/pull/1614),
[docker/buildx#1737](https://github.com/docker/buildx/pull/1737),