mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 12:28:55 +00:00
* Add ignore_build_events option. * Adjust docs and tests. * Switch default to true. * Remove unnecessary parts from tests.
8 lines
685 B
YAML
8 lines
685 B
YAML
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)."
|