mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-03-15 19:58:28 +00:00
Release 1.10.6.
This commit is contained in:
parent
9653e4cb68
commit
f6265ee450
@ -5,6 +5,19 @@ Docker Community Collection Release Notes
|
||||
.. contents:: Topics
|
||||
|
||||
|
||||
v1.10.6
|
||||
=======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
Regular bugfix release.
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- docker_compose - fix Python 3 type error when extracting warnings or errors from docker-compose's output (https://github.com/ansible-collections/community.docker/pull/305).
|
||||
|
||||
v1.10.5
|
||||
=======
|
||||
|
||||
|
||||
@ -237,6 +237,16 @@ releases:
|
||||
- 1.10.5.yml
|
||||
- 292-docker-podman-compatibility.yml
|
||||
release_date: '2022-02-21'
|
||||
1.10.6:
|
||||
changes:
|
||||
bugfixes:
|
||||
- docker_compose - fix Python 3 type error when extracting warnings or errors
|
||||
from docker-compose's output (https://github.com/ansible-collections/community.docker/pull/305).
|
||||
release_summary: Regular bugfix release.
|
||||
fragments:
|
||||
- 1.10.6.yml
|
||||
- 305-docker_compose-errors-warnings.yml
|
||||
release_date: '2022-03-14'
|
||||
1.2.0:
|
||||
changes:
|
||||
bugfixes:
|
||||
|
||||
@ -1 +0,0 @@
|
||||
release_summary: Regular bugfix release.
|
||||
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "docker_compose - fix Python 3 type error when extracting warnings or errors from docker-compose's output (https://github.com/ansible-collections/community.docker/pull/305)."
|
||||
Loading…
Reference in New Issue
Block a user