Skip to content

Commit

Permalink
Release 2.21.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jul 12, 2024
1 parent 8935ab8 commit f7c0a85
Show file tree
Hide file tree
Showing 7 changed files with 228 additions and 187 deletions.
370 changes: 194 additions & 176 deletions CHANGELOG.md

Large diffs are not rendered by default.

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

.. contents:: Topics

v2.21.0
=======

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

Feature release.

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

- certificate_complete_chain - add ability to identify Ed25519 and Ed448 complete chains (https://github.com/ansible-collections/community.crypto/pull/777).
- get_certificate - adds ``tls_ctx_options`` option for specifying SSL CTX options (https://github.com/ansible-collections/community.crypto/pull/779).
- get_certificate - allow to obtain the certificate chain sent by the server, and the one used for validation, with the new ``get_certificate_chain`` option. Note that this option only works if the module is run with Python 3.10 or newer (https://github.com/ansible-collections/community.crypto/issues/568, https://github.com/ansible-collections/community.crypto/pull/784).

v2.20.0
=======

Expand Down
19 changes: 19 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1446,3 +1446,22 @@ releases:
name: acme_certificate_renewal_info
namespace: ''
release_date: '2024-05-20'
2.21.0:
changes:
minor_changes:
- certificate_complete_chain - add ability to identify Ed25519 and Ed448 complete
chains (https://github.com/ansible-collections/community.crypto/pull/777).
- get_certificate - adds ``tls_ctx_options`` option for specifying SSL CTX
options (https://github.com/ansible-collections/community.crypto/pull/779).
- get_certificate - allow to obtain the certificate chain sent by the server,
and the one used for validation, with the new ``get_certificate_chain``
option. Note that this option only works if the module is run with Python
3.10 or newer (https://github.com/ansible-collections/community.crypto/issues/568,
https://github.com/ansible-collections/community.crypto/pull/784).
release_summary: Feature release.
fragments:
- 2.21.0.yml
- 777-add_ability_to_identify_ed25519_complete_chains.yml
- 779-add-tls_ctx_options-option.yml
- 784-get_certificate-get_certificate_chain.yml
release_date: '2024-07-12'
1 change: 0 additions & 1 deletion changelogs/fragments/2.21.0.yml

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/779-add-tls_ctx_options-option.yml

This file was deleted.

This file was deleted.

0 comments on commit f7c0a85

Please sign in to comment.