Add changelog for 2.0.2 (#59)
Add changelog for v2.0.2 Reviewed-by: https://github.com/apps/ansible-zuulpull/62/head 2.0.2
parent
1d28b7a1d7
commit
0bd35af5eb
|
@ -5,6 +5,15 @@ Ansible Utils Collection Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v2.0.2
|
||||||
|
======
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- Fix cli_parse template_path read error (https://github.com/ansible-collections/ansible.utils/pull/51).
|
||||||
|
- Fix jsonschema input data format checking (https://github.com/ansible-collections/ansible.utils/pull/50).
|
||||||
|
|
||||||
v2.0.1
|
v2.0.1
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -76,3 +76,12 @@ releases:
|
||||||
- ansible-doc.yaml
|
- ansible-doc.yaml
|
||||||
- cli_parse_fix.yaml
|
- cli_parse_fix.yaml
|
||||||
release_date: '2021-02-25'
|
release_date: '2021-02-25'
|
||||||
|
2.0.2:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- Fix cli_parse template_path read error (https://github.com/ansible-collections/ansible.utils/pull/51).
|
||||||
|
- Fix jsonschema input data format checking (https://github.com/ansible-collections/ansible.utils/pull/50).
|
||||||
|
fragments:
|
||||||
|
- cli_parse_errors_return.yaml
|
||||||
|
- jsonschema_data_validation_fix.yaml
|
||||||
|
release_date: '2021-03-29'
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
---
|
|
||||||
bugfixes:
|
|
||||||
- Fix cli_parse template_path read error (https://github.com/ansible-collections/ansible.utils/pull/51).
|
|
|
@ -1,3 +0,0 @@
|
||||||
---
|
|
||||||
bugfixes:
|
|
||||||
- Fix jsonschema input data format checking (https://github.com/ansible-collections/ansible.utils/pull/50).
|
|
Loading…
Reference in New Issue