Skip to content

Bump github.com/moby/moby/client from 0.3.1-0.20260305140547-83bca512aa7f to 0.4.0#50

Merged
hi-liang merged 1 commit intomasterfrom
dependabot/go_modules/github.com/moby/moby/client-0.4.0
Apr 6, 2026
Merged

Bump github.com/moby/moby/client from 0.3.1-0.20260305140547-83bca512aa7f to 0.4.0#50
hi-liang merged 1 commit intomasterfrom
dependabot/go_modules/github.com/moby/moby/client-0.4.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

Bumps github.com/moby/moby/client from 0.3.1-0.20260305140547-83bca512aa7f to 0.4.0.

Release notes

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

client/v0.4.0

v0.4.0

Bug fixes and enhancements

  • api, client: add //go:fix inline directives to deprecated functions to help automatically migrating using go fix. moby/moby#52178
  • client/pkg/jsonmessage: add DisplayStream and DisplayMessages utils. moby/moby#52273
  • client/pkg/jsonmessage: use functional options for display funcs. moby/moby#52285
  • client: prevent panic when passing nil Opts to client.New. moby/moby#52184
  • client: the client now sets a default User-Agent if none was set, to prevent Go's default (Go-http-client/1.1) from being used. moby/moby#52167
  • Fix /system/df reporting in-use images as reclaimable. moby/moby#51778
  • Go SDK: client.WithHTTPHeaders now detects if duplicate headers are set, and produces an error. Previously, duplicate errors would be randomized, resulting in undefined behavior. moby/moby#52204

Full Changelog: moby/moby@client/v0.3.0...client/v0.4.0

Changelog

Sourced from github.com/moby/moby/client's changelog.

0.4.0 (2013-06-03)

  • Introducing Builder: 'docker build' builds a container, layer by layer, from a source repository containing a Dockerfile
  • Introducing Remote API: control Docker programmatically using a simple HTTP/json API
  • Runtime: various reliability and usability improvements

0.3.4 (2013-05-30)

  • Builder: 'docker build' builds a container, layer by layer, from a source repository containing a Dockerfile
  • Builder: 'docker build -t FOO' applies the tag FOO to the newly built container.
  • Runtime: interactive TTYs correctly handle window resize
  • Runtime: fix how configuration is merged between layers
  • Remote API: split stdout and stderr on 'docker run'
  • Remote API: optionally listen on a different IP and port (use at your own risk)
  • Documentation: improved install instructions.

0.3.3 (2013-05-23)

  • Registry: Fix push regression
  • Various bugfixes

0.3.2 (2013-05-09)

  • Runtime: Store the actual archive on commit
  • Registry: Improve the checksum process
  • Registry: Use the size to have a good progress bar while pushing
  • Registry: Use the actual archive if it exists in order to speed up the push
  • Registry: Fix error 400 on push

0.3.1 (2013-05-08)

  • Builder: Implement the autorun capability within docker builder
  • Builder: Add caching to docker builder
  • Builder: Add support for docker builder with native API as top level command
  • Runtime: Add go version to debug infos
  • Builder: Implement ENV within docker builder
  • Registry: Add docker search top level command in order to search a repository
  • Images: output graph of images to dot (graphviz)
  • Documentation: new introduction and high-level overview
  • Documentation: Add the documentation for docker builder
  • Website: new high-level overview
  • Makefile: Swap "go get" for "go get -d", especially to compile on go1.1rc
  • Images: fix ByParent function
  • Builder: Check the command existance prior create and add Unit tests for the case
  • Registry: Fix pull for official images with specific tag
  • Registry: Fix issue when login in with a different user and trying to push
  • Documentation: CSS fix for docker documentation to make REST API docs look better.
  • Documentation: Fixed CouchDB example page header mistake
  • Documentation: fixed README formatting
  • Registry: Improve checksum - async calculation
  • Runtime: kernel version - don't show the dash if flavor is empty
  • Documentation: updated www.docker.io website.
  • Builder: use any whitespaces instead of tabs
  • Packaging: packaging ubuntu; issue #510: Use goland-stable PPA package to build docker

... (truncated)

Commits

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)

Bumps [github.com/moby/moby/client](https://github.com/moby/moby) from 0.3.1-0.20260305140547-83bca512aa7f to 0.4.0.
- [Release notes](https://github.com/moby/moby/releases)
- [Changelog](https://github.com/moby/moby/blob/v0.4.0/CHANGELOG.md)
- [Commits](https://github.com/moby/moby/commits/v0.4.0)

---
updated-dependencies:
- dependency-name: github.com/moby/moby/client
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies go Pull requests that update go code labels Apr 6, 2026
@hi-liang hi-liang merged commit a643ed2 into master Apr 6, 2026
1 check passed
@hi-liang hi-liang deleted the dependabot/go_modules/github.com/moby/moby/client-0.4.0 branch April 6, 2026 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant