Skip to content

vendor: github.com/docker/go-connections v0.7.0#51311

Merged
thaJeztah merged 1 commit intomoby:masterfrom
thaJeztah:bump_go_connections
Apr 16, 2026
Merged

vendor: github.com/docker/go-connections v0.7.0#51311
thaJeztah merged 1 commit intomoby:masterfrom
thaJeztah:bump_go_connections

Conversation

@thaJeztah
Copy link
Copy Markdown
Member

@thaJeztah thaJeztah commented Oct 28, 2025

Changes:

  • raise minimum supported Go version to go1.23
  • sockets: ConfigureTransport: prevent idle connections leaking FDs.
  • sockets: implement WithAdditionalUsersAndGroups for windows.
  • tlsconfig: add ChaCha20-Poly1305 cipher suites to align closer with stdlib defaults.
  • nat: SortPortMap: accept map[Port][]PortBinding as argument.
  • nat: add benchmarks, optimize, and improve errors.
  • proxy: check for net.ErrClosed instead of string-matching "use of closed network connection".

Breaking changes:

  • tlsconfig: deprecate tlsconfig.SystemCertPool in favor of stdlib x509.SystemCertPool.
  • sockets: remove deprecated DialPipe, GetProxyEnv, DialerFromEnvironment

Dependency updates:

  • update github.com/Microsoft/go-winio to go v0.6.2
  • update golang.org/x/sys to v0.10.0

full diff: docker/go-connections@v0.6.0...v0.7.0

- What I did

- How I did it

- How to verify it

- Human readable description for the release notes

- A picture of a cute animal (not mandatory but encouraged)

Changes:

- raise minimum supported Go version to go1.23
- sockets: `ConfigureTransport`: prevent idle connections leaking FDs.
- sockets: implement `WithAdditionalUsersAndGroups` for windows.
- tlsconfig: add ChaCha20-Poly1305 cipher suites to align closer with stdlib defaults.
- nat: SortPortMap: accept `map[Port][]PortBinding` as argument.
- nat: add benchmarks, optimize, and improve errors.
- proxy: check for `net.ErrClosed` instead of string-matching "use of closed network connection".

Breaking changes:

- tlsconfig: deprecate `tlsconfig.SystemCertPool` in favor of stdlib `x509.SystemCertPool`.
- sockets: remove deprecated `DialPipe`, `GetProxyEnv`, `DialerFromEnvironment`

Dependency updates:

- update github.com/Microsoft/go-winio to go v0.6.2
- update golang.org/x/sys to v0.10.0

full diff: docker/go-connections@v0.6.0...v0.7.0

Signed-off-by: Sebastiaan van Stijn <[email protected]>
@thaJeztah thaJeztah force-pushed the bump_go_connections branch from 2b5683a to c6d4830 Compare April 15, 2026 22:13
@thaJeztah thaJeztah changed the title vendor: github.com/docker/go-connections main vendor: github.com/docker/go-connections v0.7.0 Apr 15, 2026
@thaJeztah thaJeztah added this to the 29.4.1 milestone Apr 15, 2026
@thaJeztah thaJeztah marked this pull request as ready for review April 15, 2026 22:14
@thaJeztah thaJeztah merged commit b4a1ee5 into moby:master Apr 16, 2026
220 of 221 checks passed
@thaJeztah thaJeztah deleted the bump_go_connections branch April 16, 2026 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants