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

build(deps): bump github.com/moby/buildkit from 0.12.5 to 0.13.0 #926

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 5, 2024

Bumps github.com/moby/buildkit from 0.12.5 to 0.13.0.

Release notes

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

v0.13.0-rc3

buildkit 0.13.0-rc3

Welcome to the 0.13.0-rc3 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-rc2

  • Github Actions cache backend now supports defining timeout in case the service gets rate-limited #4702
  • Windows release now has setup instructions #4692
  • Fix issue with Stargz after new Info() API was added #4694 #4558

Dependency Changes

  • github.com/containerd/fuse-overlayfs-snapshotter v1.0.2 -> v1.0.8
  • github.com/felixge/fgprof v0.9.3 new
  • github.com/golang-jwt/jwt/v4 v4.4.2 -> v4.5.0
  • github.com/google/pprof e72429f035bd new
  • github.com/moby/term v0.5.0 new
  • github.com/pkg/profile v1.5.0 -> v1.7.0
  • github.com/serialx/hashring 8b2912629002 -> 22c0c7ab6b1b
  • github.com/spdx/tools-golang v0.5.1 -> v0.5.3
  • github.com/tonistiigi/go-actions-cache 0bdeb6e1eac7 -> a0b64f338598
  • go.etcd.io/bbolt v1.3.7 -> v1.3.9

Previous release can be found at v0.13.0-rc2

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 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

... (truncated)

Commits
  • 2afc050 Merge pull request #4735 from moby/v0.13.0-picks
  • b9e1581 fix: windows getting started guide for uniformity
  • acaf4cd dockerfile: add docs for --parents
  • d959049 dockerfile: allow pivot point for --parents flag
  • 9195a11 util: typo fix
  • 0567a81 vendor: update github.com/tonistiigi/fsutil to 7525a1af2bb5
  • 262e626 ci(validate): temporarily disable archutil-arm64 job
  • ca1215b add loongarch support for buildkit archutil
  • 5872120 Merge pull request #4720 from tonistiigi/parents-labs-handle-err
  • 95b9c4f dockerfile: don't silently ignore --parents if not labs
  • 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 <dependency name> 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 5, 2024
@boranx
Copy link
Member

boranx commented Mar 6, 2024

I think the CI failure is likely due to workflow-specific, cuz I see the command passes on my local in the given form

~/Downloads/golangci-lint-1.56.2-darwin-arm64/golangci-lint run --out-format=github-actions --timeout=5m --color=always --max-same-issues=0 --max-issues-per-linter=0

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/moby/buildkit-0.13.0 branch from 9718646 to 4d3a776 Compare March 7, 2024 03:46
@jalseth
Copy link
Member

jalseth commented Mar 7, 2024

msg="Running error: context loading failed: no go files to analyze" seems like a temporary error, there are definitely Go files to analyze. #927 also ran without issue. Going to let the CI run again after the rebase.

@jalseth
Copy link
Member

jalseth commented Mar 7, 2024

That did not fix it. Seems to be this problem: golangci/golangci-lint#825

Running go mod tidy to update the version in go.mod appears to fix the issue. No idea why it was not a problem in #927.

Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.12.5 to 0.13.0.
- [Release notes](https://github.com/moby/buildkit/releases)
- [Commits](moby/buildkit@v0.12.5...v0.13.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>
Signed-off-by: James Alseth <james@jalseth.me>
@jalseth jalseth force-pushed the dependabot/go_modules/github.com/moby/buildkit-0.13.0 branch from 4d3a776 to b2832aa Compare March 7, 2024 04:08
@jalseth jalseth merged commit a12c536 into master Mar 7, 2024
7 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/moby/buildkit-0.13.0 branch March 7, 2024 04:14
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants