Release 1.7.1.

pull/249/head 1.7.1
Felix Fontein 2021-06-11 23:05:56 +02:00
parent 9a7b2f1d0d
commit 9f27e28a45
5 changed files with 25 additions and 4 deletions

View File

@ -5,6 +5,19 @@ Community Crypto Release Notes
.. contents:: Topics
v1.7.1
======
Release Summary
---------------
Bugfix release.
Bugfixes
--------
- openssl_pkcs12 - fix crash when loading passphrase-protected PKCS#12 files with ``cryptography`` backend (https://github.com/ansible-collections/community.crypto/issues/247, https://github.com/ansible-collections/community.crypto/pull/248).
v1.7.0
======

View File

@ -468,3 +468,14 @@ releases:
name: openssl_publickey_info
namespace: ''
release_date: '2021-06-02'
1.7.1:
changes:
bugfixes:
- openssl_pkcs12 - fix crash when loading passphrase-protected PKCS#12 files
with ``cryptography`` backend (https://github.com/ansible-collections/community.crypto/issues/247,
https://github.com/ansible-collections/community.crypto/pull/248).
release_summary: Bugfix release.
fragments:
- 1.7.1.yml
- 248-openssl_pkcs12-passphrase-fix.yml
release_date: '2021-06-11'

View File

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

View File

@ -1,2 +0,0 @@
bugfixes:
- "openssl_pkcs12 - fix crash when loading passphrase-protected PKCS#12 files with ``cryptography`` backend (https://github.com/ansible-collections/community.crypto/issues/247, https://github.com/ansible-collections/community.crypto/pull/248)."

View File

@ -1,6 +1,6 @@
namespace: community
name: crypto
version: 1.8.0
version: 1.7.1
readme: README.md
authors:
- Ansible (github.com/ansible)