Release 3.0.0-a2.

This commit is contained in:
Felix Fontein
2025-05-22 22:06:10 +02:00
parent 1b05480354
commit f3db4eeea5
5 changed files with 217 additions and 158 deletions

View File

@@ -1753,3 +1753,31 @@ releases:
- refactoring.yml
- relative-timestamps.yml
release_date: '2025-05-18'
3.0.0-a2:
changes:
release_summary: 'Second pre-release for community.crypto 3.0.0.
This release removes all Entrust content.
'
removed_features:
- All Entrust content is being removed since the Entrust service in currently
being sunsetted after the sale of Entrust's Public Certificates Business
to Sectigo; see `the announcement with key dates <https://www.entrust.com/tls-certificate-information-center>`__
and `the migration brief for customers <https://www.sectigo.com/uploads/resources/EOL_Migration-Brief-End-Customer.pdf>`__
for details. Since this process will be completed in 2025, we decided to
remove all Entrust content from community.general 3.0.0 (https://github.com/ansible-collections/community.crypto/issues/895,
https://github.com/ansible-collections/community.crypto/pull/901).
- ecs_certificate - the module has been removed. Please use community.crypto
2.x.y if you need this module (https://github.com/ansible-collections/community.crypto/pull/900).
- ecs_domain - the module has been removed. Please use community.crypto 2.x.y
if you need this module (https://github.com/ansible-collections/community.crypto/pull/900).
- x509_certificate - the ``entrust`` provider has been removed. Please use
community.crypto 2.x.y if you need this provider (https://github.com/ansible-collections/community.crypto/pull/900).
- x509_certificate_pipe - the ``entrust`` provider has been removed. Please
use community.crypto 2.x.y if you need this provider (https://github.com/ansible-collections/community.crypto/pull/900).
fragments:
- 3.0.0-a2.yml
- 900-remove-entrust.yml
release_date: '2025-05-22'

View File

@@ -1,4 +0,0 @@
release_summary: |
Second pre-release for community.crypto 3.0.0.
This release removes all Entrust content.

View File

@@ -1,6 +0,0 @@
removed_features:
- "All Entrust content is being removed since the Entrust service in currently being sunsetted after the sale of Entrust's Public Certificates Business to Sectigo; see `the announcement with key dates <https://www.entrust.com/tls-certificate-information-center>`__ and `the migration brief for customers <https://www.sectigo.com/uploads/resources/EOL_Migration-Brief-End-Customer.pdf>`__ for details. Since this process will be completed in 2025, we decided to remove all Entrust content from community.general 3.0.0 (https://github.com/ansible-collections/community.crypto/issues/895, https://github.com/ansible-collections/community.crypto/pull/901)."
- "ecs_certificate - the module has been removed. Please use community.crypto 2.x.y if you need this module (https://github.com/ansible-collections/community.crypto/pull/900)."
- "ecs_domain - the module has been removed. Please use community.crypto 2.x.y if you need this module (https://github.com/ansible-collections/community.crypto/pull/900)."
- "x509_certificate - the ``entrust`` provider has been removed. Please use community.crypto 2.x.y if you need this provider (https://github.com/ansible-collections/community.crypto/pull/900)."
- "x509_certificate_pipe - the ``entrust`` provider has been removed. Please use community.crypto 2.x.y if you need this provider (https://github.com/ansible-collections/community.crypto/pull/900)."