Fix unintended breaking change by vendoring distutils.version. (#269)

This commit is contained in:
Felix Fontein
2022-01-05 21:08:59 +01:00
committed by GitHub
parent 15ab747d86
commit 264f5238c7
3 changed files with 351 additions and 9 deletions
@@ -0,0 +1,2 @@
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)."