Remove deprecated functionality. (#363)

This commit is contained in:
Felix Fontein
2022-07-01 19:02:22 +02:00
committed by GitHub
parent 00ddbbdeb2
commit 209aeb57fd
5 changed files with 6 additions and 27 deletions
@@ -0,0 +1,3 @@
removed_features:
- "docker_stack - the return values ``out`` and ``err`` have been removed. Use ``stdout`` and ``stderr`` instead (https://github.com/ansible-collections/community.docker/pull/363)."
- "Various modules - the default of ``tls_hostname`` (``localhost``) has been removed. If you want to continue using ``localhost``, you need to specify it explicitly (https://github.com/ansible-collections/community.docker/pull/363)."