Release 1.10.5.

This commit is contained in:
Felix Fontein 2022-02-21 21:47:54 +01:00
parent 7d6e99ccb6
commit 3b81f59794
4 changed files with 24 additions and 3 deletions

View File

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

View File

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

View File

@ -1 +0,0 @@
release_summary: Regular bugfix release.

View File

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