From 472a8050ad251e59716d694c5c34056a0523cda3 Mon Sep 17 00:00:00 2001 From: Ganesh Nalawade Date: Fri, 29 Jan 2021 14:36:04 +0530 Subject: [PATCH] Add changelogs for 2.0.0 release (#40) Add changelogs for 2.0.0 release Reviewed-by: https://github.com/apps/ansible-zuul --- changelogs/CHANGELOG.rst | 10 ++++++++++ changelogs/changelog.yaml | 16 ++++++++++++++++ changelogs/fragments/32_doc_updates.yaml | 3 --- changelogs/fragments/sub_plugins_dir_change.yaml | 7 ------- changelogs/fragments/upcap_ansible.yaml | 4 ---- 5 files changed, 26 insertions(+), 14 deletions(-) delete mode 100644 changelogs/fragments/32_doc_updates.yaml delete mode 100644 changelogs/fragments/sub_plugins_dir_change.yaml delete mode 100644 changelogs/fragments/upcap_ansible.yaml diff --git a/changelogs/CHANGELOG.rst b/changelogs/CHANGELOG.rst index 7c0b7b7..95569f8 100644 --- a/changelogs/CHANGELOG.rst +++ b/changelogs/CHANGELOG.rst @@ -5,6 +5,16 @@ Ansible Utils Collection Release Notes .. contents:: Topics +v2.0.0 +====== + +Breaking Changes / Porting Guide +-------------------------------- + +- If added custom sub plugins in your collection move from old location `plugins/` to the new location `plugins/sub_plugins/` and update the imports as required +- Move sub plugins cli_parsers, fact_diff and validate to `plugins/sub_plugins` folder +- The `cli_parsers` sub plugins folder name is changed to `cli_parse` to have consistent naming convention, that is all the cli_parse subplugins will now be in `plugins/sub_plugins/cli_parse` folder + v1.0.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index cdf6e19..74bedf6 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -51,3 +51,19 @@ releases: fragments: - fix_changelog_file_location.yaml release_date: '2020-12-08' + 2.0.0: + changes: + breaking_changes: + - If added custom sub plugins in your collection move from old location `plugins/` + to the new location `plugins/sub_plugins/` and update the + imports as required + - Move sub plugins cli_parsers, fact_diff and validate to `plugins/sub_plugins` + folder + - The `cli_parsers` sub plugins folder name is changed to `cli_parse` to have + consistent naming convention, that is all the cli_parse subplugins will now + be in `plugins/sub_plugins/cli_parse` folder + fragments: + - 32_doc_updates.yaml + - sub_plugins_dir_change.yaml + - upcap_ansible.yaml + release_date: '2021-01-29' diff --git a/changelogs/fragments/32_doc_updates.yaml b/changelogs/fragments/32_doc_updates.yaml deleted file mode 100644 index 7fb7e17..0000000 --- a/changelogs/fragments/32_doc_updates.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - Ansible 3.0.0 collection inclusion related changes (https://github.com/ansible-collections/ansible-inclusion/discussions/4) diff --git a/changelogs/fragments/sub_plugins_dir_change.yaml b/changelogs/fragments/sub_plugins_dir_change.yaml deleted file mode 100644 index 7ec9224..0000000 --- a/changelogs/fragments/sub_plugins_dir_change.yaml +++ /dev/null @@ -1,7 +0,0 @@ ---- -breaking_changes: - - Move sub plugins cli_parsers, fact_diff and validate to `plugins/sub_plugins` folder - - If added custom sub plugins in your collection move from old location `plugins/` to the - new location `plugins/sub_plugins/` and update the imports as required - - The `cli_parsers` sub plugins folder name is changed to `cli_parse` to have consistent naming convention, - that is all the cli_parse subplugins will now be in `plugins/sub_plugins/cli_parse` folder diff --git a/changelogs/fragments/upcap_ansible.yaml b/changelogs/fragments/upcap_ansible.yaml deleted file mode 100644 index 1d76aab..0000000 --- a/changelogs/fragments/upcap_ansible.yaml +++ /dev/null @@ -1,4 +0,0 @@ ---- -trivial: - - uncap ansible in meta/runtime.yaml - - move python requirements to requirements.txt for execution environments