chore(deps): update dependency docker/buildx to v0.37.0 #208

Merged
murdoc merged 1 commit from renovate-docker-buildx-0-x into main 2026-09-07 05:20:20 +00:00
Owner

This PR contains the following updates:

Package Update Change OpenSSF
docker/buildx minor 0.36.10.37.0 OpenSSF Scorecard

Release Notes

docker/buildx (docker/buildx)

v0.37.0

Compare Source

Welcome to the v0.37.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
  • Alberto Garcia Hierro
  • Brad Davidson
  • Guilhem Charles
  • Guillaume Lours
Notable Changes
  • Buildx now supports cloud driver builder instances to run builds with Docker Build Cloud service. No custom version of Buildx binary is needed anymore. #​4017
  • Newly started container builders now wait for BuildKit readiness before first use. #​4027
  • Policy evaluation now uses Docker CLI registry auth for image metadata. #​4046
  • Several consistency issues with handling Windows platform identifiers with OS version have been fixed. #​4035 #​4034 #​4008
  • Using the Kubernetes driver now skips terminating pods when choosing a pod. #​3997
  • Avoid creating temporary files on the host to send builder configuration to remote containers. #​3996
  • Fix issue where Bake builds could sometimes drop sending build secrets when using linked targets. #​4014
  • Fix cases where empty source policy sessions were created for some builds, possibly causing confusing progress output. #​4028
Dependency Changes
  • github.com/aws/aws-sdk-go-v2 v1.43.0 -> v1.43.8
  • github.com/aws/aws-sdk-go-v2/config v1.32.31 -> v1.32.39
  • github.com/aws/aws-sdk-go-v2/credentials v1.19.30 -> v1.19.38
  • github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.31 -> v1.18.39
  • github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.31 -> v1.4.39
  • github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.31 -> v2.7.39
  • github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.32 -> v1.4.40
  • github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.13 -> v1.13.18
  • github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.31 -> v1.13.39
  • github.com/aws/aws-sdk-go-v2/service/signin v1.5.0 -> v1.5.8
  • github.com/aws/aws-sdk-go-v2/service/sso v1.33.0 -> v1.33.8
  • github.com/aws/aws-sdk-go-v2/service/ssooidc v1.38.0 -> v1.38.8
  • github.com/aws/aws-sdk-go-v2/service/sts v1.45.0 -> v1.45.8
  • github.com/aws/smithy-go v1.27.4 -> v1.27.10
  • github.com/compose-spec/compose-go/v2 v2.13.0 -> v2.14.0
  • github.com/containerd/containerd/v2 v2.3.3 -> v2.3.4
  • github.com/containerd/platforms v1.0.0-rc.4 -> v1.0.0-rc.5
  • github.com/docker/cli v29.6.2 -> v29.7.2
  • github.com/felixge/httpsnoop v1.0.4 -> v1.1.0
  • github.com/go-logr/logr v1.4.3 -> v1.4.4
  • github.com/klauspost/compress v1.19.1 -> v1.19.2
  • github.com/moby/buildkit v0.32.2 -> v0.33.0
  • github.com/moby/go-archive v0.2.1 -> v0.2.0
  • github.com/moby/policy-helpers 856be88 -> dd6c549
  • github.com/pelletier/go-toml/v2 v2.3.1 -> v2.4.3
  • github.com/sirupsen/logrus v1.9.4 -> v1.10.2
  • github.com/stretchr/testify v1.11.1 -> v1.12.1
  • github.com/tonistiigi/fsutil 6d9dc2e -> 83cac42
  • go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.69.0 -> v0.70.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.69.0 -> v0.70.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.69.0 -> v0.70.0
  • go.opentelemetry.io/otel v1.44.0 -> v1.45.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.44.0 -> v1.45.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.44.0 -> v1.45.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.44.0 -> v1.45.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.44.0 -> v1.45.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.44.0 -> v1.45.0
  • go.opentelemetry.io/otel/metric v1.44.0 -> v1.45.0
  • go.opentelemetry.io/otel/sdk v1.44.0 -> v1.45.0
  • go.opentelemetry.io/otel/sdk/metric v1.44.0 -> v1.45.0
  • go.opentelemetry.io/otel/trace v1.44.0 -> v1.45.0
  • go.opentelemetry.io/proto/otlp v1.10.0 -> v1.11.0
  • go.yaml.in/yaml/v3 v3.0.4 -> v3.0.5
  • golang.org/x/crypto v0.54.0 -> v0.55.0
  • golang.org/x/mod v0.38.0 -> v0.40.0
  • golang.org/x/net v0.57.0 -> v0.58.0
  • golang.org/x/text v0.40.0 -> v0.41.0
  • golang.org/x/tools v0.47.0 -> v0.49.0
  • google.golang.org/genproto/googleapis/api 3dc84a4 -> 6ac0973
  • google.golang.org/genproto/googleapis/rpc 3dc84a4 -> 6ac0973
  • google.golang.org/grpc v1.82.1 -> v1.83.2
  • google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.6.1 -> v1.6.2
  • google.golang.org/protobuf f2248ac -> v1.36.12
  • k8s.io/api v0.36.0 -> v0.36.3
  • k8s.io/apimachinery v0.36.0 -> v0.36.3
  • k8s.io/client-go v0.36.0 -> v0.36.3
  • sigs.k8s.io/structured-merge-diff/v6 v6.3.2 -> v6.3.3

