diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:18:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:18:34 +0000 |
commit | 3667197efb7b18ec842efd504785965911f8ac4b (patch) | |
tree | 0b986a4bc6879d080b100666a97cdabbc9ca1f28 /ansible_collections/purestorage/flasharray/changelogs | |
parent | Adding upstream version 9.5.1+dfsg. (diff) | |
download | ansible-upstream/10.0.0+dfsg.tar.xz ansible-upstream/10.0.0+dfsg.zip |
Adding upstream version 10.0.0+dfsg.upstream/10.0.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/purestorage/flasharray/changelogs')
11 files changed, 43 insertions, 1 deletions
diff --git a/ansible_collections/purestorage/flasharray/changelogs/.plugin-cache.yaml b/ansible_collections/purestorage/flasharray/changelogs/.plugin-cache.yaml index 57f7e73f4..f99c9ee8a 100644 --- a/ansible_collections/purestorage/flasharray/changelogs/.plugin-cache.yaml +++ b/ansible_collections/purestorage/flasharray/changelogs/.plugin-cache.yaml @@ -322,4 +322,4 @@ plugins: strategy: {} test: {} vars: {} -version: 1.27.0 +version: 1.28.0 diff --git a/ansible_collections/purestorage/flasharray/changelogs/changelog.yaml b/ansible_collections/purestorage/flasharray/changelogs/changelog.yaml index 6a0cac383..c73a6b48b 100644 --- a/ansible_collections/purestorage/flasharray/changelogs/changelog.yaml +++ b/ansible_collections/purestorage/flasharray/changelogs/changelog.yaml @@ -582,6 +582,33 @@ releases: - 547_lacp_neighbor_info.yaml - 548_uptime.yaml release_date: '2024-03-08' + 1.28.0: + changes: + bugfixes: + - purefa_host - Allows all current host inititators to be correctly removed + - purefa_host - Fix idempotency issue with connected volume + - purefa_volume - Ensure module response for creation of volume and rerun are + the same + - purefa_volume - Fix idempotency issue with delete volume + minor_changes: + - purefa_hg - Add support to rename existing hostgroup + - purefa_info - Add ``is_local`` parameter for snapshots + - purefa_info - Add performance data for some subsets + - purefa_info - Add service_mode to identify if array is Evergreen//One or standard + FlashArray + - purefa_pg - Enhance ``state absent`` to work on volumes, hosts and hostgroups + - purefa_snap - Add ``created_epoch`` parameter in response + fragments: + - 210_add_rename_hgroup.yaml + - 211_fix_clearing_host_inititators.yaml + - 550_service.yaml + - 555_update_pg.yaml + - 558_add_perf_info.yaml + - 559_volume_response.yaml + - 560_snapshot_epoch.yaml + - 561_remote_snap_info.yaml + - 562_host_vol_fix.yaml + release_date: '2024-05-01' 1.4.0: changes: bugfixes: diff --git a/ansible_collections/purestorage/flasharray/changelogs/210_add_rename_hgroup.yaml b/ansible_collections/purestorage/flasharray/changelogs/fragments/210_add_rename_hgroup.yaml index 78d1d91f9..78d1d91f9 100644 --- a/ansible_collections/purestorage/flasharray/changelogs/210_add_rename_hgroup.yaml +++ b/ansible_collections/purestorage/flasharray/changelogs/fragments/210_add_rename_hgroup.yaml diff --git a/ansible_collections/purestorage/flasharray/changelogs/211_fix_clearing_host_inititators.yaml b/ansible_collections/purestorage/flasharray/changelogs/fragments/211_fix_clearing_host_inititators.yaml index 1425d12b0..1425d12b0 100644 --- a/ansible_collections/purestorage/flasharray/changelogs/211_fix_clearing_host_inititators.yaml +++ b/ansible_collections/purestorage/flasharray/changelogs/fragments/211_fix_clearing_host_inititators.yaml diff --git a/ansible_collections/purestorage/flasharray/changelogs/fragments/550_service.yaml b/ansible_collections/purestorage/flasharray/changelogs/fragments/550_service.yaml new file mode 100644 index 000000000..d45c7f47c --- /dev/null +++ b/ansible_collections/purestorage/flasharray/changelogs/fragments/550_service.yaml @@ -0,0 +1,2 @@ +minor_changes: + - purefa_info - Add service_mode to identify if array is Evergreen//One or standard FlashArray diff --git a/ansible_collections/purestorage/flasharray/changelogs/fragments/555_update_pg.yaml b/ansible_collections/purestorage/flasharray/changelogs/fragments/555_update_pg.yaml new file mode 100644 index 000000000..854c106f1 --- /dev/null +++ b/ansible_collections/purestorage/flasharray/changelogs/fragments/555_update_pg.yaml @@ -0,0 +1,2 @@ +minor_changes: + - purefa_pg - Enhance ``state absent`` to work on volumes, hosts and hostgroups diff --git a/ansible_collections/purestorage/flasharray/changelogs/fragments/558_add_perf_info.yaml b/ansible_collections/purestorage/flasharray/changelogs/fragments/558_add_perf_info.yaml new file mode 100644 index 000000000..62ba0ef23 --- /dev/null +++ b/ansible_collections/purestorage/flasharray/changelogs/fragments/558_add_perf_info.yaml @@ -0,0 +1,2 @@ +minor_changes: + - purefa_info - Add performance data for some subsets diff --git a/ansible_collections/purestorage/flasharray/changelogs/fragments/559_volume_response.yaml b/ansible_collections/purestorage/flasharray/changelogs/fragments/559_volume_response.yaml new file mode 100644 index 000000000..1524bb247 --- /dev/null +++ b/ansible_collections/purestorage/flasharray/changelogs/fragments/559_volume_response.yaml @@ -0,0 +1,2 @@ +bugfixes: + - purefa_volume - Ensure module response for creation of volume and rerun are the same diff --git a/ansible_collections/purestorage/flasharray/changelogs/fragments/560_snapshot_epoch.yaml b/ansible_collections/purestorage/flasharray/changelogs/fragments/560_snapshot_epoch.yaml new file mode 100644 index 000000000..8574fe26e --- /dev/null +++ b/ansible_collections/purestorage/flasharray/changelogs/fragments/560_snapshot_epoch.yaml @@ -0,0 +1,2 @@ +minor_changes: + - purefa_snap - Add ``created_epoch`` parameter in response diff --git a/ansible_collections/purestorage/flasharray/changelogs/fragments/561_remote_snap_info.yaml b/ansible_collections/purestorage/flasharray/changelogs/fragments/561_remote_snap_info.yaml new file mode 100644 index 000000000..1e5532b75 --- /dev/null +++ b/ansible_collections/purestorage/flasharray/changelogs/fragments/561_remote_snap_info.yaml @@ -0,0 +1,2 @@ +minor_changes: + - purefa_info - Add ``is_local`` parameter for snapshots diff --git a/ansible_collections/purestorage/flasharray/changelogs/fragments/562_host_vol_fix.yaml b/ansible_collections/purestorage/flasharray/changelogs/fragments/562_host_vol_fix.yaml new file mode 100644 index 000000000..762d23781 --- /dev/null +++ b/ansible_collections/purestorage/flasharray/changelogs/fragments/562_host_vol_fix.yaml @@ -0,0 +1,3 @@ +bugfixes: + - purefa_volume - Fix idempotency issue with delete volume + - purefa_host - Fix idempotency issue with connected volume |