Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 25, 2025

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

Package From To
github.com/docker/cli 28.2.2+incompatible 28.3.0+incompatible
github.com/docker/docker 28.2.2+incompatible 28.3.0+incompatible
github.com/google/go-containerregistry 0.20.5 0.20.6
github.com/moby/moby 28.2.2+incompatible 28.3.0+incompatible
golang.org/x/time 0.11.0 0.12.0

Updates github.com/docker/cli from 28.2.2+incompatible to 28.3.0+incompatible

Commits
  • 38b7060 Merge pull request #6148 from thaJeztah/vendor_rc2
  • 2d46d16 vendor: github.com/docker/docker v28.3.0-rc.2
  • f03fb6c Merge pull request #6146 from thaJeztah/bump_docker
  • 5bb0d7f vendor: github.com/docker/docker 265f70964794 (v28.3.0-rc.2)
  • 575d4af vendor: github.com/docker/docker v28.3.0-rc.1
  • 4b202b9 Merge pull request #6141 from thaJeztah/login_no_tty
  • 80d1959 Merge pull request #6144 from thaJeztah/rm_top_level_remove
  • 19a5c5c remove undocumented top-level "docker remove" command
  • c882686 prevent login prompt on registry operations with no TTY attached
  • 747cb44 Merge pull request #6140 from vvoland/image-tree-used
  • Additional commits viewable in compare view

Updates github.com/docker/docker from 28.2.2+incompatible to 28.3.0+incompatible

Release notes

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

28.3.0

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

New

Bug fixes and enhancements

  • Ensure that the state of the container in the daemon database (used by /containers/json API) is up to date when the container is stopped using the /containers/{id}/stop API (before response of API). moby/moby#50136
  • Fix docker image inspect inspect omitting empty fields. moby/moby#50135
  • Fix docker images --tree not marking images as in-use when the containerd image store is disabled. docker/cli#6140
  • Fix docker pull/push hang in non-interactive when authentication is required caused by prompting for login credentials. docker/cli#6141
  • Fix a potential resource leak when a node leaves a Swarm. moby/moby#50115
  • Fix a regression where a login prompt on docker pull would show Docker Hub-specific hints when logging in on other registries. docker/cli#6135
  • Fix an issue where all new tasks in the Swarm could get stuck in the PENDING state forever after scaling up a service with placement preferences. moby/moby#50211
  • Remove an undocumented, hidden, top-level docker remove command that was accidentally introduced in Docker 23.0. docker/cli#6144
  • Validate registry-mirrors configuration as part of dockerd --validate and improve error messages for invalid mirrors. moby/moby#50240
  • dockerd-rootless-setuptool.sh: Fix the script from silently returning with no error message when subuid/subgid system requirements are not satisfied. moby/moby#50059
  • containerd image store: Fix docker push not creating a tag on the remote repository. moby/moby#50199
  • containerd image store: Improve handling of errors returned by the token server during docker pull/push. moby/moby#50176

Packaging updates

