Prepare 3.0.0.

This commit is contained in:
Felix Fontein
2025-07-02 21:02:43 +02:00
parent 1a47427683
commit 6c304a2964
6 changed files with 9 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
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

@@ -5,7 +5,7 @@
namespace: community
name: crypto
version: 3.0.0-rc1
version: 3.0.0
readme: README.md
authors:
- Ansible (github.com/ansible)

View File

@@ -1,4 +1,3 @@
meta/runtime.yml runtime-metadata # Bug in ansible-test: https://github.com/ansible/ansible/pull/85198
plugins/module_utils/_acme/account.py pep8:E704
plugins/module_utils/_acme/acme.py pep8:E704
plugins/module_utils/_acme/acme.py pylint:unpacking-non-sequence

View File

@@ -1,4 +1,3 @@
meta/runtime.yml runtime-metadata # Bug in ansible-test: https://github.com/ansible/ansible/pull/85198
plugins/module_utils/_acme/account.py pep8:E704
plugins/module_utils/_acme/acme.py pep8:E704
plugins/module_utils/_acme/backend_openssl_cli.py pep8:E704

View File

@@ -1,4 +1,3 @@
meta/runtime.yml runtime-metadata # Bug in ansible-test: https://github.com/ansible/ansible/pull/85198
plugins/module_utils/_crypto/module_backends/certificate.py no-assert
plugins/module_utils/_crypto/module_backends/certificate_acme.py no-assert
plugins/module_utils/_crypto/module_backends/certificate_ownca.py no-assert

View File

@@ -1,4 +1,3 @@
meta/runtime.yml runtime-metadata # Bug in ansible-test: https://github.com/ansible/ansible/pull/85198
plugins/module_utils/_crypto/module_backends/certificate.py no-assert
plugins/module_utils/_crypto/module_backends/certificate_acme.py no-assert
plugins/module_utils/_crypto/module_backends/certificate_ownca.py no-assert