release 2.1.0 (#67)

Add chanagelog for 2.1.0

Reviewed-by: https://github.com/apps/ansible-zuul
pull/68/head 2.1.0
Ashwini Mhatre 2021-04-27 20:48:34 +05:30 committed by GitHub
parent 7458f4e44a
commit c32e3960ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 25 additions and 11 deletions

View File

@ -5,6 +5,19 @@ Ansible Utils Collection Release Notes
.. contents:: Topics .. 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 v2.0.2
====== ======

View File

@ -85,3 +85,15 @@ releases:
- cli_parse_errors_return.yaml - cli_parse_errors_return.yaml
- jsonschema_data_validation_fix.yaml - jsonschema_data_validation_fix.yaml
release_date: '2021-03-29' 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'

View File

@ -1,2 +0,0 @@
trivial:
- Add ignore-2.12.txt (https://github.com/ansible-collections/ansible.utils/pull/63).

View File

@ -1,3 +0,0 @@
---
minor_changes:
- Add from_xml and to_xml fiter plugin (https://github.com/ansible-collections/ansible.utils/pull/56).

View File

@ -1,3 +0,0 @@
---
bugfixes:
- Add missing test requirements (https://github.com/ansible-collections/ansible.utils/pull/57).

View File

@ -1,3 +0,0 @@
---
trivial:
- Fix index_of tests.