mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Release 4.2.0.
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,10 +0,0 @@
|
||||
bugfixes:
|
||||
- "docker_image_build - work around bug resp. very unexpected behavior in Docker buildx that overwrites
|
||||
all image names in ``--output`` parameters if ``--tag`` is provided, which the module did by default
|
||||
in the past. The module now only supplies ``--tag`` if ``outputs`` is empty. If ``outputs`` has entries,
|
||||
it will add an additional entry with ``type=image`` if no entry of ``type=image`` contains the image name
|
||||
specified by the ``name`` and ``tag`` options
|
||||
(https://github.com/ansible-collections/community.docker/issues/1001, https://github.com/ansible-collections/community.docker/pull/1006)."
|
||||
minor_changes:
|
||||
- "docker_image_build - ``outputs[].name`` can now be a list of strings (https://github.com/ansible-collections/community.docker/pull/1006)."
|
||||
- "docker_image_build - the executed command is now returned in the ``command`` return value in case of success and some errors (https://github.com/ansible-collections/community.docker/pull/1006)."
|
||||
@@ -1,7 +0,0 @@
|
||||
minor_changes:
|
||||
- "docker_compose_v2 - add ``ignore_build_events`` option (default value ``true``) which allows to (not) ignore build events for change detection
|
||||
(https://github.com/ansible-collections/community.docker/issues/1005, https://github.com/ansible-collections/community.docker/issues/pull/1011)."
|
||||
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)."
|
||||
@@ -1 +0,0 @@
|
||||
release_summary: Bugfix and feature release.
|
||||
@@ -1,6 +0,0 @@
|
||||
minor_changes:
|
||||
- docker_network - added ``ingress`` option (https://github.com/ansible-collections/community.docker/pull/999).
|
||||
bugfixes:
|
||||
- docker_network - containers are only reconnected to a network if they really exist (https://github.com/ansible-collections/community.docker/pull/999).
|
||||
- docker_network - enabled "force" option in Docker network container disconnect API call (https://github.com/ansible-collections/community.docker/pull/999).
|
||||
- docker_network - added waiting while container actually disconnect from Swarm network (https://github.com/ansible-collections/community.docker/pull/999).
|
||||
Reference in New Issue
Block a user