Add changelog for v2.0.1 release (#47)

Add changelog for v2.0.1 release

Reviewed-by: https://github.com/apps/ansible-zuul
pull/48/head 2.0.1
Ganesh Nalawade 2021-02-26 01:21:39 +05:30 committed by GitHub
parent 1ce477a85b
commit efe55ccf4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 7 deletions

View File

@ -5,6 +5,14 @@ Ansible Utils Collection Release Notes
.. contents:: Topics
v2.0.1
======
Bugfixes
--------
- Fix ansible.utils.cli_parse action plugin to support old cli_parse sub-plugin structure in ansible.netcommon collection.
v2.0.0
======

View File

@ -67,3 +67,12 @@ releases:
- sub_plugins_dir_change.yaml
- upcap_ansible.yaml
release_date: '2021-01-29'
2.0.1:
changes:
bugfixes:
- Fix ansible.utils.cli_parse action plugin to support old cli_parse sub-plugin
structure in ansible.netcommon collection.
fragments:
- ansible-doc.yaml
- cli_parse_fix.yaml
release_date: '2021-02-25'

View File

@ -1,3 +0,0 @@
---
trivial:
- add missing plugin_type for lookup plugins.

View File

@ -1,4 +0,0 @@
---
bugfixes:
- Fix ansible.utils.cli_parse action plugin to support old cli_parse sub-plugin
structure in ansible.netcommon collection.