Release 4.8.7.

This commit is contained in:
Felix Fontein 2026-02-12 06:51:14 +01:00
parent 7b45d96c94
commit 35217dc643
5 changed files with 394 additions and 358 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,19 @@ Docker Community Collection Release Notes
.. contents:: Topics
v4.8.7
======
Release Summary
---------------
Bugfix release.
Bugfixes
--------
- docker_image_pull, docker_container - fix pulled image change detection for Docker 29.2+ (https://github.com/ansible-collections/community.docker/pull/1242).
v4.8.6
======

View File

@ -2305,3 +2305,13 @@ releases:
- 1226-docker-sdk-tls.yml
- 4.8.6.yml
release_date: '2025-12-31'
4.8.7:
changes:
bugfixes:
- docker_image_pull, docker_container - fix pulled image change detection
for Docker 29.2+ (https://github.com/ansible-collections/community.docker/pull/1242).
release_summary: Bugfix release.
fragments:
- 1242-pull.yml
- 4.8.7.yml
release_date: '2026-02-12'

View File

@ -1,2 +0,0 @@
bugfixes:
- "docker_image_pull, docker_container - fix pulled image change detection for Docker 29.2+ (https://github.com/ansible-collections/community.docker/pull/1242)."

View File

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