release 2.1.0 (#67)
Add chanagelog for 2.1.0 Reviewed-by: https://github.com/apps/ansible-zuulpull/68/head 2.1.0
parent
7458f4e44a
commit
c32e3960ff
|
@ -5,6 +5,19 @@ Ansible Utils Collection Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v2.1.0
|
||||
======
|
||||
|
||||
Minor Changes
|
||||
-------------
|
||||
|
||||
- Add from_xml and to_xml fiter plugin (https://github.com/ansible-collections/ansible.utils/pull/56).
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- Add missing test requirements (https://github.com/ansible-collections/ansible.utils/pull/57).
|
||||
|
||||
v2.0.2
|
||||
======
|
||||
|
||||
|
|
|
@ -85,3 +85,15 @@ releases:
|
|||
- cli_parse_errors_return.yaml
|
||||
- jsonschema_data_validation_fix.yaml
|
||||
release_date: '2021-03-29'
|
||||
2.1.0:
|
||||
changes:
|
||||
bugfixes:
|
||||
- Add missing test requirements (https://github.com/ansible-collections/ansible.utils/pull/57).
|
||||
minor_changes:
|
||||
- Add from_xml and to_xml fiter plugin (https://github.com/ansible-collections/ansible.utils/pull/56).
|
||||
fragments:
|
||||
- 63-add_ignore_txt.yml
|
||||
- add-xmltojson-and-jsontoxml-filter.yaml
|
||||
- add_missing_test_requirements.yml
|
||||
- fix_tests.yaml
|
||||
release_date: '2021-04-27'
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
trivial:
|
||||
- Add ignore-2.12.txt (https://github.com/ansible-collections/ansible.utils/pull/63).
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
minor_changes:
|
||||
- Add from_xml and to_xml fiter plugin (https://github.com/ansible-collections/ansible.utils/pull/56).
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
bugfixes:
|
||||
- Add missing test requirements (https://github.com/ansible-collections/ansible.utils/pull/57).
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
trivial:
|
||||
- Fix index_of tests.
|
Loading…
Reference in New Issue