Release 1.2.1.

This commit is contained in:
Felix Fontein 2021-01-28 07:43:11 +01:00
parent e957b885f8
commit bcd1201af6
4 changed files with 24 additions and 3 deletions

View File

@ -5,6 +5,19 @@ Docker Community Collection Release Notes
.. 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
======

View File

@ -170,3 +170,14 @@ releases:
- 71-docker_container-default_host_ip.yml
- 73-docker_image-fix-old-docker-py-version.yml
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'

View File

@ -1 +0,0 @@
release_summary: Bugfix release.

View File

@ -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).