community.docker/changelogs/fragments/1011-docker_compose_v2-build-changed.yml
Felix Fontein 49263d6af5
[stable-3] docker_compose_v2: ignore build events for changed status (#1012)
* docker_compose_v2: add ignore_build_events option; ignore build events by default (#1011)

* Add ignore_build_events option.

* Adjust docs and tests.

* Switch default to true.

* Remove unnecessary parts from tests.

(cherry picked from commit 2e7b4e4605)

* Remove the new option.
2024-12-14 21:32:14 +01:00

6 lines
444 B
YAML

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)."