Add changelog for v2.0.1 release (#47)
Add changelog for v2.0.1 release Reviewed-by: https://github.com/apps/ansible-zuulpull/48/head 2.0.1
parent
1ce477a85b
commit
efe55ccf4c
|
@ -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
|
||||
======
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
trivial:
|
||||
- add missing plugin_type for lookup plugins.
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
bugfixes:
|
||||
- Fix ansible.utils.cli_parse action plugin to support old cli_parse sub-plugin
|
||||
structure in ansible.netcommon collection.
|
Loading…
Reference in New Issue