Deprecate docker-compose EE dependency. (#373)

This commit is contained in:
Felix Fontein 2022-05-24 08:11:31 +02:00 committed by GitHub
parent 184dd63e55
commit 9580c25579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,5 @@
deprecated_features:
- "The dependency on docker-compose for Execution Environments is deprecated and will be removed in community.docker 3.0.0.
The `Python docker-compose library <https://pypi.org/project/docker-compose/>`__ is unmaintained and can cause dependency
issues. You can manually still install it in an Execution Environment when needed
(https://github.com/ansible-collections/community.docker/pull/373)."