mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-15 19:42:06 +00:00
Release 5.0.4.
This commit is contained in:
parent
6ab8cc0d82
commit
25e7ba222e
717
CHANGELOG.md
717
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@ -4,6 +4,20 @@ Docker Community Collection Release Notes
|
|||||||
|
|
||||||
.. contents:: Topics
|
.. 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
|
v5.0.3
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
@ -2330,3 +2330,18 @@ releases:
|
|||||||
- 1214-docker_container-ports.yml
|
- 1214-docker_container-ports.yml
|
||||||
- 5.0.3.yml
|
- 5.0.3.yml
|
||||||
release_date: '2025-11-29'
|
release_date: '2025-11-29'
|
||||||
|
5.0.4:
|
||||||
|
changes:
|
||||||
|
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).
|
||||||
|
release_summary: Bugfix release.
|
||||||
|
fragments:
|
||||||
|
- 1219-compose-v2-pull.yml
|
||||||
|
- 1221-cli-json-errors.yml
|
||||||
|
- 5.0.4.yml
|
||||||
|
release_date: '2025-12-06'
|
||||||
|
|||||||
@ -1,2 +0,0 @@
|
|||||||
bugfixes:
|
|
||||||
- "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)."
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
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)."
|
|
||||||
@ -1 +0,0 @@
|
|||||||
release_summary: Bugfix release.
|
|
||||||
Loading…
Reference in New Issue
Block a user