-
Notifications
You must be signed in to change notification settings - Fork 424
[19.03 backport] bump libnetwork to 92d1fbe1eb0883cf11d283cea8e658275146411d #330
[19.03 backport] bump libnetwork to 92d1fbe1eb0883cf11d283cea8e658275146411d #330
Conversation
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) |
@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 |
ok; marking this as WIP |
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 <[email protected]> (cherry picked from commit 344b093) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: CarlosEDP <[email protected]> (cherry picked from commit 9eaab04) Signed-off-by: Sebastiaan van Stijn <[email protected]>
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 <[email protected]> (cherry picked from commit 6f234db) Signed-off-by: Sebastiaan van Stijn <[email protected]>
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 <[email protected]> (cherry picked from commit bab58c1) Signed-off-by: Sebastiaan van Stijn <[email protected]>
full diff: hashicorp/go-multierror@fcdddc3...v1.0.0 Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 720b66e) Signed-off-by: Sebastiaan van Stijn <[email protected]>
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 <[email protected]> (cherry picked from commit 492945c) Signed-off-by: Sebastiaan van Stijn <[email protected]>
9d1234f
to
5196dc6
Compare
perhaps still possible if I get this reviewed |
@kolyshkin @arkodg @andrewhsu PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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: