Release 5.0.4.

This commit is contained in:
Felix Fontein
2025-12-06 22:45:11 +01:00
parent 6ab8cc0d82
commit 25e7ba222e
6 changed files with 396 additions and 356 deletions
+14
View File
@@ -4,6 +4,20 @@ Docker Community Collection Release Notes
.. contents:: Topics
v5.0.4
======
Release Summary
---------------
Bugfix release.
Bugfixes
--------
- CLI-based modules - when parsing JSON output fails, also provide standard error output. Also provide information on the command and its result in machine-readable way (https://github.com/ansible-collections/community.docker/issues/1216, https://github.com/ansible-collections/community.docker/pull/1221).
- docker_compose_v2, docker_compose_v2_pull - adjust parsing from image pull events to changes in Docker Compose 5.0.0 (https://github.com/ansible-collections/community.docker/pull/1219).
v5.0.3
======