mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-03-16 04:04:31 +00:00
Release 1.10.5.
This commit is contained in:
parent
7d6e99ccb6
commit
3b81f59794
@ -5,6 +5,19 @@ Docker Community Collection Release Notes
|
||||
.. contents:: Topics
|
||||
|
||||
|
||||
v1.10.5
|
||||
=======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
Regular bugfix release.
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- docker_container, docker_image - adjust image finding code to pecularities of ``podman-docker``'s API emulation when Docker short names like ``redis`` are used (https://github.com/ansible-collections/community.docker/issues/292).
|
||||
|
||||
v1.10.4
|
||||
=======
|
||||
|
||||
|
||||
@ -226,6 +226,17 @@ releases:
|
||||
- 1.10.4.yml
|
||||
- 269-distutils-version-fix.yml
|
||||
release_date: '2022-01-05'
|
||||
1.10.5:
|
||||
changes:
|
||||
bugfixes:
|
||||
- docker_container, docker_image - adjust image finding code to pecularities
|
||||
of ``podman-docker``'s API emulation when Docker short names like ``redis``
|
||||
are used (https://github.com/ansible-collections/community.docker/issues/292).
|
||||
release_summary: Regular bugfix release.
|
||||
fragments:
|
||||
- 1.10.5.yml
|
||||
- 292-docker-podman-compatibility.yml
|
||||
release_date: '2022-02-21'
|
||||
1.2.0:
|
||||
changes:
|
||||
bugfixes:
|
||||
|
||||
@ -1 +0,0 @@
|
||||
release_summary: Regular bugfix release.
|
||||
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "docker_container, docker_image - adjust image finding code to pecularities of ``podman-docker``'s API emulation when Docker short names like ``redis`` are used (https://github.com/ansible-collections/community.docker/issues/292)."
|
||||
Loading…
Reference in New Issue
Block a user