From b643c52cf29ce5bbab738b43290af3556efa1ca9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 5 Jun 2024 18:18:41 +0200 Subject: Merging upstream version 10.0.0+dfsg. Signed-off-by: Daniel Baumann --- .../flasharray/changelogs/.plugin-cache.yaml | 2 +- .../changelogs/210_add_rename_hgroup.yaml | 2 -- .../211_fix_clearing_host_inititators.yaml | 2 -- .../flasharray/changelogs/changelog.yaml | 27 ++++++++++++++++++++++ .../fragments/210_add_rename_hgroup.yaml | 2 ++ .../211_fix_clearing_host_inititators.yaml | 2 ++ .../changelogs/fragments/550_service.yaml | 2 ++ .../changelogs/fragments/555_update_pg.yaml | 2 ++ .../changelogs/fragments/558_add_perf_info.yaml | 2 ++ .../changelogs/fragments/559_volume_response.yaml | 2 ++ .../changelogs/fragments/560_snapshot_epoch.yaml | 2 ++ .../changelogs/fragments/561_remote_snap_info.yaml | 2 ++ .../changelogs/fragments/562_host_vol_fix.yaml | 3 +++ 13 files changed, 47 insertions(+), 5 deletions(-) delete mode 100644 ansible_collections/purestorage/flasharray/changelogs/210_add_rename_hgroup.yaml delete mode 100644 ansible_collections/purestorage/flasharray/changelogs/211_fix_clearing_host_inititators.yaml create mode 100644 ansible_collections/purestorage/flasharray/changelogs/fragments/210_add_rename_hgroup.yaml create mode 100644 ansible_collections/purestorage/flasharray/changelogs/fragments/211_fix_clearing_host_inititators.yaml create mode 100644 ansible_collections/purestorage/flasharray/changelogs/fragments/550_service.yaml create mode 100644 ansible_collections/purestorage/flasharray/changelogs/fragments/555_update_pg.yaml create mode 100644 ansible_collections/purestorage/flasharray/changelogs/fragments/558_add_perf_info.yaml create mode 100644 ansible_collections/purestorage/flasharray/changelogs/fragments/559_volume_response.yaml create mode 100644 ansible_collections/purestorage/flasharray/changelogs/fragments/560_snapshot_epoch.yaml create mode 100644 ansible_collections/purestorage/flasharray/changelogs/fragments/561_remote_snap_info.yaml create mode 100644 ansible_collections/purestorage/flasharray/changelogs/fragments/562_host_vol_fix.yaml (limited to 'ansible_collections/purestorage/flasharray/changelogs') 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/210_add_rename_hgroup.yaml b/ansible_collections/purestorage/flasharray/changelogs/210_add_rename_hgroup.yaml deleted file mode 100644 index 78d1d91f9..000000000 --- a/ansible_collections/purestorage/flasharray/changelogs/210_add_rename_hgroup.yaml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - purefa_hg - Add support to rename existing hostgroup diff --git a/ansible_collections/purestorage/flasharray/changelogs/211_fix_clearing_host_inititators.yaml b/ansible_collections/purestorage/flasharray/changelogs/211_fix_clearing_host_inititators.yaml deleted file mode 100644 index 1425d12b0..000000000 --- a/ansible_collections/purestorage/flasharray/changelogs/211_fix_clearing_host_inititators.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - purefa_host - Allows all current host inititators to be correctly removed 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/fragments/210_add_rename_hgroup.yaml b/ansible_collections/purestorage/flasharray/changelogs/fragments/210_add_rename_hgroup.yaml new file mode 100644 index 000000000..78d1d91f9 --- /dev/null +++ b/ansible_collections/purestorage/flasharray/changelogs/fragments/210_add_rename_hgroup.yaml @@ -0,0 +1,2 @@ +minor_changes: + - purefa_hg - Add support to rename existing hostgroup diff --git a/ansible_collections/purestorage/flasharray/changelogs/fragments/211_fix_clearing_host_inititators.yaml b/ansible_collections/purestorage/flasharray/changelogs/fragments/211_fix_clearing_host_inititators.yaml new file mode 100644 index 000000000..1425d12b0 --- /dev/null +++ b/ansible_collections/purestorage/flasharray/changelogs/fragments/211_fix_clearing_host_inititators.yaml @@ -0,0 +1,2 @@ +bugfixes: + - purefa_host - Allows all current host inititators to be correctly removed 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 -- cgit v1.2.3