Skip to content

v0.13.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Feb 03:34
· 645 commits to master since this release
596ef8f

buildkit 0.13.0-rc2

Welcome to the 0.13.0-rc2 release of buildkit!
This is a pre-release of buildkit

Please try out the release binaries and report any issues at
https://github.com/moby/buildkit/issues.

Notable changes since v0.13.0-rc1

  • Default Dockerfile frontend has been updated to v1.7.0-rc1
  • Windows release artifacts now also contain the buildkitd.exe binary #4670
  • SOURCE_DATE_EPOCH in now not applied to the layer records of base image to keep them immutable #4663
  • Build secrets can now avoid noexec mount restrictions if file mode set execution bit #4670
  • Empty OnBuild value is now omitted from image config #4648
  • Fix possible regression in RC1 when Windows client is transferring context files #4683
  • Fixes for bridge networking on Rootless mode #4655

Dependency Changes

  • github.com/containerd/continuity v0.4.2 -> v0.4.3
  • github.com/containerd/nydus-snapshotter v0.13.1 -> v0.13.7
  • github.com/containerd/stargz-snapshotter v0.14.3 -> v0.15.1
  • github.com/containerd/stargz-snapshotter/estargz v0.14.3 -> v0.15.1
  • github.com/hanwen/go-fuse/v2 v2.2.0 -> v2.4.0
  • github.com/hashicorp/go-retryablehttp v0.7.2 -> v0.7.5
  • github.com/moby/docker-image-spec v1.3.1 new
  • github.com/prometheus/client_golang v1.16.0 -> v1.17.0
  • github.com/prometheus/client_model v0.4.0 -> v0.5.0
  • github.com/prometheus/common v0.42.0 -> v0.44.0
  • github.com/prometheus/procfs v0.10.1 -> v0.12.0
  • github.com/tonistiigi/fsutil f09800878302 -> 7a889f53dbf6
  • github.com/urfave/cli v1.22.12 -> v1.22.14
  • 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
  • google.golang.org/genproto 782d3b101e98 -> 49dd2c1f3d0b
  • google.golang.org/genproto/googleapis/api 782d3b101e98 -> 49dd2c1f3d0b
  • google.golang.org/genproto/googleapis/rpc 782d3b101e98 -> 49dd2c1f3d0b
  • google.golang.org/grpc v1.58.3 -> v1.59.0

Previous release can be found at v0.13.0-rc1