Skip to content

Bump the go-dependencies group with 3 updates#1563

Merged
jabrown85 merged 1 commit intomainfrom
dependabot/go_modules/go-dependencies-19a0bab070
Dec 9, 2025
Merged

Bump the go-dependencies group with 3 updates#1563
jabrown85 merged 1 commit intomainfrom
dependabot/go_modules/go-dependencies-19a0bab070

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Dec 8, 2025

Bumps the go-dependencies group with 3 updates: github.com/moby/moby/client, golang.org/x/sync and golang.org/x/sys.

Updates github.com/moby/moby/client from 0.1.0 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
  • d42639e Bumped version to 0.2.1
  • e7fb7f1 new Dockerfile keyword: cmd to set a default runtime command
  • ad86dde * 'docker commit' inherits parent layer's run configuration by default
  • a75a1b3 When no -config is set while committing, use the config of the base image
  • 0881209 New Dockerfile operation 'expose' exposes default tcp ports
  • 5c30faf Set a layer's default runtime options with 'docker commit -run' instead of 'd...
  • f7aaa06 + Commit default runtime options with a layer
  • 7ff65d4 Actually use the mergeConfig function
  • a3ce90b Added dummy script for docker-build example
  • 03b83b3 Fix example dockerfile
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.18.0 to 0.19.0

Commits

Updates golang.org/x/sys from 0.38.0 to 0.39.0

Commits
  • 08e5482 unix: fix out of bounds memory access in tests
  • 4f4f1c6 Revert "cpu: add HPDS, LOR, PAN detection for arm64"
  • ca63116 unix: add IOCTL_MEI_* constants
  • a4199c0 unix: fix definition of Statvfs_t for netbsd-arm.
  • See full diff in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-dependencies group with 3 updates: [github.com/moby/moby/client](https://github.com/moby/moby), [golang.org/x/sync](https://github.com/golang/sync) and [golang.org/x/sys](https://github.com/golang/sys).


Updates `github.com/moby/moby/client` from 0.1.0 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](moby/moby@v0.1.0...v0.2.1)

Updates `golang.org/x/sync` from 0.18.0 to 0.19.0
- [Commits](golang/sync@v0.18.0...v0.19.0)

Updates `golang.org/x/sys` from 0.38.0 to 0.39.0
- [Commits](golang/sys@v0.38.0...v0.39.0)

---
updated-dependencies:
- dependency-name: github.com/moby/moby/client
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/sync
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/sys
  dependency-version: 0.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

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 Dec 8, 2025
@dependabot dependabot Bot requested a review from a team as a code owner December 8, 2025 23:01
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 8, 2025
@jabrown85 jabrown85 merged commit f0fd510 into main Dec 9, 2025
6 checks passed
@jabrown85 jabrown85 deleted the dependabot/go_modules/go-dependencies-19a0bab070 branch December 9, 2025 18:03
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.

1 participant