Release 3.0.0.

This commit is contained in:
Felix Fontein
2025-07-02 21:23:37 +02:00
parent 6c304a2964
commit b908b5986a
5 changed files with 291 additions and 324 deletions

View File

@@ -1,8 +0,0 @@
release_summary: |
New major release of community.crypto with a lot of code modernization.
This release drops compatibility for ansible-core before 2.17, for Python
before 3.7, and for cryptography before 3.3.
It also removes all Entrust modules, and the Entrust provider for the
``community.crypto.x509_certificate*`` modules.
See below for a more detailled list of changes.

View File

@@ -1,5 +0,0 @@
deprecated_features:
- "acme_certificate - the option ``modify_account``'s default value ``true`` has been deprecated. It will change to ``false`` in community.crypto 4.0.0.
We recommend to set the option to an explicit value to avoid deprecation warnings, and to prefer setting it to ``false`` already now.
Better use the ``community.crypto.acme_account`` module instead
(https://github.com/ansible-collections/community.crypto/issues/924)."