From b9fa5b519358e5ee45f7ca46885c3c8af5ad6032 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 17 Jan 2025 22:27:01 +0100 Subject: [PATCH] Deprecate ansible-core < 2.17 and cryptography < 3.4. (#839) --- changelogs/fragments/3.0.0-deprecations.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 changelogs/fragments/3.0.0-deprecations.yml diff --git a/changelogs/fragments/3.0.0-deprecations.yml b/changelogs/fragments/3.0.0-deprecations.yml new file mode 100644 index 00000000..b470a29d --- /dev/null +++ b/changelogs/fragments/3.0.0-deprecations.yml @@ -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)."