Skip to content

chore(deps): bump the go_modules group across 1 directory with 2 updates#5

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/packages/agent/go_modules-1e5c89b477
Open

chore(deps): bump the go_modules group across 1 directory with 2 updates#5
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/packages/agent/go_modules-1e5c89b477

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Feb 27, 2026

Bumps the go_modules group with 1 update in the /packages/agent directory: github.com/docker/docker.

Updates github.com/docker/docker from 24.0.7+incompatible to 25.0.13+incompatible

Release notes

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

v25.0.13

25.0.13

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

Bug fixes and enhancements

  • Prevent restoration of iptables rules for deleted networks and containers on firewalld reload. moby/moby#50445
  • Fix Swarm services becoming unreachable from published ports after a firewalld reload. moby/moby#50445
  • Improve the reliability of the Swarm overlay network control plane by fixing longstanding issues with NetworkDB. moby/moby#50511
  • Improve the reliability of Swarm overlay container networks by fixing longstanding issues with the overlay network driver. moby/moby#50551

v25.0.12

25.0.12

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

Bug fixes and enhancements

  • 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#50203
  • Fix an issue which made DNS service discovery for Swarm services unreliable. moby/moby#50230

Packaging updates

v25.0.11

25.0.11

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

Networking

Known Issues

Full Changelog: moby/moby@v25.0.10...v25.0.11

v25.0.10

25.0.10

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

... (truncated)

Commits
  • 165516e Merge pull request #50551 from corhere/backport-25.0/libn/all-the-overlay-fixes
  • f099e91 libnetwork: handle coalesced endpoint events
  • bace1b8 libnetwork/d/overlay: handle coalesced peer updates
  • f9e5429 libn/d/win/overlay: dedupe NetworkDB definitions
  • fc3df55 libn/d/overlay: extract hashable address types
  • b22872a libnetwork/driverapi: make EventNotify optional
  • c7e17ae libn/networkdb: report prev value in update events
  • d60c71a libnetwork/d/overlay: fix logical race conditions
  • ad54b8f libn/d/overlay: fix encryption race conditions
  • 8075689 libn/d/overlay: inline secMapWalk into only caller
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.17.0 to 0.49.0

Commits
  • d977772 go.mod: update golang.org/x dependencies
  • eea413e internal/http3: use go1.25 synctest.Test instead of go1.24 synctest.Run
  • 9ace223 websocket: add missing call to resp.Body.Close
  • 7d3dbb0 http2: buffer the most recently received PRIORITY_UPDATE frame
  • 35e1306 go.mod: update golang.org/x dependencies
  • 7c36036 http2, webdav, websocket: fix %q verb uses with wrong type
  • ec11ecc trace: fix data race in RenderEvents
  • bff14c5 http2: don't PING a responsive server when resetting a stream
  • 88a6421 dns/dnsmessage: avoid use of "strings" and "math" in dns/dnsmessage
  • 123d099 http2: support net/http.Transport.NewClientConn
  • 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 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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the go_modules group with 1 update in the /packages/agent directory: [github.com/docker/docker](https://github.com/docker/docker).


Updates `github.com/docker/docker` from 24.0.7+incompatible to 25.0.13+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v24.0.7...v25.0.13)

Updates `golang.org/x/net` from 0.17.0 to 0.49.0
- [Commits](golang/net@v0.17.0...v0.49.0)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-version: 25.0.13+incompatible
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-version: 0.49.0
  dependency-type: indirect
  dependency-group: go_modules
...

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 Feb 27, 2026
@roomote-v0
Copy link
Copy Markdown

roomote-v0 Bot commented Feb 27, 2026

Rooviewer Clock   See task

Reviewed the dependency bump of github.com/docker/docker from v24 to v25 and golang.org/x/net from v0.17.0 to v0.49.0. Found 2 issues that should be addressed before merging:

  • Docker SDK v25 introduces breaking API changes -- types.ContainerStartOptions was moved to container.StartOptions, which will cause compilation failures in packages/agent/docker/client.go
  • The go directive jumped from 1.21 to 1.24.0 -- verify that CI and Dockerfile build environments support Go 1.24+

Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues.

Comment thread packages/agent/go.mod
go 1.24.0

require (
github.com/docker/docker v25.0.13+incompatible
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This major version bump from v24 to v25 introduces breaking API changes that will prevent the agent from compiling. In Docker SDK v25, ContainerStart accepts container.StartOptions instead of types.ContainerStartOptions, but packages/agent/docker/client.go:181 still uses types.ContainerStartOptions{}. The code changes needed to accommodate the new SDK signatures are not included in this PR. At minimum, client.go needs to be updated to use container.StartOptions for ContainerStart, and you should verify that other types.* usages (like types.Info and types.StatsJSON) are still valid in v25.

Fix it with Roo Code or mention @roomote and request a fix.

Comment thread packages/agent/go.mod
module docker-dashboard-agent

go 1.21
go 1.24.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The go directive jumped from 1.21 to 1.24.0, which is a significant minimum Go version increase. If your CI pipeline or Dockerfile uses a Go version older than 1.24, builds will fail after merging. Verify that your build environment (check packages/agent/Dockerfile and any CI configs) already uses Go 1.24+ before merging this.

Fix it with Roo Code or mention @roomote and request a fix.

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.

0 participants