go.mod: github.com/docker/go-connections v0.6.0#3767
Merged
dims merged 1 commit intogoogle:masterfrom Dec 16, 2025
Merged
Conversation
d2c3d34 to
0c3833f
Compare
Collaborator
|
ci job failures, please look: |
0c3833f to
4478b35
Compare
Contributor
Author
|
Weird; had that one on another PR as well, and that one was some flaky; I rebased and pushed to see if it resolved itself |
2 tasks
Notable changes: - nat: assorted optimisations and test-improvements - nat: assorted test cleanups and improvements - nat: introduce String method on PortMapping - nat: ParsePortSpecs: reduce allocations and improve performance - nat: ParsePortSpecs: simplify - sockets: deprecate DialerFromEnvironment, GetProxyEnv - sockets: deprecate DialPipe - sockets: implement AF_UNIX sockets on Windows - sockets: make NewUnixSocket, WithChown, WithChmod unix-only - tlsconfig: align client and server defaults, remove weak CBC ciphers - tlsconfig: Remove support for encrypted TLS private keys - tlsconfig: remove uses of PreferServerCipherSuites full diff: docker/go-connections@v0.5.0...v0.6.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
4478b35 to
aa83a43
Compare
Contributor
Author
|
Rebased this one to get a fresh run of CI (if you can give it another kick) |
dims
approved these changes
Dec 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Notable changes:
full diff: docker/go-connections@v0.5.0...v0.6.0