Skip to content

Commit

Permalink
Release 2.23.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Dec 30, 2024
1 parent 9b53f4b commit 95886d1
Show file tree
Hide file tree
Showing 8 changed files with 279 additions and 225 deletions.
446 changes: 235 additions & 211 deletions CHANGELOG.md

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ Community Crypto Release Notes

.. contents:: Topics

v2.23.0
=======

Release Summary
---------------

Feature release.

Minor Changes
-------------

- acme_certificate - add compatibility for ACME CAs that are not fully RFC8555 compliant and do not provide ``challenges`` in authz objects (https://github.com/ansible-collections/community.crypto/issues/824, https://github.com/ansible-collections/community.crypto/pull/832).
- luks_device - allow to provide passphrases base64-encoded (https://github.com/ansible-collections/community.crypto/issues/827, https://github.com/ansible-collections/community.crypto/pull/829).
- x509_certificate_convert - add new option ``verify_cert_parsable`` which allows to check whether the certificate can actually be parsed (https://github.com/ansible-collections/community.crypto/issues/809, https://github.com/ansible-collections/community.crypto/pull/830).

Deprecated Features
-------------------

- openssl_pkcs12 - the PyOpenSSL based backend is deprecated and will be removed from community.crypto 3.0.0. From that point on you need cryptography 3.0 or newer to use this module (https://github.com/ansible-collections/community.crypto/issues/667, https://github.com/ansible-collections/community.crypto/pull/831).

v2.22.3
=======

Expand Down
24 changes: 24 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1529,3 +1529,27 @@ releases:
- 810-time.yml
- 811-openssl-timezone.yml
release_date: '2024-10-27'
2.23.0:
changes:
deprecated_features:
- openssl_pkcs12 - the PyOpenSSL based backend is deprecated and will be removed
from community.crypto 3.0.0. From that point on you need cryptography 3.0
or newer to use this module (https://github.com/ansible-collections/community.crypto/issues/667,
https://github.com/ansible-collections/community.crypto/pull/831).
minor_changes:
- acme_certificate - add compatibility for ACME CAs that are not fully RFC8555
compliant and do not provide ``challenges`` in authz objects (https://github.com/ansible-collections/community.crypto/issues/824,
https://github.com/ansible-collections/community.crypto/pull/832).
- luks_device - allow to provide passphrases base64-encoded (https://github.com/ansible-collections/community.crypto/issues/827,
https://github.com/ansible-collections/community.crypto/pull/829).
- x509_certificate_convert - add new option ``verify_cert_parsable`` which
allows to check whether the certificate can actually be parsed (https://github.com/ansible-collections/community.crypto/issues/809,
https://github.com/ansible-collections/community.crypto/pull/830).
release_summary: Feature release.
fragments:
- 2.23.0.yml
- 829-luks_device-passphrase-base64.yml
- 830-x509-convert-verify.yml
- 831-openssl_pkcs12-deprecate-pyopenssl.yml
- 832-acme-challenges.yml
release_date: '2024-12-30'
1 change: 0 additions & 1 deletion changelogs/fragments/2.23.0.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/829-luks_device-passphrase-base64.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/830-x509-convert-verify.yml

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/832-acme-challenges.yml

This file was deleted.

0 comments on commit 95886d1

Please sign in to comment.