diff options
Diffstat (limited to 'ansible_collections/dellemc/powerflex/changelogs')
3 files changed, 182 insertions, 0 deletions
diff --git a/ansible_collections/dellemc/powerflex/changelogs/.plugin-cache.yaml b/ansible_collections/dellemc/powerflex/changelogs/.plugin-cache.yaml new file mode 100644 index 00000000..733ca5d8 --- /dev/null +++ b/ansible_collections/dellemc/powerflex/changelogs/.plugin-cache.yaml @@ -0,0 +1,67 @@ +objects: + role: {} +plugins: + become: {} + cache: {} + callback: {} + cliconf: {} + connection: {} + httpapi: {} + inventory: {} + lookup: {} + module: + device: + description: Manage device on Dell PowerFlex + name: device + namespace: '' + version_added: 1.1.0 + info: + description: Gathering information about Dell PowerFlex + name: info + namespace: '' + version_added: 1.0.0 + mdm_cluster: + description: Manage MDM cluster on Dell PowerFlex + name: mdm_cluster + namespace: '' + version_added: 1.3.0 + protection_domain: + description: Manage Protection Domain on Dell PowerFlex + name: protection_domain + namespace: '' + version_added: 1.2.0 + replication_consistency_group: + description: Manage replication consistency groups on Dell PowerFlex + name: replication_consistency_group + namespace: '' + version_added: 1.5.0 + sdc: + description: Manage SDCs on Dell PowerFlex + name: sdc + namespace: '' + version_added: 1.0.0 + sds: + description: Manage SDS on Dell PowerFlex + name: sds + namespace: '' + version_added: 1.1.0 + snapshot: + description: Manage Snapshots on Dell PowerFlex + name: snapshot + namespace: '' + version_added: 1.0.0 + storagepool: + description: Managing Dell PowerFlex storage pool + name: storagepool + namespace: '' + version_added: 1.0.0 + volume: + description: Manage volumes on Dell PowerFlex + name: volume + namespace: '' + version_added: 1.0.0 + netconf: {} + shell: {} + strategy: {} + vars: {} +version: 1.5.0 diff --git a/ansible_collections/dellemc/powerflex/changelogs/changelog.yaml b/ansible_collections/dellemc/powerflex/changelogs/changelog.yaml new file mode 100644 index 00000000..80c2934c --- /dev/null +++ b/ansible_collections/dellemc/powerflex/changelogs/changelog.yaml @@ -0,0 +1,82 @@ +ancestor: null +releases: + 1.0.0: + modules: + - description: Gathering information about Dell PowerFlex + name: info + namespace: '' + - description: Manage SDCs on Dell PowerFlex + name: sdc + namespace: '' + - description: Manage Snapshots on Dell PowerFlex + name: snapshot + namespace: '' + - description: Managing Dell PowerFlex storage pool + name: storagepool + namespace: '' + - description: Manage volumes on Dell PowerFlex + name: volume + namespace: '' + release_date: '2021-03-24' + 1.1.0: + changes: + minor_changes: + - Added dual licensing. + - Gatherfacts module is enhanced to list devices. + modules: + - description: Manage device on Dell PowerFlex + name: device + namespace: '' + - description: Manage SDS on Dell PowerFlex + name: sds + namespace: '' + release_date: '2021-09-28' + 1.1.1: + changes: + deprecated_features: + - The dellemc_powerflex_gatherfacts module is deprecated and replaced with dellemc_powerflex_info + trivial: + - Product Guide, Release Notes and ReadMe updated as per community guidelines. + release_date: '2021-12-16' + 1.2.0: + changes: + minor_changes: + - Names of previously released modules have been changed from dellemc_powerflex_\<module + name> to \<module name>. + modules: + - description: Manage Protection Domain on Dell PowerFlex + name: protection_domain + namespace: '' + release_date: '2022-03-25' + 1.3.0: + changes: + minor_changes: + - Added execution environment manifest file to support building an execution + environment with ansible-builder. + - Enabled the check_mode support for info module + modules: + - description: Manage MDM cluster on Dell PowerFlex + name: mdm_cluster + namespace: '' + release_date: '2022-06-28' + 1.4.0: + changes: + minor_changes: + - Added support for 4.0.x release of PowerFlex OS. + - Info module is enhanced to support the listing volumes and storage pools with + statistics data. + - Storage pool module is enhanced to get the details with statistics data. + - Volume module is enhanced to get the details with statistics data. + release_date: '2022-09-27' + 1.5.0: + changes: + minor_changes: + - Info module is enhanced to support the listing replication consistency groups. + - Renamed gateway_host to hostname + - Renamed verifycert to validate_certs. + - Updated modules to adhere with ansible community guidelines. + modules: + - description: Manage replication consistency groups on Dell PowerFlex + name: replication_consistency_group + namespace: '' + release_date: '2022-12-22' diff --git a/ansible_collections/dellemc/powerflex/changelogs/config.yaml b/ansible_collections/dellemc/powerflex/changelogs/config.yaml new file mode 100644 index 00000000..636258e1 --- /dev/null +++ b/ansible_collections/dellemc/powerflex/changelogs/config.yaml @@ -0,0 +1,33 @@ +--- +changelog_filename_template: ../CHANGELOG.rst +changelog_filename_version_depth: 0 +changes_file: changelog.yaml +changes_format: combined +ignore_other_fragment_extensions: true +keep_fragments: false +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: Dellemc.PowerFlex +trivial_section_name: trivial +use_fqcn: true |