Skip to content

Commit

Permalink
Add changelog fragment.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Sep 12, 2021
1 parent 3024f73 commit 19601b0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions changelogs/fragments/273-pyopenssl-removal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
removed_features:
- "get_certificate - removed the ``pyopenssl`` backend (https:/ansible-collections/community.crypto/pull/273)."
- "openssl_csr - removed the ``pyopenssl`` backend (https:/ansible-collections/community.crypto/pull/273)."
- "openssl_csr_info - removed the ``pyopenssl`` backend (https:/ansible-collections/community.crypto/pull/273)."
- "openssl_csr_pipe - removed the ``pyopenssl`` backend (https:/ansible-collections/community.crypto/pull/273)."
- "openssl_privatekey - removed the ``pyopenssl`` backend (https:/ansible-collections/community.crypto/pull/273)."
- "openssl_privatekey_info - removed the ``pyopenssl`` backend (https:/ansible-collections/community.crypto/pull/273)."
- "openssl_privatekey_pipe - removed the ``pyopenssl`` backend (https:/ansible-collections/community.crypto/pull/273)."
- "openssl_publickey - removed the ``pyopenssl`` backend (https:/ansible-collections/community.crypto/pull/273)."
- "openssl_publickey_info - removed the ``pyopenssl`` backend (https:/ansible-collections/community.crypto/pull/273)."
- "openssl_signature - removed the ``pyopenssl`` backend (https:/ansible-collections/community.crypto/pull/273)."
- "openssl_signature_info - removed the ``pyopenssl`` backend (https:/ansible-collections/community.crypto/pull/273)."
- "x509_certificate - removed the ``pyopenssl`` backend (https:/ansible-collections/community.crypto/pull/273)."
- "x509_certificate_info - removed the ``pyopenssl`` backend (https:/ansible-collections/community.crypto/pull/273)."
- "x509_certificate_pipe - removed the ``pyopenssl`` backend (https:/ansible-collections/community.crypto/pull/273)."
breaking_changes:
- "module_utils - removed various PyOpenSSL support functions and default backend values that are not needed for the openssl_pkcs12 module (https:/ansible-collections/community.crypto/pull/273)."

0 comments on commit 19601b0

Please sign in to comment.