sozercan / aikit

🏗️ Fine-tune, build, and deploy open-source LLMs easily!
https://sozercan.github.io/aikit/
MIT License
384 stars 28 forks source link

chore(deps): Bump github.com/moby/buildkit from 0.13.0-rc1 to 0.13.0-rc2 #147

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps github.com/moby/buildkit from 0.13.0-rc1 to 0.13.0-rc2.

Release notes

Sourced from github.com/moby/buildkit's releases.

v0.13.0-rc2

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

  • 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

... (truncated)

Commits
  • 596ef8f Merge pull request #4687 from tonistiigi/labs-ci-fix
  • c45d02f Merge pull request #4653 from crazy-max/ci-split-win
  • d9ed39a dockerfile2llb: fix ci merge conflict
  • ba97b0d Merge pull request #4663 from AkihiroSuda/fix-4614
  • c8cf831 Merge pull request #4561 from leandrosansilva/feature/exclude-pattern-on-dock...
  • 8a8ed08 Merge pull request #4683 from crazy-max/update-fsutil
  • f54a355 Merge pull request #4684 from cpuguy83/hack_test_fix
  • 9c306dd Merge pull request #4686 from tonistiigi/revert-info
  • af63def Revert "util/multiprovider: Implement Info"
  • cc14a06 Avoid applying SOURCE_DATE_EPOCH to base images
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)