From f7795f65b050726147d24eca574a91c3caac514b Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 28 Apr 2025 12:06:34 +0200 Subject: [PATCH] Remove 'upcoming' information on 2.0.0. --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5b408457..88ca8473 100644 --- a/README.md +++ b/README.md @@ -147,13 +147,9 @@ See the [changelog](https://github.com/ansible-collections/community.crypto/blob We plan to regularly release minor and patch versions, whenever new features are added or bugs fixed. Our collection follows [semantic versioning](https://semver.org/), so breaking changes will only happen in major releases. -Most modules will drop PyOpenSSL support in version 2.0.0 of the collection, i.e. in the next major version. We currently plan to release 2.0.0 somewhen during 2021. Around then, the supported versions of the most common distributions will contain a new enough version of ``cryptography``. - -Once 2.0.0 has been released, bugfixes will still be backported to 1.0.0 for some time, and some features might also be backported. If we do not want to backport something ourselves because we think it is not worth the effort, backport PRs by non-maintainers are usually accepted. - -In 2.0.0, the following notable features will be removed: -* PyOpenSSL backends of all modules, except ``openssl_pkcs12`` which does not have a ``cryptography`` backend due to lack of support of PKCS#12 functionality in ``cryptography``. -* The ``assertonly`` provider of ``x509_certificate`` will be removed. +In 2.0.0, the following notable features have been removed: +* PyOpenSSL backends of all modules, except ``openssl_pkcs12`` which did now have a ``cryptography`` backend for a long time due to lack of support of PKCS#12 functionality in ``cryptography``. (This changed.) +* The ``assertonly`` provider of ``x509_certificate`` has been removed. ## More information