Release 2.21.0.

This commit is contained in:
Felix Fontein
2024-07-12 22:17:24 +02:00
parent 8935ab8fdc
commit f7c0a85c72
7 changed files with 228 additions and 187 deletions

View File

@@ -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'

View File

@@ -1 +0,0 @@
release_summary: Feature release.

View File

@@ -1,2 +0,0 @@
minor_changes:
- certificate_complete_chain - add ability to identify Ed25519 and Ed448 complete chains (https://github.com/ansible-collections/community.crypto/pull/777).

View File

@@ -1,4 +0,0 @@
---
minor_changes:
- get_certificate - adds ``tls_ctx_options`` option for specifying SSL CTX options (https://github.com/ansible-collections/community.crypto/pull/779).
...

View File

@@ -1,4 +0,0 @@
minor_changes:
- "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)."