diff --git a/changelogs/CHANGELOG.rst b/changelogs/CHANGELOG.rst index 95569f8..bfe6864 100644 --- a/changelogs/CHANGELOG.rst +++ b/changelogs/CHANGELOG.rst @@ -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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 74bedf6..0e81d6e 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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' diff --git a/changelogs/fragments/ansible-doc.yaml b/changelogs/fragments/ansible-doc.yaml deleted file mode 100644 index ba0bba0..0000000 --- a/changelogs/fragments/ansible-doc.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - add missing plugin_type for lookup plugins. diff --git a/changelogs/fragments/cli_parse_fix.yaml b/changelogs/fragments/cli_parse_fix.yaml deleted file mode 100644 index aec41f5..0000000 --- a/changelogs/fragments/cli_parse_fix.yaml +++ /dev/null @@ -1,4 +0,0 @@ ---- -bugfixes: - - Fix ansible.utils.cli_parse action plugin to support old cli_parse sub-plugin - structure in ansible.netcommon collection.