diff options
Diffstat (limited to 'ansible_collections/netapp/um_info/changelogs')
9 files changed, 127 insertions, 0 deletions
diff --git a/ansible_collections/netapp/um_info/changelogs/changelog.yaml b/ansible_collections/netapp/um_info/changelogs/changelog.yaml new file mode 100644 index 00000000..c5d56b30 --- /dev/null +++ b/ansible_collections/netapp/um_info/changelogs/changelog.yaml @@ -0,0 +1,72 @@ +ancestor: null +releases: + 20.5.0: + modules: + - description: NetApp Unified Manager list aggregates. + name: na_um_list_aggregates + namespace: '' + - description: NetApp Unified Manager list cluster. + name: na_um_list_clusters + namespace: '' + - description: NetApp Unified Manager list nodes. + name: na_um_list_nodes + namespace: '' + - description: NetApp Unified Manager list svms. + name: na_um_list_svms + namespace: '' + release_date: '2020-05-06' + 20.6.0: + modules: + - description: NetApp Unified Manager list volumes. + name: na_um_list_volumes + namespace: '' + release_date: '2020-06-03' + 20.7.0: + changes: + minor_changes: + - na_um_list_aggregates - Now sort by performance_capacity.used + - na_um_list_nodes - Now sort by performance_capacity.used + fragments: + - 20.7.0.yaml + release_date: '2020-06-24' + 21.5.0: + changes: + minor_changes: + - minor changes to meet Red Hat requirements to be certified. + fragments: + - DEVOPS-3920.yaml + release_date: '2021-04-21' + 21.6.0: + changes: + minor_changes: + - na_um_list_aggregates has been renamed na_um_aggregates_info. + - na_um_list_clusters has been renamed na_um_clusters_info. + - na_um_list_nodes has been renamed na_um_nodes_info. + - na_um_list_svms has been renamed na_um_svms_info. + - na_um_list_volumes has been renamed na_um_volumes_info. + fragments: + - DEVOPS-3962.yaml + release_date: '2021-05-06' + 21.7.0: + changes: + bugfixes: + - all modules - report error when connecting to a server that does not run AIQUM. + - all modules - return all records rather than the first 1000 records (mostly + for volumes). + - rename na_um_list_volumes.p to na_um_list_volumes.py + minor_changes: + - all modules - ability to trace API calls and responses. + - all modules - new ``max_records`` option to limit the amount of data in a + single GET response. + fragments: + - DEVOPS-2952.yaml + - DEVOPS-4059.yaml + - DEVOPS-4087.yaml + release_date: '2021-07-14' + 21.8.0: + changes: + minor_changes: + - PR1 - allow usage of Ansible module group defaults - for Ansible 2.12+. + fragments: + - DEVOPS-4416.yaml + release_date: '2021-11-03' diff --git a/ansible_collections/netapp/um_info/changelogs/config.yaml b/ansible_collections/netapp/um_info/changelogs/config.yaml new file mode 100644 index 00000000..a39ec8cc --- /dev/null +++ b/ansible_collections/netapp/um_info/changelogs/config.yaml @@ -0,0 +1,32 @@ +changelog_filename_template: ../CHANGELOG.rst +changelog_filename_version_depth: 0 +changes_file: changelog.yaml +changes_format: combined +ignore_other_fragment_extensions: true +keep_fragments: true +mention_ancestor: true +new_plugins_after_name: removed_features +notesdir: fragments +prelude_section_name: release_summary +prelude_section_title: Release Summary +sanitize_changelog: true +sections: +- - major_changes + - Major Changes +- - minor_changes + - Minor Changes +- - breaking_changes + - Breaking Changes / Porting Guide +- - deprecated_features + - Deprecated Features +- - removed_features + - Removed Features (previously deprecated) +- - security_fixes + - Security Fixes +- - bugfixes + - Bugfixes +- - known_issues + - Known Issues +title: NetApp Unified Manager Info Collection +trivial_section_name: trivial +use_fqcn: true diff --git a/ansible_collections/netapp/um_info/changelogs/fragments/20.7.0.yaml b/ansible_collections/netapp/um_info/changelogs/fragments/20.7.0.yaml new file mode 100644 index 00000000..75f9b4e4 --- /dev/null +++ b/ansible_collections/netapp/um_info/changelogs/fragments/20.7.0.yaml @@ -0,0 +1,3 @@ +minor_changes: + - na_um_list_aggregates - Now sort by performance_capacity.used + - na_um_list_nodes - Now sort by performance_capacity.used diff --git a/ansible_collections/netapp/um_info/changelogs/fragments/DEVOPS-2952.yaml b/ansible_collections/netapp/um_info/changelogs/fragments/DEVOPS-2952.yaml new file mode 100644 index 00000000..0d0699cc --- /dev/null +++ b/ansible_collections/netapp/um_info/changelogs/fragments/DEVOPS-2952.yaml @@ -0,0 +1,4 @@ +minor_changes: + - all modules - new ``max_records`` option to limit the amount of data in a single GET response. +bugfixes: + - all modules - return all records rather than the first 1000 records (mostly for volumes). diff --git a/ansible_collections/netapp/um_info/changelogs/fragments/DEVOPS-3920.yaml b/ansible_collections/netapp/um_info/changelogs/fragments/DEVOPS-3920.yaml new file mode 100644 index 00000000..c3c7f122 --- /dev/null +++ b/ansible_collections/netapp/um_info/changelogs/fragments/DEVOPS-3920.yaml @@ -0,0 +1,2 @@ +minor_changes: + - minor changes to meet Red Hat requirements to be certified. diff --git a/ansible_collections/netapp/um_info/changelogs/fragments/DEVOPS-3962.yaml b/ansible_collections/netapp/um_info/changelogs/fragments/DEVOPS-3962.yaml new file mode 100644 index 00000000..1d3ef3f8 --- /dev/null +++ b/ansible_collections/netapp/um_info/changelogs/fragments/DEVOPS-3962.yaml @@ -0,0 +1,6 @@ +minor_changes: +- na_um_list_aggregates has been renamed na_um_aggregates_info. +- na_um_list_clusters has been renamed na_um_clusters_info. +- na_um_list_nodes has been renamed na_um_nodes_info. +- na_um_list_svms has been renamed na_um_svms_info. +- na_um_list_volumes has been renamed na_um_volumes_info. diff --git a/ansible_collections/netapp/um_info/changelogs/fragments/DEVOPS-4059.yaml b/ansible_collections/netapp/um_info/changelogs/fragments/DEVOPS-4059.yaml new file mode 100644 index 00000000..824f55f1 --- /dev/null +++ b/ansible_collections/netapp/um_info/changelogs/fragments/DEVOPS-4059.yaml @@ -0,0 +1,2 @@ +bugfixes: + - rename na_um_list_volumes.p to na_um_list_volumes.py diff --git a/ansible_collections/netapp/um_info/changelogs/fragments/DEVOPS-4087.yaml b/ansible_collections/netapp/um_info/changelogs/fragments/DEVOPS-4087.yaml new file mode 100644 index 00000000..836a4b1b --- /dev/null +++ b/ansible_collections/netapp/um_info/changelogs/fragments/DEVOPS-4087.yaml @@ -0,0 +1,4 @@ +minor_changes: + - all modules - ability to trace API calls and responses. +bugfixes: + - all modules - report error when connecting to a server that does not run AIQUM. diff --git a/ansible_collections/netapp/um_info/changelogs/fragments/DEVOPS-4416.yaml b/ansible_collections/netapp/um_info/changelogs/fragments/DEVOPS-4416.yaml new file mode 100644 index 00000000..6b4b660a --- /dev/null +++ b/ansible_collections/netapp/um_info/changelogs/fragments/DEVOPS-4416.yaml @@ -0,0 +1,2 @@ +minor_changes: + - PR1 - allow usage of Ansible module group defaults - for Ansible 2.12+. |