docker/buildx (docker/buildx)
### [`v0.14.0`](https://togithub.com/docker/buildx/releases/tag/v0.14.0)
[Compare Source](https://togithub.com/docker/buildx/compare/v0.13.1...v0.14.0-rc1)
Welcome to the 0.14.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
- Jonathan A. Sternberg
- Sebastiaan van Stijn
- David Karlsson
- Laurent Goderre
- Akihiro Suda
- Isaac Gaskin
- Moleus
- Niklas Gehlen
- Usual Coder
- Wei
##### Notable changes
- build: set record provenance in metadata file [#2280](https://togithub.com/docker/buildx/issues/2280)
- bake: add git authentication support for remote definitions [#2363](https://togithub.com/docker/buildx/issues/2363)
- driver: add ephemeral-storage and scheduler name options to kubernetes driver [#2370](https://togithub.com/docker/buildx/issues/2370) [#2415](https://togithub.com/docker/buildx/issues/2415)
- new `default-load` driver-opt can be set for container and k8s instances on `buildx create` to load build results to Docker by default [#2259](https://togithub.com/docker/buildx/issues/2259)
- build: printing with `--print=lint` uses BuildKit formatter [#2404](https://togithub.com/docker/buildx/issues/2404) [#2406](https://togithub.com/docker/buildx/issues/2406) [#2417](https://togithub.com/docker/buildx/issues/2417)
- build: allow status code responses for `--print` that set exit code for process [#2408](https://togithub.com/docker/buildx/issues/2408)
- bake: add `indexof` hcl func [#2384](https://togithub.com/docker/buildx/issues/2384)
- build: metrics now measure idle time, export image, run operations, image transfers for image source operations during build [#2402](https://togithub.com/docker/buildx/issues/2402) [#2373](https://togithub.com/docker/buildx/issues/2373) [#2298](https://togithub.com/docker/buildx/issues/2298) [#2317](https://togithub.com/docker/buildx/issues/2317) [#2316](https://togithub.com/docker/buildx/issues/2316) [#2271](https://togithub.com/docker/buildx/issues/2271)
- build: metrics to the docker context endpoint does not require experimental anymore [#2344](https://togithub.com/docker/buildx/issues/2344)
- compose spec support has been updated to `v2.0.2` [#2391](https://togithub.com/docker/buildx/issues/2391)
- build: builds with `--print` are now marked as internal and don't get recorded in build history [#2416](https://togithub.com/docker/buildx/issues/2416)
- fix `--load` flag used together output definitions from file with bake [#2336](https://togithub.com/docker/buildx/issues/2336)
- fix build from stdin when experimental mode enabled [#2394](https://togithub.com/docker/buildx/issues/2394)
- fix possible issue where delegated traces could be duplicated [#2362](https://togithub.com/docker/buildx/issues/2362)
- fix JSON formatting for custom `build --print` commands [#2374](https://togithub.com/docker/buildx/issues/2374)
##### Dependency Changes
- **github.com/compose-spec/compose-go/v2** v2.0.0-rc.8 -> v2.0.2
- **github.com/containerd/containerd** v1.7.13 -> v1.7.15
- **github.com/containerd/ttrpc** v1.2.2 -> v1.2.3
- **github.com/docker/cli** v26.0.0-rc1 -> [`b6c5522`](https://togithub.com/docker/buildx/commit/b6c552212837)
- **github.com/docker/docker** v26.0.0-rc1 -> v26.0.0
- **github.com/golang/protobuf** v1.5.3 -> v1.5.4
- **github.com/hashicorp/hcl/v2** v2.19.1 -> v2.20.1
- **github.com/moby/buildkit** v0.13.0 -> [`71f99c5`](https://togithub.com/docker/buildx/commit/71f99c52a669)
- **github.com/zclconf/go-cty** v1.14.1 -> v1.14.4
- **golang.org/x/crypto** v0.18.0 -> v0.21.0
- **golang.org/x/net** v0.20.0 -> v0.23.0
- **golang.org/x/sys** v0.16.0 -> v0.18.0
- **golang.org/x/term** v0.16.0 -> v0.18.0
- **google.golang.org/protobuf** v1.31.0 -> v1.33.0
Previous release can be found at [v0.13.1](https://togithub.com/docker/buildx/releases/tag/v0.13.1)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
v0.13.1
->v0.14.0
Release Notes
docker/buildx (docker/buildx)
### [`v0.14.0`](https://togithub.com/docker/buildx/releases/tag/v0.14.0) [Compare Source](https://togithub.com/docker/buildx/compare/v0.13.1...v0.14.0-rc1) Welcome to the 0.14.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 - Jonathan A. Sternberg - Sebastiaan van Stijn - David Karlsson - Laurent Goderre - Akihiro Suda - Isaac Gaskin - Moleus - Niklas Gehlen - Usual Coder - Wei ##### Notable changes - build: set record provenance in metadata file [#2280](https://togithub.com/docker/buildx/issues/2280) - bake: add git authentication support for remote definitions [#2363](https://togithub.com/docker/buildx/issues/2363) - driver: add ephemeral-storage and scheduler name options to kubernetes driver [#2370](https://togithub.com/docker/buildx/issues/2370) [#2415](https://togithub.com/docker/buildx/issues/2415) - new `default-load` driver-opt can be set for container and k8s instances on `buildx create` to load build results to Docker by default [#2259](https://togithub.com/docker/buildx/issues/2259) - build: printing with `--print=lint` uses BuildKit formatter [#2404](https://togithub.com/docker/buildx/issues/2404) [#2406](https://togithub.com/docker/buildx/issues/2406) [#2417](https://togithub.com/docker/buildx/issues/2417) - build: allow status code responses for `--print` that set exit code for process [#2408](https://togithub.com/docker/buildx/issues/2408) - bake: add `indexof` hcl func [#2384](https://togithub.com/docker/buildx/issues/2384) - build: metrics now measure idle time, export image, run operations, image transfers for image source operations during build [#2402](https://togithub.com/docker/buildx/issues/2402) [#2373](https://togithub.com/docker/buildx/issues/2373) [#2298](https://togithub.com/docker/buildx/issues/2298) [#2317](https://togithub.com/docker/buildx/issues/2317) [#2316](https://togithub.com/docker/buildx/issues/2316) [#2271](https://togithub.com/docker/buildx/issues/2271) - build: metrics to the docker context endpoint does not require experimental anymore [#2344](https://togithub.com/docker/buildx/issues/2344) - compose spec support has been updated to `v2.0.2` [#2391](https://togithub.com/docker/buildx/issues/2391) - build: builds with `--print` are now marked as internal and don't get recorded in build history [#2416](https://togithub.com/docker/buildx/issues/2416) - fix `--load` flag used together output definitions from file with bake [#2336](https://togithub.com/docker/buildx/issues/2336) - fix build from stdin when experimental mode enabled [#2394](https://togithub.com/docker/buildx/issues/2394) - fix possible issue where delegated traces could be duplicated [#2362](https://togithub.com/docker/buildx/issues/2362) - fix JSON formatting for custom `build --print` commands [#2374](https://togithub.com/docker/buildx/issues/2374) ##### Dependency Changes - **github.com/compose-spec/compose-go/v2** v2.0.0-rc.8 -> v2.0.2 - **github.com/containerd/containerd** v1.7.13 -> v1.7.15 - **github.com/containerd/ttrpc** v1.2.2 -> v1.2.3 - **github.com/docker/cli** v26.0.0-rc1 -> [`b6c5522`](https://togithub.com/docker/buildx/commit/b6c552212837) - **github.com/docker/docker** v26.0.0-rc1 -> v26.0.0 - **github.com/golang/protobuf** v1.5.3 -> v1.5.4 - **github.com/hashicorp/hcl/v2** v2.19.1 -> v2.20.1 - **github.com/moby/buildkit** v0.13.0 -> [`71f99c5`](https://togithub.com/docker/buildx/commit/71f99c52a669) - **github.com/zclconf/go-cty** v1.14.1 -> v1.14.4 - **golang.org/x/crypto** v0.18.0 -> v0.21.0 - **golang.org/x/net** v0.20.0 -> v0.23.0 - **golang.org/x/sys** v0.16.0 -> v0.18.0 - **golang.org/x/term** v0.16.0 -> v0.18.0 - **google.golang.org/protobuf** v1.31.0 -> v1.33.0 Previous release can be found at [v0.13.1](https://togithub.com/docker/buildx/releases/tag/v0.13.1)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.