Skip to content

Releases: Pure-Storage-Ansible/FlashArray-Collection

FlashArray Collection 1.31.1

23 Aug 14:01
6fa32a7
Compare
Choose a tag to compare

v1.31.1

Bugfixes

  • purefa_dsrole - Fix version check logic

FlashArray Collection 1.31.0

20 Aug 13:46
5ebd1e8
Compare
Choose a tag to compare

v1.31.0

Release Summary

NOTE: purefa_ds module has been determined to require a minimum Purity//FA version
of 6.6.0
To facilitate this functionality in versions 6.1.x - 6.5.x please use the module
purefa_dsrole_old

Minor Changes

  • purefa_token - Add disable_warnings support

Bugfixes

  • purefa_pod - Fix issue with pod not creating correctly
  • purefa_subnet - Initialize varaible correctly
  • purefa_syslog_settings - Initialize varaible correctly
  • purefa_volume - Fixes eradicate so it doesn't report success when it hasn't actually eradicated
  • purefa_volume - Fixes volfact response when in check_mode
  • purefa_volume - Fixes issue where malformed volfact will cause the move to apparently fail.

New Modules

  • purestorage.flasharray.purefa_dsrole_old - Configure FlashArray Directory Service Roles (pre-6.6.0)

FlashArray Collection 1.30.2

22 Jul 18:14
54a7333
Compare
Choose a tag to compare

v1.30.2

Bugfixes

  • purefa_info - Fixed issue trying to collect deleted volumes perfomance stats
  • purefa_volume - Fix issue with creating volume using old Purity version (6.1.19)

FlashArray Collection 1.30.1

19 Jul 08:19
fe4152d
Compare
Choose a tag to compare

v1.30.1

Bugfixes

  • purefa_dsrole - Fix function name typo
  • purefa_pg - Fix parameter name typo

FlashArray Collection 1.30.0

12 Jul 14:39
0249901
Compare
Choose a tag to compare

v1.30.0

Minor Changes

  • purefa_connect - Add support for TLS encrypted array connections
  • purefa_info - Fix regression of code that caused volume host connectivity info to be lost
  • purefa_info - Provide array connection path information

Bugfixes

  • purefa_hg - Fix edge case with incorrectly deleted hostgroup when empty array sent for volumes or hosts

FlashArray Collection 1.29.1

10 Jul 14:20
d06ef01
Compare
Choose a tag to compare

v1.29.1

Bugfixes

  • purefa_info - Fix typo from PR 589

FlashArray Collection 1.29.0

05 Jul 16:37
d50aba4
Compare
Choose a tag to compare

v1.29.0

Minor Changes

  • all - add disable_warnings parameters
  • purefa_alert - Add new state of test to check alert manager configuration
  • purefa_alert - Converted to REST v2
  • purefa_connect - Convert to REST v2
  • purefa_console - Convert to REST v2
  • purefa_dns - Convert to REST v2
  • purefa_ds - Add new state of test to check directory services configuration
  • purefa_ds - Convert to REST v2 removing all parameters used unsupported Purity versions
  • purefa_dsrole - Convert to REST v2
  • purefa_info - Add SMTP server information
  • purefa_kmip - Add new state of test to check KMIP object configuration
  • purefa_ntp - Add new state of test to check NTP configuration
  • purefa_phonehome - Convert to REST v2
  • purefa_pod - Add delete_contents parameter for eradication of pods.
  • purefa_pod - Add support for throttle parameter from REST 2.31.
  • purefa_pod - Convert to REST v2.
  • purefa_ra - Add new state of test to check remote support configuration
  • purefa_saml - Add new state of test to check SAML2 IdP configuration
  • purefa_snmp - Add new state of test to check SNMP manager configuration
  • purefa_syslog - Add new state of test to check syslog server configuration

Bugfixes

  • purefa_info - Resolve issue with performance stats trying to report for remote hosts

New Modules

  • purestorage.flasharray.purefa_audits - List FlashArray Audit Events
  • purestorage.flasharray.purefa_sessions - List FlashArray Sessions

FlashArray Collection 1.28.1

31 May 19:09
572fc3d
Compare
Choose a tag to compare

v1.28.1

Bugfixes

  • purefa_network - Fix issue with clearing network interface addresses
  • purefa_network - Resolve issue when setting a network port on a new array
  • purefa_policy - Enhanced idempotency for snapshot policy rules

FlashArray Collection 1.28.0

01 May 18:55
6235369
Compare
Choose a tag to compare

v1.28.0

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

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

Full Changelog: 1.27.0...1.28.0

FlashArray Collection 1.27.0

08 Mar 18:10
0a94d4e
Compare
Choose a tag to compare

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

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

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.

What's Changed

Full Changelog: 1.26.0...1.27.0