mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 12:28:55 +00:00
Release 1.2.1.
This commit is contained in:
parent
e957b885f8
commit
bcd1201af6
@ -5,6 +5,19 @@ Docker Community Collection Release Notes
|
|||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v1.2.1
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Bugfix release.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- docker connection plugin - fix Docker version parsing, as some docker versions have a leading ``v`` in the output of the command ``docker version --format "{{.Server.Version}}"`` (https://github.com/ansible-collections/community.docker/pull/76).
|
||||||
|
|
||||||
v1.2.0
|
v1.2.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
@ -170,3 +170,14 @@ releases:
|
|||||||
- 71-docker_container-default_host_ip.yml
|
- 71-docker_container-default_host_ip.yml
|
||||||
- 73-docker_image-fix-old-docker-py-version.yml
|
- 73-docker_image-fix-old-docker-py-version.yml
|
||||||
release_date: '2021-01-25'
|
release_date: '2021-01-25'
|
||||||
|
1.2.1:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- docker connection plugin - fix Docker version parsing, as some docker versions
|
||||||
|
have a leading ``v`` in the output of the command ``docker version --format
|
||||||
|
"{{.Server.Version}}"`` (https://github.com/ansible-collections/community.docker/pull/76).
|
||||||
|
release_summary: Bugfix release.
|
||||||
|
fragments:
|
||||||
|
- 1.2.1.yml
|
||||||
|
- 76-leading-v-support-in-docker-version.yml
|
||||||
|
release_date: '2021-01-28'
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
release_summary: Bugfix release.
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
bugfixes:
|
|
||||||
- docker connection plugin - fix Docker version parsing, as some docker versions have a leading ``v`` in the output of the command ``docker version --format "{{.Server.Version}}"`` (https://github.com/ansible-collections/community.docker/pull/76).
|
|
||||||
Loading…
Reference in New Issue
Block a user