diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:04:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:04:41 +0000 |
commit | 975f66f2eebe9dadba04f275774d4ab83f74cf25 (patch) | |
tree | 89bd26a93aaae6a25749145b7e4bca4a1e75b2be /ansible_collections/dellemc/powerflex/changelogs/changelog.yaml | |
parent | Initial commit. (diff) | |
download | ansible-975f66f2eebe9dadba04f275774d4ab83f74cf25.tar.xz ansible-975f66f2eebe9dadba04f275774d4ab83f74cf25.zip |
Adding upstream version 7.7.0+dfsg.upstream/7.7.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/dellemc/powerflex/changelogs/changelog.yaml')
-rw-r--r-- | ansible_collections/dellemc/powerflex/changelogs/changelog.yaml | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/ansible_collections/dellemc/powerflex/changelogs/changelog.yaml b/ansible_collections/dellemc/powerflex/changelogs/changelog.yaml new file mode 100644 index 000000000..37e6bbb43 --- /dev/null +++ b/ansible_collections/dellemc/powerflex/changelogs/changelog.yaml @@ -0,0 +1,91 @@ +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' + 1.6.0: + changes: + minor_changes: + - Info module is enhanced to support the listing of replication pairs. + modules: + - description: Manage replication pairs on Dell PowerFlex + name: replication_pair + namespace: '' + release_date: '2023-03-31' |