-
Notifications
You must be signed in to change notification settings - Fork 18.8k
testing: update docker-py to 7.0.0b1 #46368
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
a518653
to
d68c7e8
Compare
Looks like there's 2 tests that still need fixing in docker-py;
|
It looks like the daemon was not erroring out on that prior to #45759 (ie. it was silently ignoring IPv6 subnets if I think we should remove this check and instead automatically turn |
Fix moby#46368. PR moby#45759 added a validation step to `NetworkCreate` to ensure no IPv6 subnet could be set on a network if its `EnableIPv6` parameter is false. Before that, the daemon was accepting such request but was doing nothing with the IPv6 subnet. This validation step is now deleted, and we automatically set `EnableIPv6` if an IPv6 subnet was specified. Signed-off-by: Albin Kerouanton <albinker@gmail.com>
Fix moby#46368. PR moby#45759 added a validation step to `NetworkCreate` to ensure no IPv6 subnet could be set on a network if its `EnableIPv6` parameter is false. Before that, the daemon was accepting such request but was doing nothing with the IPv6 subnet. This validation step is now deleted, and we automatically set `EnableIPv6` if an IPv6 subnet was specified. Signed-off-by: Albin Kerouanton <albinker@gmail.com>
ad08241
to
3905155
Compare
docker/docker-py@6.1.3...7.0.0b1 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This reverts commit 19d860f. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
3905155
to
7786f85
Compare
nice! looks like it's happy;
|
/cc @milas @akerouanton PTAL 👍 |
Thanks for getting this merged ❤️ FYI I tagged a I'll circle back once |
Thanks; saw the b2 arrive, and that they were identical, so I didn't hurry yet to update it (as we're using the tag from GitHub), but can update once we have 7.0.0 |
testing: update docker-py to 7.0.0b1
docker/docker-py@6.1.3...7.0.0b1
- A picture of a cute animal (not mandatory but encouraged)