Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2025

Bumps github.com/moby/moby/client from 0.1.1-0.20251116162601-e9ff10bf365a to 0.2.1.

Release notes

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

client/v0.2.1

No changes from v0.2.0, apart from a fix to the API Go module version.

client/v0.2.0

Bug fixes and enhancements

  • add MinAPIVersion const, which contains the lowest API version supported by the client. moby/moby#51520
  • client.Ping: allow ForceNegotiate on clients configured with a manual version. moby/moby#51530
  • Make WithAPIVersion, WithAPIVersionFromEnv order-independent and validate well-formedness. moby/moby#51527

Networking

  • Enable API-version negotiation by default and deprecate WithAPIVersionNegotiation. moby/moby#51501

Deprecations

Changelog

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

0.2.1 (2012-05-01)

  • 'docker commit -run' bundles a layer with default runtime options: command, ports etc.
  • Improve install process on Vagrant
  • New Dockerfile operation: "maintainer"
  • New Dockerfile operation: "expose"
  • New Dockerfile operation: "cmd"
  • Contrib script to build a Debian base layer
  • 'docker -d -r': restart crashed containers at daemon startup
  • Runtime: improve test coverage

0.2.0 (2012-04-23)

  • Runtime: ghost containers can be killed and waited for
  • Documentation: update install intructions
  • Packaging: fix Vagrantfile
  • Development: automate releasing binaries and ubuntu packages
  • Add a changelog
  • Various bugfixes

0.1.8 (2013-04-22)

  • Dynamically detect cgroup capabilities
  • Issue stability warning on kernels <3.8
  • 'docker push' buffers on disk instead of memory
  • Fix 'docker diff' for removed files
  • Fix 'docker stop' for ghost containers
  • Fix handling of pidfile
  • Various bugfixes and stability improvements

0.1.7 (2013-04-18)

  • Container ports are available on localhost
  • 'docker ps' shows allocated TCP ports
  • Contributors can run 'make hack' to start a continuous integration VM
  • Streamline ubuntu packaging & uploading
  • Various bugfixes and stability improvements

0.1.6 (2013-04-17)

  • Record the author an image with 'docker commit -author'

0.1.5 (2013-04-17)

  • Disable standalone mode
  • Use a custom DNS resolver with 'docker -d -dns'
  • Detect ghost containers
  • Improve diagnosis of missing system capabilities
  • Allow disabling memory limits at compile time
  • Add debian packaging
  • Documentation: installing on Arch Linux
  • Documentation: running Redis on docker
  • Fixed lxc 0.9 compatibility
  • Automatically load aufs module
  • Various bugfixes and stability improvements

... (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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 2, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/moby/moby/client-0.2.1 branch from 4e627bc to eab94c0 Compare December 2, 2025 09:39
@m90 m90 force-pushed the dependabot/go_modules/github.com/moby/moby/client-0.2.1 branch from d6ab56d to 10f1fa1 Compare December 2, 2025 10:09
dependabot bot and others added 2 commits December 2, 2025 12:08
Bumps [github.com/moby/moby/client](https://github.com/moby/moby) from 0.1.1-0.20251116162601-e9ff10bf365a to 0.2.1.
- [Release notes](https://github.com/moby/moby/releases)
- [Changelog](https://github.com/moby/moby/blob/v0.2.1/CHANGELOG.md)
- [Commits](https://github.com/moby/moby/commits/v0.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@m90 m90 force-pushed the dependabot/go_modules/github.com/moby/moby/client-0.2.1 branch from 10f1fa1 to 7354090 Compare December 2, 2025 11:08
@m90 m90 merged commit 291e1d5 into main Dec 2, 2025
3 checks passed
@m90 m90 deleted the dependabot/go_modules/github.com/moby/moby/client-0.2.1 branch December 2, 2025 11:27
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.

2 participants