Skip to content

build(deps): bump github.com/docker/cli from 24.0.7+incompatible to 29.2.0+incompatible - #572

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/docker/cli-29.2.0incompatible
Open

build(deps): bump github.com/docker/cli from 24.0.7+incompatible to 29.2.0+incompatible#572
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/docker/cli-29.2.0incompatible

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/docker/cli from 24.0.7+incompatible to 29.2.0+incompatible.

Commits
  • 0b9d198 Merge pull request #6764 from vvoland/update-docker
  • 9c9ec73 vendor: github.com/moby/moby/client v0.2.2
  • bab3e81 vendor: github.com/moby/moby/api v1.53.0
  • 2e64fc1 Merge pull request #6367 from thaJeztah/template_slicejoin
  • 1f2ba2a Merge pull request #6760 from thaJeztah/container_create_fix_error
  • e34a342 templates: make "join" work with non-string slices and map values
  • a86356d Merge pull request #6763 from thaJeztah/bump_mapstructure
  • 771660a vendor: github.com/go-viper/mapstructure/v2 v2.5.0
  • 9cff36b Merge pull request #6762 from thaJeztah/bump_x_deps
  • 08ed2bc cli/command/container: make injecting config.json failures a warning
  • 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note

High Risk
Major jump of docker/cli (24 → 29) used for Docker plugin/CLI integration can break plugin APIs and daemon compatibility despite no source changes.

Overview
Dependabot upgrades github.com/docker/cli from 24.0.7+incompatible to 29.2.0+incompatible. There are no application source changes.

The bump also refreshes related modules (distribution/reference, go-connections, image-spec, OpenTelemetry, gRPC, golang.org/x/*) and drops older notary/prometheus-style transitives in favor of newer Moby client/API packages.

docker/cli is imported for Docker plugin and CLI plumbing (cli-plugins, cli/command, config). github.com/docker/docker stays on the existing v24 replace. Review plugin compatibility and the existing DOCKER_API_VERSION=1.44 pin.

Reviewed by Cursor Bugbot for commit 39e460e. Bugbot is set up for automated code reviews on this repo. Configure here.

Bumps [github.com/docker/cli](https://github.com/docker/cli) from 24.0.7+incompatible to 29.2.0+incompatible.
- [Commits](docker/cli@v24.0.7...v29.2.0)

---
updated-dependencies:
- dependency-name: github.com/docker/cli
  dependency-version: 29.2.0+incompatible
  dependency-type: direct:production
...

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 Aug 24, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Want fixes drafted automatically? Bugbot Autofix can create code changes for findings. A team admin can enable Autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 39e460e. Configure here.

Comment thread go.mod
github.com/distribution/reference v0.6.0
github.com/docker/buildx v0.10.3
github.com/docker/cli v24.0.7+incompatible
github.com/docker/cli v29.2.0+incompatible

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incompatible docker/cli and docker skew

High Severity

Bumping github.com/docker/cli to v29 while leaving github.com/docker/docker at v24 (and buildx at 0.10.3) mixes two client stacks. Cli v29’s command.Cli is built on moby/moby/client/api, but this repo and vendored buildx still call dockerCli.Client() and related APIs as docker/docker types, so plugin init, bake/build client wiring, and TLS bootstrap in pkg/docker can fail at link time or misbehave at runtime.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 39e460e. Configure here.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Risk: high. Left a non-blocking comment; human review is needed and no reviewers were assigned. Cursor Bugbot reported an unresolved high-severity docker/cli vs docker version-skew finding, and the Bugbot check did not complete successfully.

Open in Web View Automation 

Sent by Cursor Approval Agent: Pull Request Router and Approver

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.

0 participants