docker_swarm_service: Documentation fixes (#50861)

* Describe labels and container_labels correctly

* Clarify reserve_memory and limit_memory docs

* Remove default from container_labels doc

* Remove trailing whitespace

* Document min api version for configs and secrets

* Add changelog fragment

* Specify type on labels and container_labels

* Consolidate required API version descriptions

* Update reserve and limit memory docs

* Use correct power-of-two units

* Remove description about limit_memory minimum 4mb
This commit is contained in:
Hannes Ljungberg
2019-01-14 14:32:03 +01:00
committed by John R Barker
parent d28bf14c67
commit 644057e9ec
2 changed files with 28 additions and 13 deletions

View File

@@ -0,0 +1,4 @@
bugfixes:
- "docker_swarm_service - Document minimal API version for ``configs`` and ``secrets``."
- "docker_swarm_service - Document ``labels`` and ``container_labels`` with correct type."
- "docker_swarm_service - Document ``limit_memory`` and ``reserve_memory`` correctly on how to specify sizes."