From 43d786864671c98af6c050003edfbadcae54f2eb Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 22 May 2025 19:57:08 +0200 Subject: [PATCH] [stable-2] Remove entrust announcement (#901) * Announce removal of Entrust content from community.crypto 3.0.0. * Add more information on Entrust removal. --- changelogs/fragments/901-remove-entrust.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelogs/fragments/901-remove-entrust.yml diff --git a/changelogs/fragments/901-remove-entrust.yml b/changelogs/fragments/901-remove-entrust.yml new file mode 100644 index 00000000..3c1f87df --- /dev/null +++ b/changelogs/fragments/901-remove-entrust.yml @@ -0,0 +1,6 @@ +deprecated_features: + - "The Entrust service in currently being sunsetted after the sale of Entrust's Public Certificates Business to Sectigo; see `the announcement with key dates `__ and `the migration brief for customers `__ for details (https://github.com/ansible-collections/community.crypto/issues/895, https://github.com/ansible-collections/community.crypto/pull/901)." + - "ecs_certificate - the module will be removed from community.crypto 3.0.0 (https://github.com/ansible-collections/community.crypto/issues/895, https://github.com/ansible-collections/community.crypto/pull/901)." + - "ecs_domain - the module will be removed from community.crypto 3.0.0 (https://github.com/ansible-collections/community.crypto/issues/895, https://github.com/ansible-collections/community.crypto/pull/901)." + - "x509_certificate - the ``entrust`` provider will be removed from community.crypto 3.0.0 (https://github.com/ansible-collections/community.crypto/issues/895, https://github.com/ansible-collections/community.crypto/pull/901)." + - "x509_certificate_pipe - the ``entrust`` provider will be removed from community.crypto 3.0.0 (https://github.com/ansible-collections/community.crypto/issues/895, https://github.com/ansible-collections/community.crypto/pull/901)."