Skip to content

vendor: github.com/moby/moby/client v0.5.1 - #7128

Merged
thaJeztah merged 1 commit into
docker:masterfrom
vvoland:update-docker
Jul 27, 2026
Merged

vendor: github.com/moby/moby/client v0.5.1#7128
thaJeztah merged 1 commit into
docker:masterfrom
vvoland:update-docker

Conversation

@vvoland

@vvoland vvoland commented Jul 27, 2026

Copy link
Copy Markdown
Collaborator

vendor: github.com/moby/moby/client v0.5.1

full diff: moby/moby@client/v0.5.0...client/v0.5.1

full diff: moby/moby@client/v0.5.0...client/v0.5.1

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
@vvoland vvoland added this to the 29.7.0 milestone Jul 27, 2026
@vvoland vvoland self-assigned this Jul 27, 2026
@vvoland
vvoland requested a review from thaJeztah July 27, 2026 19:15
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@docker-agent docker-agent left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Assessment: 🟢 APPROVE

This vendor update (moby/moby/client v0.5.0 → v0.5.1) is a clean, well-scoped improvement. The changes avoid sending unnecessary empty/default query parameters (repo, tag, comment, author in ContainerCommit; insertDefaults in ServiceInspect), add platform deduplication and filtering in service_create.go, and refactor string building in mod.go. All behavioral changes rely on the standard Docker API convention that absent boolean/string parameters are treated identically to false/empty — which is the established API contract.

Lower-confidence findings (not posted inline)

  • [low] vendor/github.com/moby/moby/client/service_inspect.go:31 — ServiceInspect omits insertDefaults param when false — may change behavior if server interprets absence differently (confidence: weak 45/100)
  • [low] vendor/github.com/moby/moby/client/container_commit.go:48 — ContainerCommit no longer sends empty repo/tag/comment/author params — behavioral change if server distinguishes absent from empty-string (confidence: weak 45/100)

@thaJeztah thaJeztah left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@thaJeztah
thaJeztah merged commit a9ac44e into docker:master Jul 27, 2026
98 of 99 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants