Skip to content

Commit

Permalink
Release 1.9.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Sep 28, 2021
1 parent d73a294 commit d784e0a
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ Community Crypto Release Notes
.. contents:: Topics


v1.9.4
======

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

Regular bugfix release.

Bugfixes
--------

- acme_* modules - fix commands composed for OpenSSL backend to retrieve information on CSRs and certificates from stdin to use ``/dev/stdin`` instead of ``-``. This is needed for OpenSSL 1.0.1 and 1.0.2, apparently (https:/ansible-collections/community.crypto/pull/279).
- acme_challenge_cert_helper - only return exception when cryptography is not installed, not when a too old version of it is installed. This prevents Ansible's callback to crash (https:/ansible-collections/community.crypto/pull/281).

v1.9.3
======

Expand Down
15 changes: 15 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -547,3 +547,18 @@ releases:
- 1.9.3.yml
- 271-openssl_csr-utf8.yml
release_date: '2021-09-14'
1.9.4:
changes:
bugfixes:
- acme_* modules - fix commands composed for OpenSSL backend to retrieve information
on CSRs and certificates from stdin to use ``/dev/stdin`` instead of ``-``.
This is needed for OpenSSL 1.0.1 and 1.0.2, apparently (https:/ansible-collections/community.crypto/pull/279).
- acme_challenge_cert_helper - only return exception when cryptography is not
installed, not when a too old version of it is installed. This prevents Ansible's
callback to crash (https:/ansible-collections/community.crypto/pull/281).
release_summary: Regular bugfix release.
fragments:
- 1.9.4.yml
- 279-acme-openssl.yml
- 282-acme_challenge_cert_helper-error.yml
release_date: '2021-09-28'
1 change: 0 additions & 1 deletion changelogs/fragments/1.9.4.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/279-acme-openssl.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/282-acme_challenge_cert_helper-error.yml

This file was deleted.

0 comments on commit d784e0a

Please sign in to comment.