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:
Felix Fontein 2023-12-20 07:22:45 +01:00 committed by GitHub
commit 30c155e250
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 4 deletions

View 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)."