-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate ansible-core < 2.17 and cryptography < 3.4. (#839)
- Loading branch information
1 parent
5366b9e
commit b9fa5b5
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
deprecated_features: | ||
- "Support for ansible-core 2.11, 2.12, 2.13, 2.14, 2.15, and 2.16 is deprecated, | ||
and will be removed in the next major release (community.crypto 3.0.0). | ||
Some modules might still work with some of these versions afterwards, | ||
but we will no longer keep compatibility code that was needed to support them. | ||
Note that this means that support for all Python versions before 3.7 will be dropped, | ||
also on the target side | ||
(https://github.com/ansible-collections/community.crypto/issues/559, | ||
https://github.com/ansible-collections/community.crypto/pull/839)." | ||
- "Support for cryptography < 3.4 is deprecated, | ||
and will be removed in the next major release (community.crypto 3.0.0). | ||
Some modules might still work with older versions of cryptography, | ||
but we will no longer keep compatibility code that was needed to support them | ||
(https://github.com/ansible-collections/community.crypto/issues/559, | ||
https://github.com/ansible-collections/community.crypto/pull/839)." |