Release 1.10.4.

This commit is contained in:
Felix Fontein 2022-01-05 22:33:19 +01:00
parent 6e907dbde5
commit 661abb9855
4 changed files with 25 additions and 3 deletions

View File

@ -5,6 +5,19 @@ Docker Community Collection Release Notes
.. contents:: Topics
v1.10.4
=======
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).
v1.10.3
=======

View File

@ -214,6 +214,18 @@ releases:
- 257-remove-distutils-spawn.yml
- 258-distutils.version.yml
release_date: '2022-01-04'
1.10.4:
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:
- 1.10.4.yml
- 269-distutils-version-fix.yml
release_date: '2022-01-05'
1.2.0:
changes:
bugfixes:

View File

@ -1 +0,0 @@
release_summary: Emergency release to amend breaking change in previous release.

View File

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