Add changelogs for 2.0.0 release (#40)
Add changelogs for 2.0.0 release Reviewed-by: https://github.com/apps/ansible-zuulpull/42/head 2.0.0
parent
8aa8916e01
commit
472a8050ad
|
@ -5,6 +5,16 @@ Ansible Utils Collection Release Notes
|
||||||
.. contents:: Topics
|
.. 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
|
v1.0.1
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -51,3 +51,19 @@ releases:
|
||||||
fragments:
|
fragments:
|
||||||
- fix_changelog_file_location.yaml
|
- fix_changelog_file_location.yaml
|
||||||
release_date: '2020-12-08'
|
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'
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
---
|
|
||||||
trivial:
|
|
||||||
- Ansible 3.0.0 collection inclusion related changes (https://github.com/ansible-collections/ansible-inclusion/discussions/4)
|
|
|
@ -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
|
|
|
@ -1,4 +0,0 @@
|
||||||
---
|
|
||||||
trivial:
|
|
||||||
- uncap ansible in meta/runtime.yaml
|
|
||||||
- move python requirements to requirements.txt for execution environments
|
|
Loading…
Reference in New Issue