Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/moby/buildkit from 0.8.3 to 0.9.0 #437

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 19, 2021

Bumps github.com/moby/buildkit from 0.8.3 to 0.9.0.

Release notes

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

v0.9.0

Notable Changes

  • Builtin Dockerfile frontend defaults to v1.3.0 including support for RUN --network and Here-documents in labs channel. Dockerfile changelog Dockerfile labs changelog

  • Experimental support for Github Actions remote cache backend via type=gha #1974 Docs

  • Add support for subdirectories when building from Git source #2116

  • Outgoing TCP connections are now limited to 4 per registry. Metadata requests get one extra connection not used by layer pulls and pushes. #2259 #2242 #2247

  • Buildkitd config allows max-parallelism for limiting the parallelism of the BuildKit solver for low-powered machines #2049

  • OpenTracing providers have been replaced with support for OpenTelemetry #2152 #2192 #2238

  • Errors have been improved by removing gRPC wrapping and providing suggestions for typos #2218 #2047 #2215 #2183

  • New OpenTelemetry support allows forwarding traces with control API from the client or from user programs in llb.Exec container #2163

  • Git: Default branch name is now detected correctly from remote #2228

  • Allow forcing specific compression on exported layers even if another blob exists #2057

  • Plain progress mode now prints last logs of failed command in error summary #2214

  • Plain progress mode does not print to LLB vertex digest anymore to avoid confusion #2126

  • Buildctl allows --metadata-file flag to output build metadata #2095

  • This is the first release supporting Risc-V (experimental) #2222

  • This is the first release supporting MacOS ARM64 and Windows ARM64 for buildctl #2037 #2187

  • Runc has been updated to v1.0.0 GA #2143

  • RootlessKit has been updated to v0.14.2 #2102

  • Embedded QEMU emulators have been updated to v6.0.0 #2225

  • LLB: Root directory can now be copied from empty references without causing an error or panic #2197

  • LLB: Ensure image metadata resolver uses platform constraints set by marshaler #2196

  • LLB: Copy operation now allows include and exclude filters to limit the copied files #2082

  • Stargz snapshotter now supports authentication from Docker config #1733 #2165

  • Support Windows OpenSSH agent forwarding #2127

  • Handle expired tokens errors better #2062 #1957

... (truncated)

Commits
  • c8bb937 Merge pull request #2261 from tonistiigi/daemonless-wait
  • 9f0236a daemonless: wait for daemon to finish before exit
  • dc397ea Merge pull request #2238 from tonistiigi/http-tracing
  • 3790ea3 Merge pull request #2259 from tonistiigi/conn-limit2
  • 4b01f8c Merge pull request #2260 from crazy-max/typo
  • f4a67d7 Exporter config digest typo
  • 3018834 contentutil: change offset to int64 to simplify
  • 66d3055 Merge pull request #2242 from tonistiigi/idle-conns
  • eaa3e10 ensure wrappers support seeking to continue partial downloads
  • dc37a05 limited: allow extra high-priority connection for json requests
  • 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 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)

Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.8.3 to 0.9.0.
- [Release notes](https://github.com/moby/buildkit/releases)
- [Commits](moby/buildkit@v0.8.3...v0.9.0)

---
updated-dependencies:
- dependency-name: github.com/moby/buildkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@codecov
Copy link

codecov bot commented Jul 19, 2021

Codecov Report

Merging #437 (486cc43) into master (f9aa8b6) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #437   +/-   ##
=======================================
  Coverage   70.49%   70.49%           
=======================================
  Files           8        8           
  Lines         244      244           
=======================================
  Hits          172      172           
  Misses         44       44           
  Partials       28       28           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f9aa8b6...486cc43. Read the comment docs.

@crazy-max crazy-max merged commit 3b9a365 into master Jul 19, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/moby/buildkit-0.9.0 branch July 19, 2021 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant