From efe55ccf4c2ca862dc6dee2b7e23ab45bd3f7b53 Mon Sep 17 00:00:00 2001 From: Ganesh Nalawade Date: Fri, 26 Feb 2021 01:21:39 +0530 Subject: [PATCH] Add changelog for v2.0.1 release (#47) Add changelog for v2.0.1 release Reviewed-by: https://github.com/apps/ansible-zuul --- changelogs/CHANGELOG.rst | 8 ++++++++ changelogs/changelog.yaml | 9 +++++++++ changelogs/fragments/ansible-doc.yaml | 3 --- changelogs/fragments/cli_parse_fix.yaml | 4 ---- 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 changelogs/fragments/ansible-doc.yaml delete mode 100644 changelogs/fragments/cli_parse_fix.yaml 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.