Networking

  • Revert Swarm related changes added in 28.2.x builds, due to a regression reported in moby/moby#50129. moby/moby#50169
    • Revert: Fix an issue where docker network inspect --verbose could sometimes crash the daemon (moby/moby#49937).
    • Revert: Fix an issue where the load-balancer IP address for an overlay network would not be released in certain cases if the Swarm was lacking an ingress network (moby/moby#49948).
    • Revert: Improve the reliability of NetworkDB in busy clusters and lossy networks (moby/moby#49932).
    • Revert: Improvements to the reliability and convergence speed of NetworkDB (moby/moby#49939).
  • Fix an issue that could cause container startup to fail, or lead to failed UDP port mappings, when some container ports are mapped to 0.0.0.0 and others are mapped to specific host addresses. moby/moby#50054
  • The network inspect response for an overlay network now reports that EnableIPv4 is true. moby/moby#50147
  • Windows: Improve daemon startup time in cases where the host has networks of type "Mirrored". moby/moby#50155
  • Windows: Make sure docker system prune and docker network prune only remove networks created by Docker. moby/moby#50154

... (truncated)

Commits
  • 265f709 Merge pull request #50247 from vvoland/50245-28.x
  • b2a9318 docs: cut api docs for v1.51
  • b3e2e22 Merge pull request #50244 from vvoland/50177-28.x
  • c571cd8 Merge pull request #50243 from vvoland/50238-28.x
  • 8c713c1 gha: lower timeouts on "build" and "merge" steps
  • 539c115 Merge pull request #50240 from thaJeztah/28.x_backport_validate_mirrors
  • 8e7ea47 vendor: update buildkit to v0.23.1
  • 222baf4 vendor: github.com/moby/buildkit v0.23.0
  • 1627e82 Merge pull request #50241 from thaJeztah/28.x_backport_update_cgroups
  • 4070ebd Merge pull request #50242 from thaJeztah/28.x_backport_fix_event_ordering
  • Additional commits viewable in compare view

Updates github.com/google/go-containerregistry from 0.20.5 to 0.20.6

Release notes

Sourced from github.com/google/go-containerregistry's releases.

v0.20.6

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.20.4...v0.20.6

Commits

Updates github.com/moby/moby from 28.2.2+incompatible to 28.3.0+incompatible

Release notes

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

28.3.0

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

New

Bug fixes and enhancements

  • Ensure that the state of the container in the daemon database (used by /containers/json API) is up to date when the container is stopped using the /containers/{id}/stop API (before response of API). moby/moby#50136
  • Fix docker image inspect inspect omitting empty fields. moby/moby#50135
  • Fix docker images --tree not marking images as in-use when the containerd image store is disabled. docker/cli#6140
  • Fix docker pull/push hang in non-interactive when authentication is required caused by prompting for login credentials. docker/cli#6141
  • Fix a potential resource leak when a node leaves a Swarm. moby/moby#50115
  • Fix a regression where a login prompt on docker pull would show Docker Hub-specific hints when logging in on other registries. docker/cli#6135
  • Fix an issue where all new tasks in the Swarm could get stuck in the PENDING state forever after scaling up a service with placement preferences. moby/moby#50211
  • Remove an undocumented, hidden, top-level docker remove command that was accidentally introduced in Docker 23.0. docker/cli#6144
  • Validate registry-mirrors configuration as part of dockerd --validate and improve error messages for invalid mirrors. moby/moby#50240
  • dockerd-rootless-setuptool.sh: Fix the script from silently returning with no error message when subuid/subgid system requirements are not satisfied. moby/moby#50059
  • containerd image store: Fix docker push not creating a tag on the remote repository. moby/moby#50199
  • containerd image store: Improve handling of errors returned by the token server during docker pull/push. moby/moby#50176

Packaging updates

Networking

  • Revert Swarm related changes added in 28.2.x builds, due to a regression reported in moby/moby#50129. moby/moby#50169
    • Revert: Fix an issue where docker network inspect --verbose could sometimes crash the daemon (moby/moby#49937).
    • Revert: Fix an issue where the load-balancer IP address for an overlay network would not be released in certain cases if the Swarm was lacking an ingress network (moby/moby#49948).
    • Revert: Improve the reliability of NetworkDB in busy clusters and lossy networks (moby/moby#49932).
    • Revert: Improvements to the reliability and convergence speed of NetworkDB (moby/moby#49939).
  • Fix an issue that could cause container startup to fail, or lead to failed UDP port mappings, when some container ports are mapped to 0.0.0.0 and others are mapped to specific host addresses. moby/moby#50054
  • The network inspect response for an overlay network now reports that EnableIPv4 is true. moby/moby#50147
  • Windows: Improve daemon startup time in cases where the host has networks of type "Mirrored". moby/moby#50155
  • Windows: Make sure docker system prune and docker network prune only remove networks created by Docker. moby/moby#50154

... (truncated)

Commits
  • 265f709 Merge pull request #50247 from vvoland/50245-28.x
  • b2a9318 docs: cut api docs for v1.51
  • b3e2e22 Merge pull request #50244 from vvoland/50177-28.x
  • c571cd8 Merge pull request #50243 from vvoland/50238-28.x
  • 8c713c1 gha: lower timeouts on "build" and "merge" steps
  • 539c115 Merge pull request #50240 from thaJeztah/28.x_backport_validate_mirrors
  • 8e7ea47 vendor: update buildkit to v0.23.1
  • 222baf4 vendor: github.com/moby/buildkit v0.23.0
  • 1627e82 Merge pull request #50241 from thaJeztah/28.x_backport_update_cgroups
  • 4070ebd Merge pull request #50242 from thaJeztah/28.x_backport_fix_event_ordering
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.14.0 to 0.15.0

Commits
  • 8a14946 errgroup: remove duplicated comment
  • 1869c69 all: replace deprecated ioutil
  • d1ac909 sync/errgroup: PanicError.Error print stack trace
  • See full diff in compare view

Updates golang.org/x/time from 0.11.0 to 0.12.0

Commits
  • 1616a7f rate: skip time.Now call in Sometimes.Do unless necessary
  • See full diff in compare view

Updates golang.org/x/tools from 0.33.0 to 0.34.0

Commits
  • 578c121 go.mod: update golang.org/x dependencies
  • f114dcf gopls/internal/protocol: refine DocumentURI Clean method and its usages
  • 82ee0fd internal/mcp: change paginateList to a generic helper
  • 64bfecc gopls/internal/golang: fix extract bug with anon functions
  • 4546fbd internal/mcp: unify json tag parsing
  • 82473ce gopls/doc/release: tweak v0.19
  • f3c581f gopls/internal/protocol: add DocumentURI.Base accessor
  • d9bacab gopls/internal/server: improve "editing generated file" warning
  • 1afeefa internal/mcp: unexport FileResourceHandler
  • 33d5988 gopls/internal/server: Organize Imports of generated files
  • Additional commits viewable 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 all group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/docker/cli](https://github.com/docker/cli) | `28.2.2+incompatible` | `28.3.0+incompatible` |
| [github.com/docker/docker](https://github.com/docker/docker) | `28.2.2+incompatible` | `28.3.0+incompatible` |
| [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) | `0.20.5` | `0.20.6` |
| [github.com/moby/moby](https://github.com/moby/moby) | `28.2.2+incompatible` | `28.3.0+incompatible` |
| [golang.org/x/time](https://github.com/golang/time) | `0.11.0` | `0.12.0` |



Updates `github.com/docker/cli` from 28.2.2+incompatible to 28.3.0+incompatible
- [Commits](docker/cli@v28.2.2...v28.3.0)

Updates `github.com/docker/docker` from 28.2.2+incompatible to 28.3.0+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v28.2.2...v28.3.0)

Updates `github.com/google/go-containerregistry` from 0.20.5 to 0.20.6
- [Release notes](https://github.com/google/go-containerregistry/releases)
- [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml)
- [Commits](google/go-containerregistry@v0.20.5...v0.20.6)

Updates `github.com/moby/moby` from 28.2.2+incompatible to 28.3.0+incompatible
- [Release notes](https://github.com/moby/moby/releases)
- [Commits](moby/moby@v28.2.2...v28.3.0)

Updates `golang.org/x/sync` from 0.14.0 to 0.15.0
- [Commits](golang/sync@v0.14.0...v0.15.0)

Updates `golang.org/x/time` from 0.11.0 to 0.12.0
- [Commits](golang/time@v0.11.0...v0.12.0)

Updates `golang.org/x/tools` from 0.33.0 to 0.34.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.33.0...v0.34.0)

---
updated-dependencies:
- dependency-name: github.com/docker/cli
  dependency-version: 28.3.0+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/docker/docker
  dependency-version: 28.3.0+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/google/go-containerregistry
  dependency-version: 0.20.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/moby/moby
  dependency-version: 28.3.0+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/sync
  dependency-version: 0.15.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/time
  dependency-version: 0.12.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/tools
  dependency-version: 0.34.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  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 Jun 25, 2025
@dependabot dependabot bot requested review from a team as code owners June 25, 2025 02:13
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 25, 2025
@JamieMagee JamieMagee added this pull request to the merge queue Jun 25, 2025
Merged via the queue into main with commit 8ad3119 Jun 25, 2025
78 checks passed
@JamieMagee JamieMagee deleted the dependabot/go_modules/all-db0abfc939 branch June 25, 2025 03:08
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