mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
docker_swarm_service: Set minimum docker-py version to 2.0.2 (#53295)
* 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
This commit is contained in:
committed by
John R Barker
parent
5da0de0475
commit
c563caf451
@@ -0,0 +1,4 @@
|
||||
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``."
|
||||
Reference in New Issue
Block a user