mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-09-14 03:40:33 +00:00
Release 3.13.4.
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "docker_swarm_info - do not crash when finding Swarm jobs if ``services=true`` (https://github.com/ansible-collections/community.docker/issues/1003)."
|
||||
@@ -1,6 +0,0 @@
|
||||
known_issues:
|
||||
- "docker_image_build - when ``outputs`` is specified, all entries with ``type=image``, ``type=oci`` and ``type=docker`` have their
|
||||
name overwritten by the values provided in ``name`` and ``tag``. This happens because the module provides the ``--tag`` option
|
||||
with the values of the ``name`` and ``tag`` options to Docker the buildx plugin, which for some reason takes that value and
|
||||
uses it to overwrite the values in ``--output`` parameters
|
||||
(https://github.com/ansible-collections/community.docker/issues/1001, https://github.com/ansible-collections/community.docker/pull/1007)."
|
||||
@@ -1,5 +0,0 @@
|
||||
bugfixes:
|
||||
- "docker_compose_v2 - when using Compose 2.31.0 or newer, revert to the old behavior that image rebuilds, for example if ``rebuild=always``, only
|
||||
result in ``changed`` if a container has been restarted
|
||||
(https://github.com/ansible-collections/community.docker/issues/1005, https://github.com/ansible-collections/community.docker/issues/pull/1011,
|
||||
https://github.com/ansible-collections/community.docker/pull/1012)."
|
||||
@@ -1 +0,0 @@
|
||||
release_summary: Bugfix release.
|
||||
Reference in New Issue
Block a user