mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-04-19 23:31:13 +00:00
Prepare 3.0.0.
This commit is contained in:
8
changelogs/fragments/3.0.0.yml
Normal file
8
changelogs/fragments/3.0.0.yml
Normal 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.
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user