parent
67bf3a7991
commit
d7a0723a52
430
CHANGELOG.md
430
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
|
@ -4,6 +4,21 @@ Community Crypto Release Notes
|
||||||
|
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
v2.19.1
|
||||||
|
=======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Bugfix release.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- crypto.math module utils - change return values for ``quick_is_not_prime()`` and ``convert_int_to_bytes(0, 0)`` for special cases that do not appear when using the collection (https://github.com/ansible-collections/community.crypto/pull/733).
|
||||||
|
- ecs_certificate - fixed ``csr`` option to be empty and allow renewal of a specific certificate according to the Renewal Information specification (https://github.com/ansible-collections/community.crypto/pull/740).
|
||||||
|
- x509_certificate - since community.crypto 2.19.0 the module was no longer idempotent with respect to ``not_before`` and ``not_after`` times. This is now fixed (https://github.com/ansible-collections/community.crypto/issues/753, https://github.com/ansible-collections/community.crypto/pull/754).
|
||||||
|
|
||||||
v2.19.0
|
v2.19.0
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|
|
@ -1079,6 +1079,25 @@ releases:
|
||||||
name: x509_certificate_convert
|
name: x509_certificate_convert
|
||||||
namespace: ''
|
namespace: ''
|
||||||
release_date: '2024-04-20'
|
release_date: '2024-04-20'
|
||||||
|
2.19.1:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- crypto.math module utils - change return values for ``quick_is_not_prime()``
|
||||||
|
and ``convert_int_to_bytes(0, 0)`` for special cases that do not appear when
|
||||||
|
using the collection (https://github.com/ansible-collections/community.crypto/pull/733).
|
||||||
|
- ecs_certificate - fixed ``csr`` option to be empty and allow renewal of a
|
||||||
|
specific certificate according to the Renewal Information specification (https://github.com/ansible-collections/community.crypto/pull/740).
|
||||||
|
- x509_certificate - since community.crypto 2.19.0 the module was no longer
|
||||||
|
idempotent with respect to ``not_before`` and ``not_after`` times. This is
|
||||||
|
now fixed (https://github.com/ansible-collections/community.crypto/issues/753,
|
||||||
|
https://github.com/ansible-collections/community.crypto/pull/754).
|
||||||
|
release_summary: Bugfix release.
|
||||||
|
fragments:
|
||||||
|
- 2.19.1.yml
|
||||||
|
- 733-math-prime.yml
|
||||||
|
- 740-ecs_certificate-renewal-without-csr.yml
|
||||||
|
- 754-x509_certificate-time.yml
|
||||||
|
release_date: '2024-05-11'
|
||||||
2.2.0:
|
2.2.0:
|
||||||
changes:
|
changes:
|
||||||
bugfixes:
|
bugfixes:
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: Bugfix release.
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "crypto.math module utils - change return values for ``quick_is_not_prime()`` and ``convert_int_to_bytes(0, 0)`` for special cases that do not appear when using the collection (https://github.com/ansible-collections/community.crypto/pull/733)."
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "ecs_certificate - fixed ``csr`` option to be empty and allow renewal of a specific certificate according to the Renewal Information specification (https://github.com/ansible-collections/community.crypto/pull/740)."
|
|
|
@ -1,3 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "x509_certificate - since community.crypto 2.19.0 the module was no longer idempotent with respect to ``not_before`` and ``not_after`` times.
|
|
||||||
This is now fixed (https://github.com/ansible-collections/community.crypto/issues/753, https://github.com/ansible-collections/community.crypto/pull/754)."
|
|
Loading…
Reference in New Issue