Release 3.4.0.

This commit is contained in:
Felix Fontein
2023-01-14 11:20:16 +01:00
parent b114d451fd
commit 96b6f5917d
8 changed files with 57 additions and 12 deletions
-1
View File
@@ -1 +0,0 @@
release_summary: Regular bugfix and feature release.
@@ -1,2 +0,0 @@
minor_changes:
- "docker_host_info - allow to list all containers with new option ``containers_all`` (https://github.com/ansible-collections/community.docker/issues/535, https://github.com/ansible-collections/community.docker/pull/538)."
-2
View File
@@ -1,2 +0,0 @@
minor_changes:
- "docker_api connection plugin - when copying files to/from a container, stream the file contents instead of first reading them to memory (https://github.com/ansible-collections/community.docker/pull/545)."
@@ -1,3 +0,0 @@
bugfixes:
- "docker_api connection plugin - fix error handling when 409 Conflict is returned by the Docker daemon in case of a stopped container (https://github.com/ansible-collections/community.docker/pull/546)."
- "docker_container_exec - fix error handling when 409 Conflict is returned by the Docker daemon in case of a stopped container (https://github.com/ansible-collections/community.docker/pull/546)."
@@ -1,2 +0,0 @@
bugfixes:
- "docker_plugin - do not crash if plugin is installed in check mode (https://github.com/ansible-collections/community.docker/issues/552, https://github.com/ansible-collections/community.docker/pull/553)."
-2
View File
@@ -1,2 +0,0 @@
bugfixes:
- "most modules - fix handling of ``DOCKER_TIMEOUT`` environment variable, and improve handling of other fallback environment variables (https://github.com/ansible-collections/community.docker/issues/551, https://github.com/ansible-collections/community.docker/pull/554)."