mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +00:00
Release 2.1.1.
This commit is contained in:
parent
a11b6f5880
commit
e87b66b806
@ -5,6 +5,19 @@ Docker Community Collection Release Notes
|
||||
.. contents:: Topics
|
||||
|
||||
|
||||
v2.1.1
|
||||
======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
Emergency release to amend breaking change in previous release.
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- Fix unintended breaking change caused by `an earlier fix <https://github.com/ansible-collections/community.docker/pull/258>`_ by vendoring the deprecated Python standard library ``distutils.version`` until this collection stops supporting Ansible 2.9 and ansible-base 2.10 (https://github.com/ansible-collections/community.docker/issues/267, https://github.com/ansible-collections/community.docker/pull/269).
|
||||
|
||||
v2.1.0
|
||||
======
|
||||
|
||||
|
||||
@ -513,3 +513,15 @@ releases:
|
||||
- 257-remove-distutils-spawn.yml
|
||||
- 258-distutils.version.yml
|
||||
release_date: '2022-01-04'
|
||||
2.1.1:
|
||||
changes:
|
||||
bugfixes:
|
||||
- Fix unintended breaking change caused by `an earlier fix <https://github.com/ansible-collections/community.docker/pull/258>`_
|
||||
by vendoring the deprecated Python standard library ``distutils.version``
|
||||
until this collection stops supporting Ansible 2.9 and ansible-base 2.10 (https://github.com/ansible-collections/community.docker/issues/267,
|
||||
https://github.com/ansible-collections/community.docker/pull/269).
|
||||
release_summary: Emergency release to amend breaking change in previous release.
|
||||
fragments:
|
||||
- 2.1.1.yml
|
||||
- 269-distutils-version-fix.yml
|
||||
release_date: '2022-01-05'
|
||||
|
||||
@ -1 +0,0 @@
|
||||
release_summary: Emergency release to amend breaking change in previous release.
|
||||
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "Fix unintended breaking change caused by `an earlier fix <https://github.com/ansible-collections/community.docker/pull/258>`_ by vendoring the deprecated Python standard library ``distutils.version`` until this collection stops supporting Ansible 2.9 and ansible-base 2.10 (https://github.com/ansible-collections/community.docker/issues/267, https://github.com/ansible-collections/community.docker/pull/269)."
|
||||
Loading…
Reference in New Issue
Block a user