Release 1.10.7.

This commit is contained in:
Felix Fontein 2022-03-28 20:55:45 +02:00
parent 3c269bbc01
commit ace02c09ff
5 changed files with 27 additions and 5 deletions

View File

@ -5,6 +5,20 @@ Docker Community Collection Release Notes
.. contents:: Topics
v1.10.7
=======
Release Summary
---------------
Regular bugfix release.
Bugfixes
--------
- docker connection plugin - fix option handling to be compatible with ansible-core 2.13 (https://github.com/ansible-collections/community.docker/pull/313, https://github.com/ansible-collections/community.docker/issues/307).
- docker_api connection plugin - fix option handling to be compatible with ansible-core 2.13 (https://github.com/ansible-collections/community.docker/pull/315).
v1.10.6
=======

View File

@ -247,6 +247,19 @@ releases:
- 1.10.6.yml
- 305-docker_compose-errors-warnings.yml
release_date: '2022-03-14'
1.10.7:
changes:
bugfixes:
- docker connection plugin - fix option handling to be compatible with ansible-core
2.13 (https://github.com/ansible-collections/community.docker/pull/313, https://github.com/ansible-collections/community.docker/issues/307).
- docker_api connection plugin - fix option handling to be compatible with ansible-core
2.13 (https://github.com/ansible-collections/community.docker/pull/315).
release_summary: Regular bugfix release.
fragments:
- 1.10.7.yml
- 297-docker-connection-config.yml
- 308-docker_api-connection-config.yml
release_date: '2022-03-28'
1.2.0:
changes:
bugfixes:

View File

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

View File

@ -1,2 +0,0 @@
bugfixes:
- "docker connection plugin - fix option handling to be compatible with ansible-core 2.13 (https://github.com/ansible-collections/community.docker/pull/313, https://github.com/ansible-collections/community.docker/issues/307)."

View File

@ -1,2 +0,0 @@
bugfixes:
- "docker_api connection plugin - fix option handling to be compatible with ansible-core 2.13 (https://github.com/ansible-collections/community.docker/pull/315)."