Previous release can be found at v0.36.1


Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • "after 3am and before 6pm"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 CLI.

This PR contains the following updates: | Package | Update | Change | OpenSSF | |---|---|---|---| | [docker/buildx](https://github.com/docker/buildx) | minor | `0.36.1` → `0.37.0` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/docker/buildx/badge)](https://securityscorecards.dev/viewer/?uri=github.com/docker/buildx) | --- ### Release Notes <details> <summary>docker/buildx (docker/buildx)</summary> ### [`v0.37.0`](https://github.com/docker/buildx/releases/tag/v0.37.0) [Compare Source](https://github.com/docker/buildx/compare/v0.36.1...v0.37.0) Welcome to the v0.37.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 - Alberto Garcia Hierro - Brad Davidson - Guilhem Charles - Guillaume Lours ##### Notable Changes - Buildx now supports `cloud` driver builder instances to run builds with [Docker Build Cloud](https://docs.docker.com/build-cloud/usage/) service. No custom version of Buildx binary is needed anymore. [#&#8203;4017](https://github.com/docker/buildx/issues/4017) - Newly started container builders now wait for BuildKit readiness before first use. [#&#8203;4027](https://github.com/docker/buildx/issues/4027) - Policy evaluation now uses Docker CLI registry auth for image metadata. [#&#8203;4046](https://github.com/docker/buildx/issues/4046) - Several consistency issues with handling Windows platform identifiers with OS version have been fixed. [#&#8203;4035](https://github.com/docker/buildx/issues/4035) [#&#8203;4034](https://github.com/docker/buildx/issues/4034) [#&#8203;4008](https://github.com/docker/buildx/issues/4008) - Using the Kubernetes driver now skips terminating pods when choosing a pod. [#&#8203;3997](https://github.com/docker/buildx/issues/3997) - Avoid creating temporary files on the host to send builder configuration to remote containers. [#&#8203;3996](https://github.com/docker/buildx/issues/3996) - Fix issue where Bake builds could sometimes drop sending build secrets when using linked targets. [#&#8203;4014](https://github.com/docker/buildx/issues/4014) - Fix cases where empty source policy sessions were created for some builds, possibly causing confusing progress output. [#&#8203;4028](https://github.com/docker/buildx/issues/4028) ##### Dependency Changes - **github.com/aws/aws-sdk-go-v2** v1.43.0 -> v1.43.8 - **github.com/aws/aws-sdk-go-v2/config** v1.32.31 -> v1.32.39 - **github.com/aws/aws-sdk-go-v2/credentials** v1.19.30 -> v1.19.38 - **github.com/aws/aws-sdk-go-v2/feature/ec2/imds** v1.18.31 -> v1.18.39 - **github.com/aws/aws-sdk-go-v2/internal/configsources** v1.4.31 -> v1.4.39 - **github.com/aws/aws-sdk-go-v2/internal/endpoints/v2** v2.7.31 -> v2.7.39 - **github.com/aws/aws-sdk-go-v2/internal/v4a** v1.4.32 -> v1.4.40 - **github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding** v1.13.13 -> v1.13.18 - **github.com/aws/aws-sdk-go-v2/service/internal/presigned-url** v1.13.31 -> v1.13.39 - **github.com/aws/aws-sdk-go-v2/service/signin** v1.5.0 -> v1.5.8 - **github.com/aws/aws-sdk-go-v2/service/sso** v1.33.0 -> v1.33.8 - **github.com/aws/aws-sdk-go-v2/service/ssooidc** v1.38.0 -> v1.38.8 - **github.com/aws/aws-sdk-go-v2/service/sts** v1.45.0 -> v1.45.8 - **github.com/aws/smithy-go** v1.27.4 -> v1.27.10 - **github.com/compose-spec/compose-go/v2** v2.13.0 -> v2.14.0 - **github.com/containerd/containerd/v2** v2.3.3 -> v2.3.4 - **github.com/containerd/platforms** v1.0.0-rc.4 -> v1.0.0-rc.5 - **github.com/docker/cli** v29.6.2 -> v29.7.2 - **github.com/felixge/httpsnoop** v1.0.4 -> v1.1.0 - **github.com/go-logr/logr** v1.4.3 -> v1.4.4 - **github.com/klauspost/compress** v1.19.1 -> v1.19.2 - **github.com/moby/buildkit** v0.32.2 -> v0.33.0 - **github.com/moby/go-archive** v0.2.1 -> v0.2.0 - **github.com/moby/policy-helpers** [`856be88`](https://github.com/docker/buildx/commit/856be88baec4) -> [`dd6c549`](https://github.com/docker/buildx/commit/dd6c5499c491) - **github.com/pelletier/go-toml/v2** v2.3.1 -> v2.4.3 - **github.com/sirupsen/logrus** v1.9.4 -> v1.10.2 - **github.com/stretchr/testify** v1.11.1 -> v1.12.1 - **github.com/tonistiigi/fsutil** [`6d9dc2e`](https://github.com/docker/buildx/commit/6d9dc2ebad62) -> [`83cac42`](https://github.com/docker/buildx/commit/83cac42c1c52) - **go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc** v0.69.0 -> v0.70.0 - **go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace** v0.69.0 -> v0.70.0 - **go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp** v0.69.0 -> v0.70.0 - **go.opentelemetry.io/otel** v1.44.0 -> v1.45.0 - **go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc** v1.44.0 -> v1.45.0 - **go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp** v1.44.0 -> v1.45.0 - **go.opentelemetry.io/otel/exporters/otlp/otlptrace** v1.44.0 -> v1.45.0 - **go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc** v1.44.0 -> v1.45.0 - **go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp** v1.44.0 -> v1.45.0 - **go.opentelemetry.io/otel/metric** v1.44.0 -> v1.45.0 - **go.opentelemetry.io/otel/sdk** v1.44.0 -> v1.45.0 - **go.opentelemetry.io/otel/sdk/metric** v1.44.0 -> v1.45.0 - **go.opentelemetry.io/otel/trace** v1.44.0 -> v1.45.0 - **go.opentelemetry.io/proto/otlp** v1.10.0 -> v1.11.0 - **go.yaml.in/yaml/v3** v3.0.4 -> v3.0.5 - **golang.org/x/crypto** v0.54.0 -> v0.55.0 - **golang.org/x/mod** v0.38.0 -> v0.40.0 - **golang.org/x/net** v0.57.0 -> v0.58.0 - **golang.org/x/text** v0.40.0 -> v0.41.0 - **golang.org/x/tools** v0.47.0 -> v0.49.0 - **google.golang.org/genproto/googleapis/api** [`3dc84a4`](https://github.com/docker/buildx/commit/3dc84a4a5aaa) -> [`6ac0973`](https://github.com/docker/buildx/commit/6ac0973c030d) - **google.golang.org/genproto/googleapis/rpc** [`3dc84a4`](https://github.com/docker/buildx/commit/3dc84a4a5aaa) -> [`6ac0973`](https://github.com/docker/buildx/commit/6ac0973c030d) - **google.golang.org/grpc** v1.82.1 -> v1.83.2 - **google.golang.org/grpc/cmd/protoc-gen-go-grpc** v1.6.1 -> v1.6.2 - **google.golang.org/protobuf** [`f2248ac`](https://github.com/docker/buildx/commit/f2248ac996af) -> v1.36.12 - **k8s.io/api** v0.36.0 -> v0.36.3 - **k8s.io/apimachinery** v0.36.0 -> v0.36.3 - **k8s.io/client-go** v0.36.0 -> v0.36.3 - **sigs.k8s.io/structured-merge-diff/v6** v6.3.2 -> v6.3.3 Previous release can be found at [v0.36.1](https://github.com/docker/buildx/releases/tag/v0.36.1) </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Berlin) - Branch creation - "after 3am and before 6pm" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zMy4yIiwidXBkYXRlZEluVmVyIjoiNDQuMzMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZ2l0aHViLXJlbGVhc2VzIiwibWlub3IiLCJyZW5vdmF0ZSJdfQ==-->
chore(deps): update dependency docker/buildx to v0.37.0
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
pre-commit-check / pre-commit (pull_request) Failing after 4s
CI Pipeline for building and pushing Docker images (staging and latest) / build_and_push_temp (pull_request) Successful in 12m51s
CI Pipeline for building and pushing Docker images (staging and latest) / trivy_scan (pull_request) Failing after 2m8s
CI Pipeline for building and pushing Docker images (staging and latest) / push_final (pull_request) Has been skipped
a6b2faca10
murdoc scheduled this pull request to auto merge when all checks succeed 2026-09-07 05:10:34 +00:00
murdoc merged commit 332daf1568 into main 2026-09-07 05:20:20 +00:00
murdoc deleted branch renovate-docker-buildx-0-x 2026-09-07 05:20:20 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
murdoc/opencode-sandbox!208
No description provided.