-
Notifications
You must be signed in to change notification settings - Fork 18.8k
bump libnetwork. vishvananda/netlink 1.0, vishvananda/netns #39054
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
aca0d46
to
aacdec2
Compare
This comment has been minimized.
This comment has been minimized.
aacdec2
to
fee96d2
Compare
Codecov Report
@@ Coverage Diff @@
## master #39054 +/- ##
=========================================
Coverage ? 36.9%
=========================================
Files ? 612
Lines ? 45338
Branches ? 0
=========================================
Hits ? 16731
Misses ? 26321
Partials ? 2286 |
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>
fee96d2
to
344b093
Compare
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 🐯
github.com/vishvananda/netns 604eaf189ee867d8c147fafc28def2394e878d25 | ||
github.com/vishvananda/netlink b2de5d10e38ecce8607e6b438b6d174f389a004e | ||
github.com/vishvananda/netns 13995c7128ccc8e51e9a6bd2b551020a27180abd | ||
github.com/vishvananda/netlink a2ad57a690f3caf3015351d2d6e1c0b95c349752 # v1.0.0 |
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.
@thaJeztah FYI I just realized that this is not v1.0.0. Maybe we want to keep that in mind for cherry-picking.
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.
I just double checked, but looks like this commit matches the v1.0.0 tag? vishvananda/netlink@a2ad57a
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.
omg... they have a v1.0.0 branch that's not the tag...
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.
opened vishvananda/netlink#465
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.
oooooooh!
I wonder which one vndr
picks if we don't specify the sha 🤔
full diffs:
notable changes in libnetwork: