ansible/changelogs/fragments/docker-swarm-min-ver.yaml
Felix Fontein 2566219fc8 [2.7] docker_swarm: fix minimal API version (#49709)
* docker_swarm: fix minimal API version (#49691)

* Reduce minimally required docker API version to 1.25, with selective features requiring 1.30.

* Adjust test requirements.

* Forgot some imports.

(cherry picked from commit 495a426039)

* Add changelog for docker swarm minimum api fix
2018-12-10 11:49:36 -08:00

4 lines
138 B
YAML

---
bugfixes:
- docker_swarm - decreased minimal required API version from 1.35 to
1.25; some features require API version 1.30 though.