Skip to content

v0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Mar 20:48
· 160 commits to master since this release
0de5f1c

buildx 0.13.0

Welcome to the 0.13.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
  • David Karlsson
  • Jonathan A. Sternberg
  • Justin Chadwell
  • Laura Brehm
  • Akihiro Suda
  • Ian King'ori
  • Paweł Gronowski
  • Brian Goff
  • Kushagra Mansingh
  • Laurent Goderre
  • Nicolas De Loof
  • Rob Murray
  • Simon A. Eugster

Notable Changes

  • Builds can now use multiple outputs with a single command (requires BuildKit v0.13+) #2290 #2302

  • Bake command now supports defining shm-size and ulimit values #2279 #2242

  • Windows container based builder instances can now be created with remote driver and npipe connections #2287

  • New dial-stdio command is available for directly contacting BuildKit daemon of the configured builder instance #2112

  • Container and Kubernetes builder instances now allow network.host entitlement by default (allowing access to the container's network) #2266

  • ls command now supports --format options for controlling the output #1787

  • --metadata-file option can now also return build reference that can be used for further build debugging, for example, in Docker Desktop #2263

  • New experimental OpenTelemetry metrics exporting is available for build duration and transfer sizes #2235 #2258 #2225 #2224 #2155

  • Fix possible cache invalidation when using linked targets in Bake #2265

  • Container driver now supports driver opt for defining restart policy for BuildKit container #1271

  • Compose spec support has been updated to v2.0.0-rc.8 #2205

  • Bake command has been updated to share the same authentication provider for all targets for improved performance #2147

  • New cancellation signal handling via UNIX socket is supported with new Docker CLI #2184 #2289

  • Multiple builders can now be removed with a single command #2140

  • --add-host flag now permits = separator for IPv6 addresses #2121

  • VCS attributes exported from Buildx now include the local directory subpaths if they are relative to the current Git repository #2156

  • imagetools inspect command can now show DSSE-signed SBOM and Provenance attestations #2194

  • Fixes for Git repository path sanitization in WSL #2167

  • Default Git repository path is now found via configured tracking branch #2146

  • Certain error messages for attestations have been improved #2268

  • Better handling of connecting to unhealthy nodes with remote driver #2130

  • Fix possible panic in imagetools create command #2230

  • Fix additional output when exporting progress in rawjson mode #2252

  • Fix possible inconsistent configuration merge order when using Bake with many configurations #2237

  • Npipe URL scheme is now supported on Windows #2250

  • Fix possible console warnings on Windows #2238

Dependency Changes

  • github.com/Microsoft/hcsshim v0.11.1 -> v0.11.4
  • github.com/aws/aws-sdk-go-v2 v1.17.6 -> v1.24.1
  • github.com/aws/aws-sdk-go-v2/config v1.18.16 -> v1.26.6
  • github.com/aws/aws-sdk-go-v2/credentials v1.13.16 -> v1.16.16
  • github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 -> v1.14.11
  • github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 -> v1.2.10
  • github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 -> v2.5.10
  • github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 -> v1.7.3
  • github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.4 new
  • github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 -> v1.10.10
  • github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 -> v1.18.7
  • github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 -> v1.21.7
  • github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 -> v1.26.7
  • github.com/aws/smithy-go v1.13.5 -> v1.19.0
  • github.com/cenkalti/backoff/v4 v4.2.0 -> v4.2.1
  • github.com/compose-spec/compose-go/v2 v2.0.0-rc.8 new
  • github.com/containerd/console v1.0.3 -> v1.0.4
  • github.com/containerd/containerd v1.7.7 -> v1.7.13
  • github.com/containerd/continuity v0.4.2 -> v0.4.3
  • github.com/docker/cli v24.0.5 -> v26.0.0-rc1
  • github.com/docker/cli-docs-tool v0.6.0 -> v0.7.0
  • github.com/docker/docker v24.0.5 -> v26.0.0-rc1
  • github.com/docker/docker-credential-helpers v0.7.0 -> v0.8.0
  • github.com/docker/go-connections v0.4.0 -> v0.5.0
  • github.com/emicklei/go-restful/v3 v3.10.1 -> v3.11.0
  • github.com/felixge/httpsnoop v1.0.3 -> v1.0.4
  • github.com/go-logr/logr v1.2.3 -> v1.3.0
  • github.com/go-openapi/jsonpointer v0.19.5 -> v0.19.6
  • github.com/go-openapi/jsonreference v0.20.0 -> v0.20.2
  • github.com/go-openapi/swag v0.19.14 -> v0.22.3
  • github.com/google/gnostic-models v0.6.8 new
  • github.com/google/go-cmp v0.5.9 -> v0.6.0
  • github.com/google/uuid v1.3.0 -> v1.6.0
  • github.com/gorilla/websocket v1.5.0 new
  • github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 -> v2.16.0
  • github.com/klauspost/compress v1.16.3 -> v1.17.4
  • github.com/mailru/easyjson v0.7.6 -> v0.7.7
  • github.com/mattn/go-runewidth v0.0.15 new
  • github.com/mitchellh/copystructure v1.2.0 new
  • github.com/mitchellh/reflectwalk v1.0.2 new
  • github.com/moby/buildkit d5c1d785b042 -> v0.13.0
  • github.com/moby/docker-image-spec v1.3.1 new
  • github.com/moby/sys/mountinfo v0.6.2 -> v0.7.1
  • github.com/moby/sys/user v0.1.0 new
  • github.com/mxk/go-flowrate cca7078d478f new
  • github.com/prometheus/client_golang v1.14.0 -> v1.17.0
  • github.com/prometheus/client_model v0.3.0 -> v0.5.0
  • github.com/prometheus/common v0.42.0 -> v0.44.0
  • github.com/prometheus/procfs v0.9.0 -> v0.12.0
  • github.com/rivo/uniseg v0.2.0 new
  • github.com/serialx/hashring 8b2912629002 -> 22c0c7ab6b1b
  • github.com/spf13/cobra v1.7.0 -> v1.8.0
  • github.com/tonistiigi/fsutil 36ef4d8c0dbb -> 7525a1af2bb5
  • go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.40.0 -> v0.46.1
  • go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.40.0 -> v0.46.1
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.40.0 -> v0.46.1
  • go.opentelemetry.io/otel v1.14.0 -> v1.21.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 new
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 new
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 new
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.14.0 -> v1.21.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.14.0 -> v1.21.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.14.0 -> v1.21.0
  • go.opentelemetry.io/otel/exporters/prometheus v0.42.0 new
  • go.opentelemetry.io/otel/metric v0.37.0 -> v1.21.0
  • go.opentelemetry.io/otel/sdk v1.14.0 -> v1.21.0
  • go.opentelemetry.io/otel/sdk/metric v1.21.0 new
  • go.opentelemetry.io/otel/trace v1.14.0 -> v1.21.0
  • go.opentelemetry.io/proto/otlp v0.19.0 -> v1.0.0
  • golang.org/x/exp 613f0c0eb8a1 -> db7319d0e0e3
  • google.golang.org/genproto 7f2fa6fef1f4 -> 49dd2c1f3d0b
  • google.golang.org/genproto/googleapis/api 49dd2c1f3d0b new
  • google.golang.org/genproto/googleapis/rpc 49dd2c1f3d0b new
  • google.golang.org/grpc v1.53.0 -> v1.59.0
  • k8s.io/api v0.26.7 -> v0.29.2
  • k8s.io/apimachinery v0.26.7 -> v0.29.2
  • k8s.io/apiserver v0.26.7 -> v0.29.2
  • k8s.io/client-go v0.26.7 -> v0.29.2
  • k8s.io/klog/v2 v2.90.1 -> v2.110.1
  • k8s.io/kube-openapi 172d655c2280 -> 2dd684a91f00
  • k8s.io/utils a5ecb0141aa5 -> 3b25d923346b
  • sigs.k8s.io/json f223a00ba0e2 -> bc3834ca7abd
  • sigs.k8s.io/structured-merge-diff/v4 v4.2.3 -> v4.4.1

Previous release can be found at v0.12.1