Removing a swarm node does not work with docker-py < 2.4.0, since it calls client.inspect_node(). (#53565)

For the same reason, docker_node requires docker >= 2.4.0.
This commit is contained in:
Felix Fontein 2019-03-09 21:28:04 +01:00 committed by Sloane Hertel
commit c75da35595
2 changed files with 11 additions and 1 deletions

View file

@ -1,2 +1,2 @@
bugfixes:
- "docker_swarm - now supports docker-py 1.10.0 and newer, instead only docker 2.6.0 and newer."
- "docker_swarm - now supports docker-py 1.10.0 and newer for most operations, instead only docker 2.6.0 and newer."