testing: update docker-py to 7.0.0b1#46368
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 <[email protected]>
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 <[email protected]>
ad08241 to
3905155
Compare
docker/docker-py@6.1.3...7.0.0b1 Signed-off-by: Sebastiaan van Stijn <[email protected]>
This reverts commit 19d860f. Signed-off-by: Sebastiaan van Stijn <[email protected]>
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)