buildx 0.13.0-rc2
Welcome to the 0.13.0-rc2 release of buildx!
This is a pre-release of buildx
Please try out the release binaries and report any issues at
https://github.com/docker/buildx/issues.
Notable changes
- Builds can now use multiple outputs with a single command (requires BuildKit v0.13+) #2290
- Windows container based builder instances can now be created with remote driver and npipe connections #2287
imagetools inspect
command can now show DSSE-signed SBOM and Provenance attestations #2194- Compose support has been updated to v2.0.0-rc.8
- Fix issue in RC1 where active prompt did not react to Ctrl-C cancellation first time #2289
Dependency Changes
- github.com/compose-spec/compose-go/v2 v2.0.0-rc.3 -> v2.0.0-rc.8
- github.com/emicklei/go-restful/v3 v3.10.1 -> v3.11.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/uuid v1.5.0 -> v1.6.0
- github.com/gorilla/websocket v1.5.0 new
- github.com/mailru/easyjson v0.7.6 -> v0.7.7
- github.com/moby/buildkit 8e3fe35738c2 -> v0.13.0-rc3
- github.com/mxk/go-flowrate cca7078d478f new
- github.com/serialx/hashring 8b2912629002 -> 22c0c7ab6b1b
- github.com/tonistiigi/fsutil f09800878302 -> 7a889f53dbf6
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 -> v0.46.1
- go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 -> v0.46.1
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 -> v0.46.1
- go.opentelemetry.io/otel v1.19.0 -> v1.21.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 -> v1.21.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 -> v1.21.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 -> v1.21.0
- go.opentelemetry.io/otel/metric v1.19.0 -> v1.21.0
- go.opentelemetry.io/otel/sdk v1.19.0 -> v1.21.0
- go.opentelemetry.io/otel/sdk/metric v1.19.0 -> v1.21.0
- go.opentelemetry.io/otel/trace v1.19.0 -> v1.21.0
- golang.org/x/exp 613f0c0eb8a1 -> db7319d0e0e3
- 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.13.0-rc1