Skip to content

Commit

Permalink
Release 2.19.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed May 11, 2024
1 parent 67bf3a7 commit d7a0723
Show file tree
Hide file tree
Showing 7 changed files with 244 additions and 200 deletions.
402 changes: 210 additions & 192 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.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
=======

Expand Down
19 changes: 19 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1079,6 +1079,25 @@ releases:
name: x509_certificate_convert
namespace: ''
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:
changes:
bugfixes:
Expand Down
1 change: 0 additions & 1 deletion changelogs/fragments/2.19.1.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/733-math-prime.yml

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/754-x509_certificate-time.yml

This file was deleted.

0 comments on commit d7a0723

Please sign in to comment.