From 6c304a2964e43f9daee77ebd5cb3f0faf43a7e21 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 2 Jul 2025 21:02:43 +0200 Subject: [PATCH] Prepare 3.0.0. --- changelogs/fragments/3.0.0.yml | 8 ++++++++ galaxy.yml | 2 +- tests/sanity/ignore-2.17.txt | 1 - tests/sanity/ignore-2.18.txt | 1 - tests/sanity/ignore-2.19.txt | 1 - tests/sanity/ignore-2.20.txt | 1 - 6 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 changelogs/fragments/3.0.0.yml diff --git a/changelogs/fragments/3.0.0.yml b/changelogs/fragments/3.0.0.yml new file mode 100644 index 00000000..81bd58ff --- /dev/null +++ b/changelogs/fragments/3.0.0.yml @@ -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. diff --git a/galaxy.yml b/galaxy.yml index efb34ab2..0e2e3094 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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) diff --git a/tests/sanity/ignore-2.17.txt b/tests/sanity/ignore-2.17.txt index 87cc4123..dc8aebdc 100644 --- a/tests/sanity/ignore-2.17.txt +++ b/tests/sanity/ignore-2.17.txt @@ -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 diff --git a/tests/sanity/ignore-2.18.txt b/tests/sanity/ignore-2.18.txt index 755fbff0..38591a0d 100644 --- a/tests/sanity/ignore-2.18.txt +++ b/tests/sanity/ignore-2.18.txt @@ -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 diff --git a/tests/sanity/ignore-2.19.txt b/tests/sanity/ignore-2.19.txt index 12b1de23..5ad409ae 100644 --- a/tests/sanity/ignore-2.19.txt +++ b/tests/sanity/ignore-2.19.txt @@ -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 diff --git a/tests/sanity/ignore-2.20.txt b/tests/sanity/ignore-2.20.txt index 12b1de23..5ad409ae 100644 --- a/tests/sanity/ignore-2.20.txt +++ b/tests/sanity/ignore-2.20.txt @@ -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