chore(deps): bump the go_modules group across 1 directory with 2 updates#5
Conversation
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>
Reviewed the dependency bump of
Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
| go 1.24.0 | ||
|
|
||
| require ( | ||
| github.com/docker/docker v25.0.13+incompatible |
There was a problem hiding this comment.
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.
| module docker-dashboard-agent | ||
|
|
||
| go 1.21 | ||
| go 1.24.0 |
There was a problem hiding this comment.
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.
Bumps the go_modules group with 1 update in the /packages/agent directory: github.com/docker/docker.
Updates
github.com/docker/dockerfrom 24.0.7+incompatible to 25.0.13+incompatibleRelease notes
Sourced from github.com/docker/docker's releases.
... (truncated)
Commits
165516eMerge pull request #50551 from corhere/backport-25.0/libn/all-the-overlay-fixesf099e91libnetwork: handle coalesced endpoint eventsbace1b8libnetwork/d/overlay: handle coalesced peer updatesf9e5429libn/d/win/overlay: dedupe NetworkDB definitionsfc3df55libn/d/overlay: extract hashable address typesb22872alibnetwork/driverapi: make EventNotify optionalc7e17aelibn/networkdb: report prev value in update eventsd60c71alibnetwork/d/overlay: fix logical race conditionsad54b8flibn/d/overlay: fix encryption race conditions8075689libn/d/overlay: inline secMapWalk into only callerUpdates
golang.org/x/netfrom 0.17.0 to 0.49.0Commits
d977772go.mod: update golang.org/x dependencieseea413einternal/http3: use go1.25 synctest.Test instead of go1.24 synctest.Run9ace223websocket: add missing call to resp.Body.Close7d3dbb0http2: buffer the most recently received PRIORITY_UPDATE frame35e1306go.mod: update golang.org/x dependencies7c36036http2, webdav, websocket: fix %q verb uses with wrong typeec11ecctrace: fix data race in RenderEventsbff14c5http2: don't PING a responsive server when resetting a stream88a6421dns/dnsmessage: avoid use of "strings" and "math" in dns/dnsmessage123d099http2: support net/http.Transport.NewClientConnDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.