Deprecate ssl_version. (#853)

This commit is contained in:
Felix Fontein
2024-05-11 15:53:19 +02:00
committed by GitHub
parent f2a5d6f872
commit 36c118d154
6 changed files with 24 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
deprecated_features:
- "various modules and plugins - the ``ssl_version`` option has been deprecated and will be removed from community.docker 4.0.0.
It has already been removed from Docker SDK for Python 7.0.0, and was only necessary in the past to work around SSL/TLS issues
(https://github.com/ansible-collections/community.docker/pull/853)."