diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 16:03:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 16:03:42 +0000 |
commit | 66cec45960ce1d9c794e9399de15c138acb18aed (patch) | |
tree | 59cd19d69e9d56b7989b080da7c20ef1a3fe2a5a /ansible_collections/purestorage/fusion/CHANGELOG.rst | |
parent | Initial commit. (diff) | |
download | ansible-66cec45960ce1d9c794e9399de15c138acb18aed.tar.xz ansible-66cec45960ce1d9c794e9399de15c138acb18aed.zip |
Adding upstream version 7.3.0+dfsg.upstream/7.3.0+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/purestorage/fusion/CHANGELOG.rst')
-rw-r--r-- | ansible_collections/purestorage/fusion/CHANGELOG.rst | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/ansible_collections/purestorage/fusion/CHANGELOG.rst b/ansible_collections/purestorage/fusion/CHANGELOG.rst new file mode 100644 index 00000000..68e73a2b --- /dev/null +++ b/ansible_collections/purestorage/fusion/CHANGELOG.rst @@ -0,0 +1,85 @@ +================================ +Purestorage.Fusion Release Notes +================================ + +.. contents:: Topics + + +v1.3.0 +====== + +Bugfixes +-------- + +- fusion_pg - Add missing 'region' parameter +- fusion_tn - Add missing 'region' parameter + +v1.2.0 +====== + +Minor Changes +------------- + +- fusion_info - Added API Client information + +Bugfixes +-------- + +- fusion_info - Fixed issue with storage endpoint dict formatting + +v1.1.1 +====== + +v1.1.0 +====== + +Minor Changes +------------- + +- fusion_az - Add delete AZ option +- fusion_az - Allow any region to be specificed instead of limited to a known list +- fusion_pp - Add delete PP option +- fusion_sc - Add delete SC option +- fusion_ss - Add delete SS option + +Bugfixes +-------- + +- Allow correct use of environmental variables for App ID and private file file + +New Modules +----------- + +- purestorage.fusion.fusion_region - Manage Regions in Pure Storage Fusion + +v1.0.3 +====== + +v1.0.2 +====== + +v1.0.1 +====== + +v1.0.0 +====== + +New Modules +----------- + +- purestorage.fusion.fusion_api_client - Manage API clients in Pure Storage Fusion +- purestorage.fusion.fusion_array - Manage arrays in Pure Storage Fusion +- purestorage.fusion.fusion_az - Create Availability Zones in Pure Storage Fusion +- purestorage.fusion.fusion_hap - Manage host access policies in Pure Storage Fusion +- purestorage.fusion.fusion_hw - Create hardware types in Pure Storage Fusion +- purestorage.fusion.fusion_info - Collect information from Pure Fusion +- purestorage.fusion.fusion_nig - Manage Network Interface Groups in Pure Storage Fusion +- purestorage.fusion.fusion_pg - Manage placement groups in Pure Storage Fusion +- purestorage.fusion.fusion_pp - Manage protection policies in Pure Storage Fusion +- purestorage.fusion.fusion_ra - Manage role assignments in Pure Storage Fusion +- purestorage.fusion.fusion_sc - Manage storage classes in Pure Storage Fusion +- purestorage.fusion.fusion_ss - Manage storage services in Pure Storage Fusion +- purestorage.fusion.fusion_tenant - Manage tenants in Pure Storage Fusion +- purestorage.fusion.fusion_tn - Manage tenant networks in Pure Storage Fusion +- purestorage.fusion.fusion_ts - Manage tenant spaces in Pure Storage Fusion +- purestorage.fusion.fusion_volume - Manage volumes in Pure Storage Fusion |