Skip to content

Update module github.com/docker/docker to v28 - #69

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-docker-docker-28.x
Open

Update module github.com/docker/docker to v28#69
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-docker-docker-28.x

Conversation

@renovate

@renovate renovate Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change OpenSSF
github.com/docker/docker require major v27.5.1+incompatiblev28.5.2+incompatible OpenSSF Scorecard

Release Notes

docker/docker (github.com/docker/docker)

v28.5.2+incompatible

Compare Source

v28.5.1+incompatible

Compare Source

v28.5.0+incompatible

Compare Source

v28.4.0+incompatible

Compare Source

v28.3.3+incompatible

Compare Source

v28.3.2+incompatible

Compare Source

v28.3.1+incompatible

Compare Source

v28.3.0+incompatible

Compare Source

v28.2.2+incompatible

Compare Source

v28.2.1+incompatible

Compare Source

v28.2.0+incompatible

Compare Source

v28.1.1+incompatible

Compare Source

v28.1.0+incompatible

Compare Source

v28.0.4+incompatible

Compare Source

v28.0.3+incompatible

Compare Source

v28.0.2+incompatible

Compare Source

v28.0.1+incompatible

Compare Source

v28.0.0+incompatible

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jul 27, 2026
@kimchi-review

kimchi-review Bot commented Jul 27, 2026

Copy link
Copy Markdown

Kimchi Code Review

Property Value
Commit 3954776
Author @renovate[bot]
Files changed 0
Review status Completed
Comments 2 (2 warning)
Duration 2823s

Summary

📊 Review Score: 68/100 (overall code quality — 0 lowest, 100 highest)
⏱️ Estimated effort to review: 2/5 (1 = trivial, 5 = very complex)

🧪 Tests: no — No tests were added, modified, or are visible in this PR to validate compatibility with the major version upgrade of github.com/docker/docker from v27.5.1 to v28.5.2.

📝 Found 2 issue(s). See inline comments for details.

What to expect

Kimchi will analyze the changes in this pull request and post:

  • A summary of the overall changes
  • Inline comments on specific lines with findings categorized by issue type

The review typically completes within a few minutes. This comment will be updated once the review is ready.

Interact with Kimchi
  • @getkimchi review — re-trigger a full review on the latest commit
  • @getkimchi summary — regenerate the PR summary
  • @getkimchi ignore — skip this PR (no review will be posted)
  • Reply to any inline comment to ask follow-up questions or request clarification
Configuration

Reviews are configured by your organization admin.
Review instructions, excluded directories, and severity thresholds can be adjusted per repository in the Kimchi dashboard.


Powered by Kimchi — AI-powered code review by CAST AI

@kimchi-review kimchi-review 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.

📊 Review Score: 68/100 (overall code quality — 0 lowest, 100 highest)
⏱️ Estimated effort to review: 2/5 (1 = trivial, 5 = very complex)

🧪 Tests: no — No tests were added, modified, or are visible in this PR to validate compatibility with the major version upgrade of github.com/docker/docker from v27.5.1 to v28.5.2.

📝 Found 2 issue(s). See inline comments for details.

Comment thread go.mod
@@ -7,7 +7,7 @@ require (
github.com/containerd/containerd/v2 v2.2.5

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️🔧 Maintainability

This PR performs a major version upgrade of the direct dependency github.com/docker/docker from v27.5.1+incompatible to v28.5.2+incompatible without any accompanying source code or test changes. Docker v28 can introduce breaking API changes compared to v27, and without verifying usage sites, the project may fail to compile or behave incorrectly at runtime.

💡 Suggestion: Confirm that all usages of github.com/docker/docker client types and methods in the codebase are compatible with v28. Run go build ./... and the full test suite. If the upgrade passes, add or update an integration/unit test that exercises Docker client code paths to catch future regressions.

Comment thread go.mod
github.com/containerd/platforms v1.0.0-rc.2
github.com/distribution/reference v0.6.0
github.com/docker/docker v27.5.1+incompatible
github.com/docker/docker v28.5.2+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.

⚠️🧪 Testing

Because github.com/docker/docker is a direct require dependency used for image analysis, a major version bump warrants targeted test coverage. The PR provides no evidence that the upgraded dependency has been exercised in CI or that Docker-specific code paths still pass.

💡 Suggestion: Ensure CI runs go test ./... after go mod tidy, and consider adding a test that invokes the Docker client code paths affected by this upgrade (e.g., image pull, inspect, or registry interaction) before merging.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants