mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-03-15 19:58:28 +00:00
Release 1.10.7.
This commit is contained in:
parent
3c269bbc01
commit
ace02c09ff
@ -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
|
||||
=======
|
||||
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -1 +0,0 @@
|
||||
release_summary: Regular bugfix release.
|
||||
@ -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)."
|
||||
@ -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)."
|
||||
Loading…
Reference in New Issue
Block a user