This repository was archived by the owner on Oct 13, 2023. It is now read-only.
[19.03 backport] bump libnetwork to 92d1fbe1eb0883cf11d283cea8e658275146411d#330
Merged
andrewhsu merged 6 commits intodocker-archive:19.03from Sep 16, 2019
Merged
Conversation
Member
Author
|
ping @arkodg @selansen @andrewhsu PTAL if all of these are ok for backporting (looks like they're all fixes, but could use some eyes to double-check, also to see if there's risk involved) |
Member
Author
|
@selansen I see there's an open issue for adding an integration test for this: moby#39511 |
|
@thaJeztah we probably need to merge moby/libnetwork#2433 in libnetwork first, which fixes a regression caused by moby/libnetwork#2416 |
Member
Author
|
ok; marking this as WIP |
Member
Author
|
opened moby#39855 to update libnetwork with the fix edit: cherry-picked changes from that PR |
8d00e6d to
34b9fd2
Compare
744c6e5 to
751e980
Compare
751e980 to
9d1234f
Compare
|
What 19.03 version this will be in. Given this hasn't yet merged, I assume it's going to miss the forthcoming patch? |
full diffs: - moby/libnetwork@fc5a7d9...62a13ae - vishvananda/netlink@b2de5d1...v1.0.0 - vishvananda/netns@604eaf1...13995c7 notable changes in libnetwork: - moby/libnetwork#2366 Bump vishvananda/netlink to 1.0.0 - moby/libnetwork#2339 controller: Check if IPTables is enabled for arrangeUserFilterRule - addresses moby/libnetwork#2158 dockerd when run with --iptables=false modifies iptables by adding DOCKER-USER - addresses moby#35777 With iptables=false dockerd still creates DOCKER-USER chain and rules - addresses docker/for-linux#136 dockerd --iptables=false adds DOCKER-USER chain and modify FORWARD chain anyway - moby/libnetwork#2394 Make DNS records and queries case-insensitive - addresses moby#28689 Embedded DNS is case-sensitive - addresses moby#21169 hostnames with new networking are case-sensitive Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 344b093) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: CarlosEDP <me@carlosedp.com> (cherry picked from commit 9eaab04) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: moby/libnetwork@83d30db...09cdcc8 changes included: - moby/libnetwork#2416 Fix hardcoded AF_INET for IPv6 address handling - moby/libnetwork#2411 Macvlan network handles netlabel.Internal wrong - fixes moby/libnetwork#2410 Macvlan network handles netlabel.Internal wrong - moby/libnetwork#2414 Allow network with --config-from to be --internal - fixes moby/libnetwork#2413 Network with --config-from does not honor --internal - moby/libnetwork#2351 Use fewer modprobes - relates to moby#38930 Use fewer modprobes - moby/libnetwork#2415 Support dockerd and system restarts for ipvlan and macvlan networks - carry of moby/libnetwork#2295 phantom ip/mac vlan network after a powercycle - fixes moby/libnetwork#1743 Phantom docker network Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 6f234db) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
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> (cherry picked from commit bab58c1) 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> (cherry picked from commit 720b66e) 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> (cherry picked from commit 492945c) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
9d1234f to
5196dc6
Compare
Member
Author
|
perhaps still possible if I get this reviewed |
Member
Author
|
@kolyshkin @arkodg @andrewhsu PTAL |
tiborvass
approved these changes
Sep 16, 2019
3 tasks
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
relates to FIELD-211
relates to ENGCORE-960
relates to ENGCORE-692
(moby/libnetwork#2415 / moby/libnetwork#2415)
backports of:
moby#39054 bump libnetwork. vishvananda/netlink 1.0, vishvananda/netns
full diffs:
notable changes in libnetwork:
moby#39423 Update modules to support riscv64
Updating projects using libraries that were recently updated to support Risc-V architecture.
Go upstream work is tracked on: golang/go#27532
Risc-V software support tracker on https://github.com/carlosedp/riscv-bringup
moby#39633 bump libnetwork to 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1
full diff: moby/libnetwork@83d30db...09cdcc8
changes included:
moby#39855 bump libnetwork and dependencies to 92d1fbe1eb0883cf11d283cea8e658275146411d
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: