mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-03-15 19:58:28 +00:00
Release 4.8.7.
This commit is contained in:
parent
7b45d96c94
commit
35217dc643
726
CHANGELOG.md
726
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@ -4,6 +4,19 @@ Docker Community Collection Release Notes
|
|||||||
|
|
||||||
.. contents:: Topics
|
.. 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
|
v4.8.6
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
@ -2305,3 +2305,13 @@ releases:
|
|||||||
- 1226-docker-sdk-tls.yml
|
- 1226-docker-sdk-tls.yml
|
||||||
- 4.8.6.yml
|
- 4.8.6.yml
|
||||||
release_date: '2025-12-31'
|
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'
|
||||||
|
|||||||
@ -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)."
|
|
||||||
@ -1 +0,0 @@
|
|||||||
release_summary: Bugfix release.
|
|
||||||
Loading…
Reference in New Issue
Block a user