bump libnetwork and dependencies to 92d1fbe1eb0883cf11d283cea8e658275146411d#39855
Merged
thaJeztah merged 3 commits intomoby:masterfrom Sep 3, 2019
Merged
bump libnetwork and dependencies to 92d1fbe1eb0883cf11d283cea8e658275146411d#39855thaJeztah merged 3 commits intomoby:masterfrom
thaJeztah merged 3 commits intomoby:masterfrom
Conversation
full diff: moby/libnetwork@09cdcc8...92d1fbe relevant changes included (omitting some changes that were added _and_ reverted in this bump): - moby/libnetwork#2433 Fix parseIP error when parseIP before get AddressFamily - fixes moby/libnetwork#2431 parseIP Error ip=[172 17 0 2 0 0 0 0 0 0 0 0 0 0 0 0] - moby/libnetwork#2289 - this was a regression introduced in moby/libnetwork#2416 Fix hardcoded AF_INET for IPv6 address handling - moby/libnetwork#2440 Bump hashicorp go-sockaddr v1.0.2, go-multierror v1.0.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: hashicorp/go-multierror@fcdddc3...v1.0.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: hashicorp/go-sockaddr@6d291a9...v1.0.2 Relevant changes: - hashicorp/go-sockaddr#25 Add android os - hashicorp/go-sockaddr#28 Add go.mod Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Member
Author
AkihiroSuda
approved these changes
Sep 3, 2019
Member
Author
|
Windows RS1 failure looks like flaky (opened a ticket for that); #39857 |
Contributor
Thanks for pointing it out. Looks like this is the only error. |
Member
Author
|
Thanks for reviewing; bringing this one in to fix that regression |
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.
this update is needed for docker-archive#330 (which currently has the regression introduced by moby/libnetwork#241)
bump libnetwork to 92d1fbe1eb0883cf11d283cea8e658275146411d
full diff: moby/libnetwork@09cdcc8...92d1fbe
relevant changes included (omitting some changes that were added and reverted in this bump):
bump hashicorp/go-multierror v1.0.0, add errwrap v1.0.0
full diff: hashicorp/go-multierror@fcdddc3...v1.0.0
bump hashicorp/go-sockaddr v1.0.2
full diff: hashicorp/go-sockaddr@6d291a9...v1.0.2
Relevant changes: