c563caf451
* Fix version checks in tests * Set minimum version to 2.0.2 * Networks can only be updated >= docker-py 2.7 * Constraints require docker-py 2.4.0 * Healthchecks require docker-py 2.6.0 * Properly run tests different docker_py_versions * Add changelog fragment * Specify lowest version on placement.constraints * Fix running new tests on older docker-py * Handle different hosts formats returned by docker * FIx test naming * Quote str options * secrets options require docker-py 2.4.0
4 lines
292 B
YAML
4 lines
292 B
YAML
bugfixes:
|
|
- "docker_swarm_service - Raise minimum required docker-py version for module to 2.0.2."
|
|
- "docker_swarm_service - Raise minimum required docker-py version for ``secrets`` to 2.4.0."
|
|
- "docker_swarm_service - Validate minimum docker-py version of 2.4.0 for option ``constraints``."
|