mirror of https://github.com/ansible/ansible.git
[2.7] docker_*: changelogs (#45056)
* Add changelog entry for #16748. * Changelog entry for #33579. * Added changelog for #42380. * Added changelog for #42641. * Adding changelog entry for #42857. * Added changelog for #44808.pull/45301/head
parent
e857157072
commit
82f8c2add9
@ -0,0 +1,5 @@
|
|||||||
|
bugfixes:
|
||||||
|
- "docker_container: makes unit parsing for memory sizes more consistent, and
|
||||||
|
fixes idempotency problem when ``kernel_memory`` is set (see
|
||||||
|
https://github.com/ansible/ansible/pull/16748 and
|
||||||
|
https://github.com/ansible/ansible/issues/42692)"
|
@ -0,0 +1,2 @@
|
|||||||
|
bugfixes:
|
||||||
|
- "Allow arbitrary ``log_driver`` for docker_container (https://github.com/ansible/ansible/pull/33579)."
|
@ -0,0 +1,2 @@
|
|||||||
|
bugfixes:
|
||||||
|
- "fixes docker_container check and debug mode (https://github.com/ansible/ansible/pull/42380)"
|
@ -0,0 +1,2 @@
|
|||||||
|
bugfixes:
|
||||||
|
- "The docker_* modules respect the DOCKER_* environment variables again (https://github.com/ansible/ansible/pull/42641)."
|
@ -0,0 +1,2 @@
|
|||||||
|
bugfixes:
|
||||||
|
- "docker_container: fixing ``working_dir`` idempotency problem (https://github.com/ansible/ansible/pull/42857)"
|
@ -0,0 +1,2 @@
|
|||||||
|
bugfixes:
|
||||||
|
- "improves docker_container idempotency (https://github.com/ansible/ansible/pull/44808)"
|
Loading…
Reference in New Issue