mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 13:53:06 +00:00
Release 2.21.0.
This commit is contained in:
@@ -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 +0,0 @@
|
||||
release_summary: Feature release.
|
||||
@@ -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).
|
||||
@@ -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).
|
||||
...
|
||||
@@ -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)."
|
||||
Reference in New Issue
Block a user