mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-15 11:32:05 +00:00
Release 4.8.5.
This commit is contained in:
parent
0350d04b65
commit
ac397b7dd4
708
CHANGELOG.md
708
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@ -4,6 +4,21 @@ Docker Community Collection Release Notes
|
||||
|
||||
.. contents:: Topics
|
||||
|
||||
v4.8.5
|
||||
======
|
||||
|
||||
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* modules - fix Python 2 compatibility when parsing JSON events (https://github.com/ansible-collections/community.docker/pull/1220).
|
||||
- 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).
|
||||
|
||||
v4.8.4
|
||||
======
|
||||
|
||||
|
||||
@ -2276,3 +2276,20 @@ releases:
|
||||
- 1214-docker_container-ports.yml
|
||||
- 4.8.4.yml
|
||||
release_date: '2025-11-29'
|
||||
4.8.5:
|
||||
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* modules - fix Python 2 compatibility when parsing JSON
|
||||
events (https://github.com/ansible-collections/community.docker/pull/1220).
|
||||
- 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
|
||||
- 4.8.5.yml
|
||||
release_date: '2025-12-06'
|
||||
|
||||
@ -1,3 +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)."
|
||||
- "docker_compose_v2* modules - fix Python 2 compatibility when parsing JSON events (https://github.com/ansible-collections/community.docker/pull/1220)."
|
||||
@ -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