Relesae 1.6.0.

This commit is contained in:
Felix Fontein
2021-05-11 07:33:38 +02:00
parent a512e7fb9e
commit 36c1b4d818
9 changed files with 58 additions and 14 deletions
-1
View File
@@ -1 +0,0 @@
release_summary: Regular bugfix and feature release.
@@ -1,2 +0,0 @@
bugfixes:
- "docker-compose - fix not pulling when ``state: present`` and ``stopped: true`` (https://github.com/ansible-collections/community.docker/issues/12, https://github.com/ansible-collections/community.docker/pull/119)."
@@ -1,3 +0,0 @@
minor_changes:
- "common module utils - correct error messages for guiding to install proper
Docker SDK for Python module (https://github.com/ansible-collections/community.docker/pull/125)."
@@ -1,2 +0,0 @@
deprecated_features:
- "docker_* modules and plugins, except ``docker_swarm`` connection plugin and ``docker_compose`` and ``docker_stack*` modules - the current default ``localhost`` for ``tls_hostname`` is deprecated. In community.docker 2.0.0 it will be computed from ``docker_host`` instead (https://github.com/ansible-collections/community.docker/pull/134)."
@@ -1,2 +0,0 @@
bugfixes:
- "docker_plugin - also configure plugin after installing (https://github.com/ansible-collections/community.docker/issues/118, https://github.com/ansible-collections/community.docker/pull/135)."
@@ -1,2 +0,0 @@
bugfixes:
- "docker_swarm_services - avoid crash during idempotence check if ``published_port`` is not specified (https://github.com/ansible-collections/community.docker/issues/107, https://github.com/ansible-collections/community.docker/pull/136)."
@@ -1,2 +0,0 @@
minor_changes:
- "docker_container - allow ``memory_swap: -1`` to set memory swap limit to unlimited. This is useful when the user cannot set memory swap limits due to cgroup limitations or other reasons, as by default Docker will try to set swap usage to two times the value of ``memory`` (https://github.com/ansible-collections/community.docker/pull/138)."