Bump the all-updates group across 1 directory with 5 updates#1068
Bump the all-updates group across 1 directory with 5 updates#1068dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the all-updates group with 3 updates in the / directory: [github.com/docker/cli](https://github.com/docker/cli), [github.com/moby/buildkit](https://github.com/moby/buildkit) and [golang.org/x/crypto](https://github.com/golang/crypto). Updates `github.com/docker/cli` from 29.5.2+incompatible to 29.5.3+incompatible - [Commits](docker/cli@v29.5.2...v29.5.3) Updates `github.com/moby/buildkit` from 0.28.1 to 0.30.0 - [Release notes](https://github.com/moby/buildkit/releases) - [Commits](moby/buildkit@v0.28.1...v0.30.0) Updates `golang.org/x/crypto` from 0.52.0 to 0.53.0 - [Commits](golang/crypto@v0.52.0...v0.53.0) Updates `golang.org/x/sys` from 0.45.0 to 0.46.0 - [Commits](golang/sys@v0.45.0...v0.46.0) Updates `golang.org/x/text` from 0.37.0 to 0.38.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.37.0...v0.38.0) --- updated-dependencies: - dependency-name: github.com/docker/cli dependency-version: 29.5.3+incompatible dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: github.com/moby/buildkit dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: golang.org/x/crypto dependency-version: 0.53.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: golang.org/x/sys dependency-version: 0.46.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: golang.org/x/text dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: aa30971dc8
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| github.com/lestrrat-go/structinfo v0.0.0-20210312050401-7f8bd69d6acb // indirect | ||
| github.com/mitchellh/go-ps v1.0.0 | ||
| github.com/moby/buildkit v0.28.1 | ||
| github.com/moby/buildkit v0.30.0 |
There was a problem hiding this comment.
With this bump, pkg/parser/dockerfile/dockerfile.go still calls dockerfile2llb.Dockerfile2LLB as state, _, _, _, err := ..., but BuildKit v0.30.0 changed that function to return only (*Result, error). Any build or test that includes the Dockerfile parser package will fail with an assignment-count mismatch until the call is updated to use the returned Result (for example res.State) or the dependency is kept below v0.29.
Useful? React with 👍 / 👎.
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the all-updates group with 3 updates in the / directory: github.com/docker/cli, github.com/moby/buildkit and golang.org/x/crypto.
Updates
github.com/docker/clifrom 29.5.2+incompatible to 29.5.3+incompatibleCommits
d1c06efMerge pull request #7022 from mickael-docker/docs-request-field7dd053bMerge pull request #7003 from thaJeztah/logs_links37c3d31Merge pull request #7024 from thaJeztah/add_zizmor45f10f2Merge pull request #7025 from vvoland/update-gob458dc9update to go1.26.41953194gha: apply zizmor fixesac0419egha: add zizmor workflow1aa0416docs: recommend default deny and clarify requesturi field3a85952Merge pull request #7020 from thaJeztah/full_semver8d3fbdfMerge pull request #7019 from thaJeztah/dependabot_labelsUpdates
github.com/moby/buildkitfrom 0.28.1 to 0.30.0Release notes
Sourced from github.com/moby/buildkit's releases.
... (truncated)
Commits
dd2170eMerge pull request #6770 from crazy-max/v0.30-picks-0.30.0e4b9769test: gate merge diff tests through worker capabilitiesd5956a1skip pin race test on workers without merge diff support505ab37solver: fix race in walkProvenancef2e48d2Merge pull request #6762 from jsternberg/add-error-detailsf7a40a0Merge pull request #6758 from tonistiigi/fix-provenance-data-race80e934dremotecache: propagate details field from registry when includeda7c8749Merge pull request #6761 from moby/dependabot/github_actions/github/codeql-ac...df37b67build(deps): bump github/codeql-action from 4.35.3 to 4.35.4c7ba941Merge pull request #6759 from moby/dependabot/github_actions/docker/github-bu...Updates
golang.org/x/cryptofrom 0.52.0 to 0.53.0Commits
45460e0go.mod: update golang.org/x dependenciesd37c95epkcs12: limit PBKDF iteration count to prevent CPU exhaustione2ffffessh: reject incomplete gssapi-with-mic configurations60e158assh/test: isolate CLI tests from user SSH config and agent1b77d23ssh/knownhosts: reject lines with multiple or unknown markers3872a2bssh/knownhosts: verify declared key type matches decoded key9f72eccssh/knownhosts: treat only ASCII space and tab as whitespace8f405a4ssh: validate ECDSA curve matches expected algorithmbb41b3dssh: improve DH GEX group selection using PreferredBitse04e721ssh/agent: validate ed25519 private key length in AddUpdates
golang.org/x/sysfrom 0.45.0 to 0.46.0Commits
d58dcfaunix: add GPIO constants and structsUpdates
golang.org/x/textfrom 0.37.0 to 0.38.0Commits
f4bb632go.mod: update golang.org/x dependenciesDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions