Skip to content

Bump the all group across 1 directory with 9 updates#426

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/all-6ab2f0df5f
Closed

Bump the all group across 1 directory with 9 updates#426
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/all-6ab2f0df5f

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 17, 2025

Bumps the all group with 8 updates in the / directory:

Package From To
github.com/docker/cli 27.5.1+incompatible 28.1.0+incompatible
github.com/docker/docker 27.5.1+incompatible 28.1.0+incompatible
github.com/moby/moby 27.5.1+incompatible 28.1.0+incompatible
github.com/docker/docker-credential-helpers 0.8.2 0.9.3
golang.org/x/sync 0.12.0 0.13.0
golang.org/x/sys 0.31.0 0.32.0
golang.org/x/tools 0.31.0 0.32.0
google.golang.org/protobuf 1.36.5 1.36.6

Updates github.com/docker/cli from 27.5.1+incompatible to 28.1.0+incompatible

Commits
  • 4d8c241 Merge pull request #6018 from thaJeztah/use_api_socket_no_empty
  • 711fcae cli/command/container: --use-api-socket: don't write empty credentials
  • ed694db Merge pull request #5868 from thaJeztah/bump_go_version
  • 79ab3cb Merge pull request #6017 from thaJeztah/bump_engine_28.1
  • 1d768f8 update go:build tags to go1.23 to align with vendor.mod
  • 0e75283 Merge pull request #6016 from thaJeztah/context_completion
  • a5b6efa vendor: github.com/docker/docker v28.1.0-rc.2
  • 6fd72c6 context: add shell-completion for context-names
  • 659b026 Merge pull request #6015 from Benehiko/fix-login-hints
  • 6c27116 Fix login hints should only show on hub registry
  • Additional commits viewable in compare view

Updates github.com/docker/docker from 27.5.1+incompatible to 28.1.0+incompatible

Release notes

Sourced from github.com/docker/docker's releases.

v28.1.0

28.1.0

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

New

  • Add docker bake sub-command as alias for docker buildx bake. docker/cli#5947
  • Experimental: add a new --use-api-socket flag on docker run and docker create to enable access to Docker socket from inside a container and to share credentials from the host with the container. docker/cli#5858
  • docker image inspect now supports a --platform flag to inspect a specific platform of a multi-platform image. docker/cli#5934

Bug fixes and enhancements

  • Add CLI shell-completion for context names. docker/cli#6016
  • Fix docker images --tree not including non-container images content size in the total image content size. docker/cli#6000
  • Fix docker load not preserving replaced images. moby/moby#49650
  • Fix docker login hints when logging in to a custom registry. docker/cli#6015
  • Fix docker stats not working properly on machines with high CPU core count. moby/moby#49734
  • Fix a regression causing docker pull/push to fail when interacting with a private repository. docker/cli#5964
  • Fix an issue preventing rootless Docker setup on a host with no ip_tables kernel module. moby/moby#49727
  • Fix an issue that could lead to unwanted iptables rules being restored and never deleted following a firewalld reload. moby/moby#49728
  • Improve CLI completion of docker service scale. docker/cli#5968
  • docker images --tree now hides both untagged and dangling images by default. docker/cli#5924
  • docker system info will provide an exit code if a connection cannot be established to the Docker daemon. docker/cli#5918
  • containerd image store: Fix image tag event not being emitted when building with BuildKit. moby/moby#49678
  • containerd image store: Improve docker push/pull handling of remote registry errors. moby/moby#49770
  • containerd image store: Show pull progress for non-layer image blobs. moby/moby#49746

Packaging updates

Networking

  • Fix a bug causing host port-mappings on Swarm containers to be duplicated on docker ps and docker inspect. moby/moby#49724
  • Fix an issue that caused container network attachment to fail with error "Bridge port not forwarding". moby/moby#49705
  • Fix an issue with removal of a --link from a container in the default bridge network. moby/moby#49778
  • Improve how network-endpoint relationships are tracked to reduce the chance of the "has active endpoints" error to be wrongfully returned. moby/moby#49736
  • Improve the "has active endpoints" error message by including the name of endpoints still connected to the network being deleted. moby/moby#49773

API

... (truncated)

Commits
  • 3f46cad Merge pull request #49805 from thaJeztah/vendor_goarchive
  • b57d41c Merge pull request #49799 from thaJeztah/apparmor_cleanups
  • 29edd17 Merge pull request #49815 from z63d/docs-api-image-tarball-format
  • fd55034 vendor: github.com/moby/go-archive v0.1.0
  • 2834da8 Merge pull request #49814 from thaJeztah/initlayer_rm_idtools
  • 1f43ad3 Merge pull request #49782 from thaJeztah/container_rm_idtools
  • b8067d1 docs/api: update image tarball format
  • a38ca9a daemon/initlayer: Setup: remove uses of idtools.Identity
  • 9c9a6cb Merge pull request #49812 from robmry/endpoint_count_for_downgrade
  • 380ded6 Store an endpoint count for networks, for downgrade
  • Additional commits viewable in compare view

Updates github.com/moby/moby from 27.5.1+incompatible to 28.1.0+incompatible

Release notes

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

v28.1.0

28.1.0

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

New

  • Add docker bake sub-command as alias for docker buildx bake. docker/cli#5947
  • Experimental: add a new --use-api-socket flag on docker run and docker create to enable access to Docker socket from inside a container and to share credentials from the host with the container. docker/cli#5858
  • docker image inspect now supports a --platform flag to inspect a specific platform of a multi-platform image. docker/cli#5934

Bug fixes and enhancements

  • Add CLI shell-completion for context names. docker/cli#6016
  • Fix docker images --tree not including non-container images content size in the total image content size. docker/cli#6000
  • Fix docker load not preserving replaced images. moby/moby#49650
  • Fix docker login hints when logging in to a custom registry. docker/cli#6015
  • Fix docker stats not working properly on machines with high CPU core count. moby/moby#49734
  • Fix a regression causing docker pull/push to fail when interacting with a private repository. docker/cli#5964
  • Fix an issue preventing rootless Docker setup on a host with no ip_tables kernel module. moby/moby#49727
  • Fix an issue that could lead to unwanted iptables rules being restored and never deleted following a firewalld reload. moby/moby#49728
  • Improve CLI completion of docker service scale. docker/cli#5968
  • docker images --tree now hides both untagged and dangling images by default. docker/cli#5924
  • docker system info will provide an exit code if a connection cannot be established to the Docker daemon. docker/cli#5918
  • containerd image store: Fix image tag event not being emitted when building with BuildKit. moby/moby#49678
  • containerd image store: Improve docker push/pull handling of remote registry errors. moby/moby#49770
  • containerd image store: Show pull progress for non-layer image blobs. moby/moby#49746

Packaging updates

Networking

  • Fix a bug causing host port-mappings on Swarm containers to be duplicated on docker ps and docker inspect. moby/moby#49724
  • Fix an issue that caused container network attachment to fail with error "Bridge port not forwarding". moby/moby#49705
  • Fix an issue with removal of a --link from a container in the default bridge network. moby/moby#49778
  • Improve how network-endpoint relationships are tracked to reduce the chance of the "has active endpoints" error to be wrongfully returned. moby/moby#49736
  • Improve the "has active endpoints" error message by including the name of endpoints still connected to the network being deleted. moby/moby#49773

API

... (truncated)

Commits
  • 3f46cad Merge pull request #49805 from thaJeztah/vendor_goarchive
  • b57d41c Merge pull request #49799 from thaJeztah/apparmor_cleanups
  • 29edd17 Merge pull request #49815 from z63d/docs-api-image-tarball-format
  • fd55034 vendor: github.com/moby/go-archive v0.1.0
  • 2834da8 Merge pull request #49814 from thaJeztah/initlayer_rm_idtools
  • 1f43ad3 Merge pull request #49782 from thaJeztah/container_rm_idtools
  • b8067d1 docs/api: update image tarball format
  • a38ca9a daemon/initlayer: Setup: remove uses of idtools.Identity
  • 9c9a6cb Merge pull request #49812 from robmry/endpoint_count_for_downgrade
  • 380ded6 Store an endpoint count for networks, for downgrade
  • Additional commits viewable in compare view

Updates github.com/docker/docker-credential-helpers from 0.8.2 to 0.9.3

Release notes

Sourced from github.com/docker/docker-credential-helpers's releases.

v0.9.3

What's Changed

Full Changelog: docker/docker-credential-helpers@v0.9.2...v0.9.3

v0.9.2

What's Changed

Full Changelog: docker/docker-credential-helpers@v0.9.1...v0.9.2

v0.9.1

What's Changed

Full Changelog: docker/docker-credential-helpers@v0.9.0...v0.9.1

v0.9.0

[!WARNING]
This release introduced an important regression that prevents credentials stored with earlier versions of docker-credential-osxkeychain from being accessible with this version.

v0.9.1 has been released to address this issue, but credentials stored with v0.9.0 won't be accessible with >= v0.9.1 and versions prior to v0.9.0.

Additionally, we've retracted the Go module v0.9.0.

What's Changed

Dependency updates

... (truncated)

Commits
  • f9d3010 Merge pull request #367 from akerouanton/osxkeychain-set-atyp
  • e7bd395 osxkeychain: store: add atyp attribute
  • cfd6d21 Merge pull request #366 from thaJeztah/gha_bump_ubuntu
  • ab29a6c gha: add ubuntu 24.04, remove 20.04
  • 576efaa Merge pull request #363 from akerouanton/retract-v0.9.1
  • 9d6cddd Merge pull request #364 from akerouanton/fix-regression-v0.9.0
  • d8e34f8 osxkeychain: tests: uncleaned paths are preserved
  • b1d5bf0 osxkeychain: list: return full server URIs
  • 50b162c go.mod: retract v0.9.1
  • 833d2c3 Merge pull request #362 from akerouanton/retract-v0.9.0
  • Additional commits viewable in compare view

Updates github.com/moby/sys/user from 0.3.0 to 0.4.0

Release notes

Sourced from github.com/moby/sys/user's releases.

mountinfo v0.4.0

