Release 1.1.1.

This commit is contained in:
Felix Fontein
2020-09-14 22:21:54 +02:00
parent f913e9e40d
commit 05105ae2ad
5 changed files with 27 additions and 5 deletions

View File

@@ -5,6 +5,20 @@ Community Crypto Release Notes
.. contents:: Topics
v1.1.1
======
Release Summary
---------------
Bugfixes for Ansible 2.10.0.
Bugfixes
--------
- meta/runtime.yml - convert Ansible version numbers for old names of modules to collection version numbers (https://github.com/ansible-collections/community.crypto/pull/108).
- openssl_csr - improve handling of IDNA errors (https://github.com/ansible-collections/community.crypto/issues/105).
v1.1.0
======

View File

@@ -185,3 +185,15 @@ releases:
name: openssl_signature_info
namespace: ''
release_date: '2020-08-18'
1.1.1:
changes:
bugfixes:
- meta/runtime.yml - convert Ansible version numbers for old names of modules
to collection version numbers (https://github.com/ansible-collections/community.crypto/pull/108).
- openssl_csr - improve handling of IDNA errors (https://github.com/ansible-collections/community.crypto/issues/105).
release_summary: Bugfixes for Ansible 2.10.0.
fragments:
- 1.1.1.yml
- 106-openssl_csr-idna-errors.yml
- 108-meta-runtime-versions.yml
release_date: '2020-09-14'

View File

@@ -1,2 +0,0 @@
bugfixes:
- "openssl_csr - improve handling of IDNA errors (https://github.com/ansible-collections/community.crypto/issues/105)."

View File

@@ -1,2 +0,0 @@
bugfixes:
- "meta/runtime.yml - convert Ansible version numbers for old names of modules to collection version numbers (https://github.com/ansible-collections/community.crypto/pull/108)."

View File

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