mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-21 19:43:59 -07: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:
parent
5da0de0475
commit
c563caf451
8 changed files with 325 additions and 164 deletions
|
@ -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``."
|
Loading…
Add table
Add a link
Reference in a new issue