diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:27 +0000 |
commit | 3b0807ad7b283c46c21862eb826dcbb4ad04e5e2 (patch) | |
tree | 6461ea75f03eca87a5a90c86c3c9a787a6ad037e /ansible_collections/purestorage/flasharray/changelogs/changelog.yaml | |
parent | Adding debian version 7.7.0+dfsg-3. (diff) | |
download | ansible-3b0807ad7b283c46c21862eb826dcbb4ad04e5e2.tar.xz ansible-3b0807ad7b283c46c21862eb826dcbb4ad04e5e2.zip |
Merging upstream version 9.4.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/purestorage/flasharray/changelogs/changelog.yaml')
-rw-r--r-- | ansible_collections/purestorage/flasharray/changelogs/changelog.yaml | 234 |
1 files changed, 234 insertions, 0 deletions
diff --git a/ansible_collections/purestorage/flasharray/changelogs/changelog.yaml b/ansible_collections/purestorage/flasharray/changelogs/changelog.yaml index ba3ad5ba1..6a0cac383 100644 --- a/ansible_collections/purestorage/flasharray/changelogs/changelog.yaml +++ b/ansible_collections/purestorage/flasharray/changelogs/changelog.yaml @@ -348,6 +348,240 @@ releases: bugfixes: - purefa_info - Fixed missing arguments for google_offload and pods release_date: '2023-05-19' + 1.20.0: + changes: + bugfixes: + - purefa_pgsched - Resolved idempotency issue with snap and replication enabled + flags + - purefa_pgsnap - Fixed issue with eradicating deleted pgsnapshot + - purefa_pgsnap - Update the accepted suffixes to include also numbers only. + Fixed the logic to retrieve the latest completed snapshot + - purefa_policy - Set user_mapping parameter default to True + minor_changes: + - purefa_info - Added support for autodir policies + - purefa_policy - Added support for autodir policies + - purefa_proxy - Add new protocol parameter, defaults to https + fragments: + - 411_nfs_user_mapping.yaml + - 412_fix_snapshot_suffix_handling.yaml + - 413_eradicate_pgsnap.yaml + - 415_autodir_policies.yaml + - 420_proxy_protocol.yaml + - 422_sched_enable_fix.yaml + release_date: '2023-07-10' + 1.21.0: + changes: + bugfixes: + - purefa_certs - Resolved CSR issue and require export_file for state sign. + - purefa_info - Fix serial number generation issue for vVols + - purefa_snap - Fixed issue with remote snapshot retrieve. Mainly a workaround + to an issue with Purity REST 1.x when remote snapshots are searched. + - purefa_volume - Fixed bug with NULL suffix for multiple volume creation. + minor_changes: + - purefa_info - Add `port_connectivity` information for hosts + - purefa_info - Add promotion status information for volumes + - purefa_offload - Added a new profile parameter. + - purefa_pgsnap - Added new parameter to support snapshot throttling + - purefa_snap - Added new parameter to support snapshot throttling + fragments: + - 428_promotion.yaml + - 429_host_balance.yaml + - 430_throttle_support.yaml + - 431_offload_profile.yaml + - 433_certs.yaml + - 436_snap_fix.yaml + - 440_null_suffix.yaml + release_date: '2023-09-06' + 1.22.0: + changes: + bugfixes: + - purefa_ds - Fixes error when enabling directory services while a bind_user + is set on the array and a bind_password is not. + - purefa_ds - Fixes issue with creating a new ds configuration while setting + force_bind_password as "false". + - purefa_host - Fix incorrect calling of "module.params". + - purefa_info - Added missing alerts subset name + - purefa_info - Fixed attribute errors after EUC changes + - purefa_info - Fixed issue with replica links in unknown state + - purefa_info - Fixed parameter error when enabled and disabled timers are different + values on purity 6.4.10+ arrays. + - purefa_info - Fixed py39 specific bug with multiple DNS entries + - purefa_network - Allow `gateway` to be set as `0.0.0.0` to remove an existing + gateway address + - purefa_network - Fixed IPv6 support issues + - purefa_network - Fixed idempotency issue when gateway not modified + - purefa_pgsched - Fixed bug with an unnecessary substitution + - purefa_pgsnap - Enabled to eradicate destroyed snapshots. + - purefa_pgsnap - Ensure that `now` and `remote` are mutually exclusive. + - purefa_snap - Fixed incorrect calling logic causing failure on remote snapshot + creation + - purefa_subnet - Fixed IPv4 gateway removal issue. + - purefa_subnet - Fixed IPv6 support issues. + minor_changes: + - purefa_eradication - Added support for disabled and enabled timers from Purity//FA + 6.4.10 + - purefa_info - Add array subscription data + - purefa_info - Added `nfs_version` to policies and rules from Purity//FA 6.4.10 + - purefa_info - Added `total_used` to multiple sections from Purity//FA 6.4.10 + - purefa_info - Prive array timezone from Purity//FA 6.4.10 + - purefa_info - Report NTP Symmetric key presence from Purity//FA 6.4.10 + - purefa_network - Add support for creating/modifying VIF and LACP_BOND interfaces + - purefa_network - `enabled` option added. This must now be used instead of + state=absent to disable a physical interface as state=absent can now fully + delete a non-physical interface + - purefa_ntp - Added support for NTP Symmetric Key from Purity//FA 6.4.10s + - purefa_pgsched - Change `snap_at` and `replicate_at` to be AM or PM hourly + - purefa_pgsnap - Add protection group snapshot rename functionality + - purefa_policy - Added support for multiple NFS versions from Purity//FA 6.4.10 + - purefa_vg - Add rename parameter + fragments: + - 444_euc_fix.yaml + - 445_py39.yaml + - 448_add_subs.yaml + - 450_no_gateway.yaml + - 452_throttle_fix.yaml + - 459_fix_eradication_timer_info.yaml + - 460_eradicaton.yaml + - 461_ntp_keys.yaml + - 462_info_update.yaml + - 463_nfs_version.yaml + - 464_fix_ds_add.yaml + - 468_missing_subset.yaml + - 469_fix_missing_bind_password.yaml + - 471_fix_ip_protocol.yaml + - 474_network_fixes.yaml + - 480_rename_vg.yaml + - 482_schedule.yaml + - 483_missing_replicate.yaml + - 484_fix_repl_sched.yaml + - 485_fix_host.yaml + - 487_pgrename.yaml + - 488_fix_pgsnap_eradication.yaml + modules: + - description: Manage FlashArray File Copies + name: purefa_file + namespace: '' + release_date: '2023-10-25' + 1.23.0: + changes: + bugfixes: + - purefa_cert - Fixed issue where parts of the subject where not included in + the CSR if they did not exist in the currently used cert. + - purefa_pg - Allows a protection group to be correctly created when `target` + is specified as well as other objects, such as `volumes` or `hosts` + minor_changes: + - purefa_info - Add NSID value for NVMe namespace in `hosts` response + - purefa_info - Subset `pgroups` now also provides a new dict called `deleted_pgroups` + - purefa_offload - Remove `nfs` as an option when Purity//FA 6.6.0 or higher + is detected + fragments: + - 495_add_del_pgroup_info.yaml + - 496_fix_cert_signing.yaml + - 498_fix_pg_creation.yaml + - 499_rest_227.yaml + release_date: '2023-11-07' + 1.24.0: + changes: + bugfixes: + - purefa_dns - Fixed attribute error on deletion of management DNS + - purefa_pgsched - Fixed issue with disabling schedules + - purefa_pgsnap - Fixed incorrect parameter name + minor_changes: + - purefa_dns - Added facility to add a CA certifcate to management DNS and check + peer. + - purefa_snap - Add support for suffix on remote offload snapshots + fragments: + - 505_dns_attribute.yaml + - 506_disable_pgsched.yaml + - 509_check_peer.yaml + - 513_remote_snapshot_suffix.yaml + - 516_fix_throttle.yaml + modules: + - description: Manage FlashArray Hardware Identification + name: purefa_hardware + namespace: '' + release_date: '2023-12-01' + 1.25.0: + changes: + minor_changes: + - all - ``distro`` package added as a pre-requisite + - multiple - Remove packaging pre-requisite. + - multiple - Where only REST 2.x endpoints are used, convert to REST 2.x methodology. + - purefa_info - Expose NFS security flavor for policies + - purefa_info - Expose cloud capacity details if array is a Cloud Block Store. + - purefa_policy - Added NFS security flavors for accessing files in the mount + point. + fragments: + - 441_v2_version.yaml + - 518_nfs_security.yaml + - 519_add_cloud_capacity.yaml + - 520_add_distro.yaml + release_date: '2023-12-20' + 1.26.0: + changes: + bugfixes: + - purefa_ds - Fix issue with SDK returning empty data for data directory services + even when it does exist + - purefa_policy - Fix incorrect call of psot instead of patch for NFS policies + minor_changes: + - purefa_policy - Add SMB user based enumeration parameter + - purefa_policy - Remove default setting for nfs_version to allow for change + of version at policy level + fragments: + - 523_nfs_policies.yaml + - 524_empty_ds.yaml + release_date: '2024-01-12' + 1.27.0: + changes: + bugfixes: + - purefa_certs - Allow certificates of over 3000 characters to be imported. + - purefa_info - Resolved issue with KeyError when LACP bonds are in use + - purefa_inventory - Fix issue with iSCSI-only FlashArrays + - purefa_pgsnap - Add support for restoring volumes connected to hosts in a + host-based protection group and hosts in a hostgroup-based protection group. + minor_changes: + - purefa_arrayname - Convert to REST v2 + - purefa_eula - Only sign if not previously signed. From REST 2.30 name, title + and company are no longer required + - purefa_info - Add support for controller uptime from Purity//FA 6.6.3 + - purefa_inventory - Convert to REST v2 + - purefa_ntp - Convert to REST v2 + - purefa_offload - Convert to REST v2 + - purefa_pgsnap - Module now requires minimum FlashArray Purity//FA 6.1.0 + - purefa_ra - Add ``present`` and ``absent`` as valid ``state`` options + - purefa_ra - Add connecting as valid status of RA to perform operations on + - purefa_ra - Convert to REST v2 + - purefa_syslog - ``name`` becomes a required parameter as module converts to + full REST 2 support + - purefa_vnc - Convert to REST v2 + release_summary: '| This release changes the minimum supported Purity//FA version. + + | + + | The minimum supported Purity//FA version increases to 6.1.0. + + | All previous versions are classed as EOL by Pure Storage support. + + | + + | This change is to support the full integration to Purity//FA REST v2.x + + ' + fragments: + - 1_27_summary.yaml + - 527_pgsnap_rest2.yaml + - 529_eula_v2.yaml + - 530_ntp_rest2.yaml + - 531_ra_rest.yaml + - 536_inv_rest2.yaml + - 536_syslog_rest.yaml + - 538_arrayname_rest.yaml + - 539_rest2_vnc.yaml + - 541_r2_offload.yaml + - 545_4kcert.yaml + - 547_lacp_neighbor_info.yaml + - 548_uptime.yaml + release_date: '2024-03-08' 1.4.0: changes: bugfixes: |