Add changelogs for 2.0.0 release (#40)

Add changelogs for 2.0.0 release

Reviewed-by: https://github.com/apps/ansible-zuul
pull/42/head 2.0.0
Ganesh Nalawade 2021-01-29 14:36:04 +05:30 committed by GitHub
parent 8aa8916e01
commit 472a8050ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 26 additions and 14 deletions

View File

@ -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/<sub-plugin-name>` to the new location `plugins/sub_plugins/<sub-plugin-name>` 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
======

View File

@ -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/<sub-plugin-name>`
to the new location `plugins/sub_plugins/<sub-plugin-name>` 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'

View File

@ -1,3 +0,0 @@
---
trivial:
- Ansible 3.0.0 collection inclusion related changes (https://github.com/ansible-collections/ansible-inclusion/discussions/4)

View File

@ -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/<sub-plugin-name>` to the
new location `plugins/sub_plugins/<sub-plugin-name>` 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

View File

@ -1,4 +0,0 @@
---
trivial:
- uncap ansible in meta/runtime.yaml
- move python requirements to requirements.txt for execution environments