mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +00:00
Release 1.10.8.
This commit is contained in:
parent
e050e43ce8
commit
926a6c5cb9
@ -5,6 +5,19 @@ Docker Community Collection Release Notes
|
||||
.. contents:: Topics
|
||||
|
||||
|
||||
v1.10.8
|
||||
=======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
Regular bugfix release.
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- docker connection plugin - make sure that ``docker_extra_args`` is used for querying the Docker version. Also ensures that the Docker version is only queried when needed. This is currently the case if a remote user is specified (https://github.com/ansible-collections/community.docker/issues/325, https://github.com/ansible-collections/community.docker/pull/327).
|
||||
|
||||
v1.10.7
|
||||
=======
|
||||
|
||||
|
||||
@ -260,6 +260,18 @@ releases:
|
||||
- 297-docker-connection-config.yml
|
||||
- 308-docker_api-connection-config.yml
|
||||
release_date: '2022-03-28'
|
||||
1.10.8:
|
||||
changes:
|
||||
bugfixes:
|
||||
- docker connection plugin - make sure that ``docker_extra_args`` is used for
|
||||
querying the Docker version. Also ensures that the Docker version is only
|
||||
queried when needed. This is currently the case if a remote user is specified
|
||||
(https://github.com/ansible-collections/community.docker/issues/325, https://github.com/ansible-collections/community.docker/pull/327).
|
||||
release_summary: Regular bugfix release.
|
||||
fragments:
|
||||
- 1.10.8.yml
|
||||
- 327-connection-fix.yml
|
||||
release_date: '2022-04-25'
|
||||
1.2.0:
|
||||
changes:
|
||||
bugfixes:
|
||||
|
||||
@ -1 +0,0 @@
|
||||
release_summary: Regular bugfix release.
|
||||
@ -1,4 +0,0 @@
|
||||
bugfixes:
|
||||
- "docker connection plugin - make sure that ``docker_extra_args`` is used for querying the Docker version.
|
||||
Also ensures that the Docker version is only queried when needed. This is currently the case if a remote user is specified
|
||||
(https://github.com/ansible-collections/community.docker/issues/325, https://github.com/ansible-collections/community.docker/pull/327)."
|
||||
Loading…
Reference in New Issue
Block a user