Release 4.8.5.

This commit is contained in:
Felix Fontein 2025-12-06 22:44:53 +01:00
parent 0350d04b65
commit ac397b7dd4
6 changed files with 395 additions and 352 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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
======

View File

@ -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'

View File

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

View File

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

View File

@ -1 +0,0 @@
release_summary: Bugfix release.