Breaking changes:

  • PidMountInfo is now deprecated and will be removed before v1.0; users should switch to GetMountsFromReader (#47)

Fixes and improvements:

  • run filter after all fields are parsed (#50)
  • correct handling errors from bufio.Scan
  • documentation formatting fixes (#48)

Thanks to:

  • Aleksa Sarai

capability v0.4.0

Added

Fixed

  • Apply now returns an error if called for non-zero pid. Before this change, it could silently change some capabilities of the current process, instead of the one identified by the pid. (#168, #174)
  • Fixed tests that change capabilities to be run in a separate process. (#173)
  • Other improvements in tests. (#169, #170)

Changed

  • Use raw syscalls (which are slightly faster). (#176)
  • Most tests are now limited to testing the public API of the package. (#162)
  • Simplify parsing /proc/pid/status, add a test case. (#162)
  • Optimize the number of syscall to set ambient capabilities in Apply by clearing them first; add a test case. (#163, #164)
  • Better documentation for Apply, [NewFile], [NewFile2], [NewPid], [NewPid2]. (#175)

Removed

  • .golangci.yml and .codespellrc are no longer part of the package. (#158)

For the complete list of changes, see https://github.com/moby/sys/blob/HEAD/capability/CHANGELOG.md.


Thanks to all of the contributors who made this release possible:

... (truncated)

Commits
  • 71f0c5e Merge pull request #182 from dmcgowan/merge-idtools
  • db55716 Update interface to fit into user package
  • 8e08d6b Merge idtools from github.com/moby/moby/pkg/idtools
  • 7e518ec Merge pull request #49087 from dmcgowan/split-idtools-internal
  • 6134528 Split internal idtools functionality
  • 9ecbe7b pkg/idtools: rewrite to use moby/sys/user
  • 5805d70 pkg/idtools: use lazyregexp to compile regexes on first use
  • fdf2879 Merge pull request #49162 from thaJeztah/pkg_system_volume_uuid
  • 3d38759 pkg/idtools: remove uses of deprecated system.MkdirAll
  • ca0444f Merge pull request #180 from thaJeztah/add_codecov
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.12.0 to 0.13.0

Commits

Updates golang.org/x/sys from 0.31.0 to 0.32.0

Commits
  • 01aaa83 all: simplify code by using modern Go constructs
  • 1b2bd6b windows: replace all StringToUTF16 calls with UTF16FromString
  • 1c3b72f unix: update Linux kernel to 6.14
  • c175b6b windows: add cmsghdr and pktinfo structures
  • 3330b5e unix: support Readv, Preadv, Writev and Pwritev for darwin
  • 7401cce cpu: replace specific instructions with WORD in the function get_cpucfg on lo...
  • b8f7da6 cpu: add support for detecting cpu features on loong64
  • f2ce62c windows: add constants for PMTUD socket options
  • See full diff in compare view

Updates golang.org/x/tools from 0.31.0 to 0.32.0

Commits
  • 456962e go.mod: update golang.org/x dependencies
  • 5916e3c internal/tokeninternal: AddExistingFiles: tweaks for proposal
  • 9a1fbbd internal/typesinternal: change Used to UsedIdent
  • e73cd5a gopls/internal/golang: implement dynamicFuncCallType with typeutil.ClassifyCall
  • 11a9b3f gopls/internal/server: fix event labels after the big rename
  • 3e7f74d go/types/typeutil: used doesn't need Info.Selections
  • b97074b internal/gofix: fix URLs
  • e850fe1 gopls/internal/golang: CodeAction: place gopls doc as the last action
  • b948add internal/gofix: move from gopls/internal/analysis/gofix
  • b437eff go/types/typeutil: implement Callee and StaticCallee with Used
  • Additional commits viewable in compare view

Updates google.golang.org/protobuf from 1.36.5 to 1.36.6

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 all group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/docker/cli](https://github.com/docker/cli) | `27.5.1+incompatible` | `28.1.0+incompatible` |
| [github.com/docker/docker](https://github.com/docker/docker) | `27.5.1+incompatible` | `28.1.0+incompatible` |
| [github.com/moby/moby](https://github.com/moby/moby) | `27.5.1+incompatible` | `28.1.0+incompatible` |
| [github.com/docker/docker-credential-helpers](https://github.com/docker/docker-credential-helpers) | `0.8.2` | `0.9.3` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.12.0` | `0.13.0` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.31.0` | `0.32.0` |
| [golang.org/x/tools](https://github.com/golang/tools) | `0.31.0` | `0.32.0` |
| google.golang.org/protobuf | `1.36.5` | `1.36.6` |



Updates `github.com/docker/cli` from 27.5.1+incompatible to 28.1.0+incompatible
- [Commits](docker/cli@v27.5.1...v28.1.0)

Updates `github.com/docker/docker` from 27.5.1+incompatible to 28.1.0+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v27.5.1...v28.1.0)

Updates `github.com/moby/moby` from 27.5.1+incompatible to 28.1.0+incompatible
- [Release notes](https://github.com/moby/moby/releases)
- [Commits](moby/moby@v27.5.1...v28.1.0)

Updates `github.com/docker/docker-credential-helpers` from 0.8.2 to 0.9.3
- [Release notes](https://github.com/docker/docker-credential-helpers/releases)
- [Commits](docker/docker-credential-helpers@v0.8.2...v0.9.3)

Updates `github.com/moby/sys/user` from 0.3.0 to 0.4.0
- [Release notes](https://github.com/moby/sys/releases)
- [Commits](moby/sys@user/v0.3.0...user/v0.4.0)

Updates `golang.org/x/sync` from 0.12.0 to 0.13.0
- [Commits](golang/sync@v0.12.0...v0.13.0)

Updates `golang.org/x/sys` from 0.31.0 to 0.32.0
- [Commits](golang/sys@v0.31.0...v0.32.0)

Updates `golang.org/x/tools` from 0.31.0 to 0.32.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.31.0...v0.32.0)

Updates `google.golang.org/protobuf` from 1.36.5 to 1.36.6

---
updated-dependencies:
- dependency-name: github.com/docker/cli
  dependency-version: 28.1.0+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: github.com/docker/docker
  dependency-version: 28.1.0+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: github.com/moby/moby
  dependency-version: 28.1.0+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: github.com/docker/docker-credential-helpers
  dependency-version: 0.9.3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/moby/sys/user
  dependency-version: 0.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/sync
  dependency-version: 0.13.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/sys
  dependency-version: 0.32.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/tools
  dependency-version: 0.32.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
...

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 Apr 17, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 17, 2025 16:18
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 17, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/go_modules/all-6ab2f0df5f branch April 17, 2025 16:23
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