mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
irc: deprecate default 'false' for validate_certs and use_tls (#7578)
* Deprecate default 'false' for validate_certs and use_tls. * Fix PR number.
This commit is contained in:
4
changelogs/fragments/7578-irc-tls.yml
Normal file
4
changelogs/fragments/7578-irc-tls.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
deprecated_features:
|
||||
- "irc - the defaults ``false`` for ``use_tls`` and ``validate_certs`` have been deprecated and will change to ``true`` in community.general 10.0.0
|
||||
to improve security. You can already improve security now by explicitly setting them to ``true``. Specifying values now disables the deprecation
|
||||
warning (https://github.com/ansible-collections/community.general/pull/7578)."
|
||||
Reference in New Issue
Block a user