mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Unvendor distutils.version (#271)
* Unvendor distutils.version. * Document breaking change. * Update comment, add StrictVersion.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
minor_changes:
|
||||
- "Remove vendored copy of ``distutils.version`` in favor of vendored copy included with ansible-core 2.12+. For ansible-core 2.11, uses ``distutils.version`` for Python < 3.12. There is no support for ansible-core 2.11 with Python 3.12+ (https://github.com/ansible-collections/community.docker/pull/271)."
|
||||
breaking_changes:
|
||||
- "This collection does not work with ansible-core 2.11 on Python 3.12+. Please either upgrade to ansible-core 2.12+, or use Python 3.11 or earlier (https://github.com/ansible-collections/community.docker/pull/271)."
|
||||
Reference in New Issue
Block a user