mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-06 13:22:58 +00:00
Release 1.1.1.
This commit is contained in:
@@ -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
|
||||
======
|
||||
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "openssl_csr - improve handling of IDNA errors (https://github.com/ansible-collections/community.crypto/issues/105)."
|
||||
@@ -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)."
|
||||
@@ -1,6 +1,6 @@
|
||||
namespace: community
|
||||
name: crypto
|
||||
version: 1.2.0
|
||||
version: 1.1.1
|
||||
readme: README.md
|
||||
authors:
|
||||
- Ansible (github.com/ansible)
|
||||
|
||||
Reference in New Issue
Block a user