mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-08 22:33:53 +00:00
Release 1.6.2.
This commit is contained in:
@@ -5,6 +5,19 @@ Community Crypto Release Notes
|
|||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v1.6.2
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Bugfix release. Fixes compatibility issue of ACME modules with step-ca.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- acme_* modules - avoid crashing for ACME servers where the ``meta`` directory key is not present (https://github.com/ansible-collections/community.crypto/issues/220, https://github.com/ansible-collections/community.crypto/pull/221).
|
||||||
|
|
||||||
v1.6.1
|
v1.6.1
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
@@ -382,3 +382,15 @@ releases:
|
|||||||
- 1.6.1.yml
|
- 1.6.1.yml
|
||||||
- 217-acme-exceptions.yml
|
- 217-acme-exceptions.yml
|
||||||
release_date: '2021-04-11'
|
release_date: '2021-04-11'
|
||||||
|
1.6.2:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- acme_* modules - avoid crashing for ACME servers where the ``meta`` directory
|
||||||
|
key is not present (https://github.com/ansible-collections/community.crypto/issues/220,
|
||||||
|
https://github.com/ansible-collections/community.crypto/pull/221).
|
||||||
|
release_summary: Bugfix release. Fixes compatibility issue of ACME modules with
|
||||||
|
step-ca.
|
||||||
|
fragments:
|
||||||
|
- 1.6.2.yml
|
||||||
|
- 221-acme-meta.yml
|
||||||
|
release_date: '2021-04-28'
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
release_summary: Bugfix release. Fixes compatibility issue of ACME modules with step-ca.
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
bugfixes:
|
|
||||||
- "acme_* modules - avoid crashing for ACME servers where the ``meta`` directory key is not present (https://github.com/ansible-collections/community.crypto/issues/220, https://github.com/ansible-collections/community.crypto/pull/221)."
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
namespace: community
|
namespace: community
|
||||||
name: crypto
|
name: crypto
|
||||||
version: 1.7.0
|
version: 1.6.2
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Ansible (github.com/ansible)
|
- Ansible (github.com/ansible)
|
||||||
|
|||||||
Reference in New Issue
Block a user