mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-03-15 11:53:31 +00:00
Release 5.0.6.
This commit is contained in:
parent
c2e48a1ae3
commit
aa9b926fb3
734
CHANGELOG.md
734
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@ -4,6 +4,19 @@ Docker Community Collection Release Notes
|
||||
|
||||
.. contents:: Topics
|
||||
|
||||
v5.0.6
|
||||
======
|
||||
|
||||
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).
|
||||
|
||||
v5.0.5
|
||||
======
|
||||
|
||||
|
||||
@ -2357,3 +2357,13 @@ releases:
|
||||
- 1226-docker-sdk-tls.yml
|
||||
- 5.0.5.yml
|
||||
release_date: '2025-12-31'
|
||||
5.0.6:
|
||||
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
|
||||
- 5.0.6.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