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.10.3 #117

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 9, 2022

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

Release notes

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

v0.10.3

https://hub.docker.com/r/moby/buildkit

Notable changes:

  • Update the builtin Dockerfile frontend to 1.4.2 including a fix for image build contexts
  • Fix performance regression in builtin Dockerfile frontend on accessing build options #2850

v0.10.2

https://hub.docker.com/r/moby/buildkit

Notable changes:

  • Fix possible corruption of records created by Merge and Diff steps after a daemon restart moby/buildkit#2796

v0.10.1

https://hub.docker.com/r/moby/buildkit

Notable changes

  • Builtin Dockerfile frontend updated to 1.4.1
  • Fix buildinfo still including attributes for passed named contexts even if no opt-in #2716
  • Fix possible panic on printing progress groups #2763
  • Fix exporting/extracting certain multi-platform images to Containerd image store #2755
  • Fix sending correct User-Agent #2776
  • Update Continuity and Containerd to v1.6.2. Fixes regression on pulling certain images with native snapshotter and possible deadlocks on error handling. #2764
  • Update Stargz snapshotter to v0.11.3. Fixes possible missing file issue #2732

v0.10.0

Welcome to the v0.10.0 release of buildkit!

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

Notable changes:

  • New LLB operation MergeOp allows efficiently chaining groups of layers together without the need to access the individual files. This allows to build layers separately and merge them together later without making them depend on each other. MergeOp can work with remote references, for example, it can be used to rebase an image on top of a newer base image without ever pulling or pushing any layers. #2335 #2614

  • New LLB operation DiffOp allows computing a difference between two points in LLB graph containing the files that have been added and whiteouts for files that have been removed. When DiffOp inputs are based on the same layer chain DiffOp can work directly with remote layer references and doesn't need to pull layers to access individual files. Files of the DiffOp result can be accessed directly or used as input to a MergeOp. #2517 #2434 #2563

  • New build information structures are generated with build metadata that allows you to see all the sources (images, git repositories) that were used by the build with their exact versions and also the configuration that was passed to the build. This information can also be embedded into the image configuration if one is generated. Build sources are added to the image config by default. The build configuration is not currently embedded by default to avoid credential leaks in poorly written Dockerfiles but the intention is to enable it in the future. #2311 #2476 #2654 #2657 #2645 #2684

  • Empty layer removal feature on exporting images has been removed because it caused history to change after remote cache import #2651

  • When possible, blobs are now created with native OverlayFS differ with increased performance. This Differ can directly use files in OverlayFS upper directory instead of scanning for differences between snapshots. #2181 #2491 #2480 #2388 #2390 #2662

  • Frontends can now send warning messages that are shown on the progressbar. Warnings can be associated with specific LLB vertex and contain additional information like URL to documentation or location in original source code. #2482 #2498

... (truncated)

Commits
  • c8d25d9 Merge pull request #2851 from tonistiigi/picks-v0.10.3
  • 4d4d9cd Resolve docker-image named context config AOT
  • 128245e worker: don’t recheck emulators support for WorkerInfos
  • a84c2b0 frontend: make sure BuildOpts is cached
  • 9d2c9b2 Merge pull request #2829 from tonistiigi/merge-diff-restart-fix-v0.10
  • 1b0cc23 cache: release parents if load fails
  • 7c61efb cache: set all merge+diff refs non-mutable on load.
  • 5f62a04 cache: set committed to true for merge+diff refs.
  • 5bc9c7b Merge pull request #2790 from tonistiigi/k8s-examples-update-v0.10
  • 58b5892 examples/kubernetes: replace deprecated seccomp annotations with securityContext
  • 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.10.3.
- [Release notes](https://github.com/moby/buildkit/releases)
- [Commits](moby/buildkit@v0.8.3...v0.10.3)

---
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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 9, 2022
@github-actions
Copy link

Stale pull request message

@github-actions github-actions bot closed this Jun 14, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 14, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/moby/buildkit-0.10.3 branch June 14, 2022 02:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code no-pr-activity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant