Releases: Pure-Storage-Ansible/FlashBlade-Collection
Releases · Pure-Storage-Ansible/FlashBlade-Collection
FlashBlade Collection 1.20.0
v1.20.0
Known Issues
- purefb_snap - Remote snapshots are not being correctly deleted when requested
Minor Changes
- purefb_ad - Add support for Global Catalog Servers
- purefb_dns - Added support for multiple DNS configurations.
- purefb_ds - SMB directory services deprecated from Purity//FB 4.5.2
- purefb_info - Add support for Active Directory Global Catalog Servers
- purefb_info - Added snapshot creation date-time and time_remaining, if snapshot is not deleted, to the
snapshots
response. - purefb_info - Added support for multiple DNS configurations.
- purefb_policy - Snapshot policies can now have specific filesystems and/or replica links added or deletred from the policy
- purefb_proxy - Added support to update existing proxy
- purefb_proxy - Updated to REST v2
- purefb_s3user - Changed
key_state
state to bekeystate
askey_state
is reserved. - purefb_s3user - Changed
remove_key
parameter tokey_name
and add newstate
ofkey_state
to allow a specificed key to be enabled/disabled using the new parameter
enable_key
. - purefb_s3user - Updated failure messages for applying policies to an object user account.
- purefb_subnet -
prefix
removed as a required parameter for updating an existing subnet
Bugfixes
- purefb_bucket - Resolved issue with removing bucket quota
- purefb_info - Fixed issue after SMD Directory Services no longer avaible from REST 2.16
- purefb_policy - Fixed creation of snapshot policies with assigned filesystems and/or replica links
- purefb_s3acc - Fixed issue with public access config settings not being correctly for an account
New Modules
- purestorage.flashblade.purefb_bucket_access - Manage FlashBlade bucket access policies
- purestorage.flashblade.purefb_fleet - Manage Fusion Fleet
- purestorage.flashblade.purefb_server - Manage FlashBlade servers
FlashBlade Collection 1.19.2
v1.19.2
Bugfixes
- purefb_bucket - Fixed issue with idempotency reported when
hard_limit
not provided. - purefb_info - Fixed
AttributeError
forsnapshot
subset when snapshot had been created manually, rather than using a snapshot policy - purefb_info - Fixed issue with admin token creation time and bucket policies
- purefb_policy - Fixed syntax error is account name.
- purefb_smtp - Fix errors that occurred after adding support for smtp encrpytion and using the module on older FlashBlades.
- purefb_snap - Fixed issue where
target
incorrectly required for a regular snapshot
FlashBlade Collection 1.19.1
EMERGENCY RELEASE
Patch missing from 1.19.0 release
v1.19.1
Minor Changes
- purefb_bucket - Allow bucket quotas to be modified.
FlashBlade Collection 1.19.0
v1.19.0
Minor Changes
- multiple - YAML lint fixes based on updated
ansible-lint
version - purefb_info - Add
time_remaining_status
to bucket information from REST 2.14 - purefb_info - Expose SMTP encryption mode
- purefb_policy - Add new policy type of
worm
which is availble from Purity//FB 4.5.0 - purefb_smtp - Add encryption mode support from Purity//FB 4.5.0
- purefb_snap - Change
targets
totarget
and fromlist
tostr
.targets
added as alias and code to ensure existing list in playbooks is translated as a string. - purefb_syslog - Enable
services
parameter and also the ability update existing syslog servers from REST 2.14
Bugfixes
- purefb_certs - Fix issue with importing certificates
- purefb_certs - Fix parameter mispelling of
intermeadiate_cert
tointermediate_cert
. Keep original mispelling as an alias. - purefb_ds - Initialize variable correctly
- purefb_policy - Initialize variable correctly
- purefb_ra - Fix incorrect import statement
- purefb_snap - Fix issue with immeadiate remote snapshots not executing
New Modules
- purestorage.flashblade.purefb_saml - Manage FlashBlade SAML2 service and identity providers
FlashBlade Collection 1.18.0
v1.18.0
Minor Changes
- all - add
disable_warnings
parameters - purefb_bucket - Add
safemode
option forretention_mode
- purefb_certs - Update module to use REST v2 code. This brings in new parameters for certificate management.
- purefb_fs - Set default for group_ownership to be creator
- purefb_ra - Add
duration
option from REST 2.14 - purefb_ra - Update to REST2
Bugfixes
- purefb_fs - Fix conflict with SMB mode and ACL safeguarding
- purefb_fs - Fix error checking for SMB parameter in non-SMB filesystem
- purefb_info - Fix space reporting issue
FlashBlade Collection 1.17.0
v1.17.0
Minor Changes
- purefb_bucket - Add support for strict 17a-4 WORM compliance.
- purefb_connect - Increase Fan-In and Fan-Out maximums
- purefb_fs - Add
group_ownership
parameter from Purity//FB 4.4.0. - purefb_info - Show array network access policy from Purity//FB 4.4.0
- purefb_policy - Add support for network access policies from Purity//FB 4.4.0
FlashBlade Collection 1.16.0
What's Changed
- fix multiple modules idempotency by @tylergmuir in #263
- Lint fixes for new black version by @sdodsley in #266
- Change bucket creation logic by @sdodsley in #267
- Enable multi-chassis lag ports by @sdodsley in #268
- Release 1.16.0 by @sdodsley in #269
New Contributors
- @tylergmuir made their first contribution in #263
Full Changelog: 1.15.0...1.16.0
FlashBlade Collection 1.15.0
v1.15.0
Minor Changes
- purefb_bucket - Add support for public buckets
- purefb_bucket - From REST 2.12 the
mode
parameter default changes tomulti-site-writable
. - purefb_fs - Added SMB Continuous Availability parameter. Requires REST 2.12 or higher.
- purefb_info - Added enhanced information for buckets, filesystems and snapshots, based on new features in REST 2.12
- purefb_s3acc - Add support for public buckets
- purefb_s3acc - Remove default requirements for
hard_limit
anddefault_hard_limit
Bugfixes
- purefb_info - Added missing object lock retention details if enabledd
New Modules
- purestorage.flashblade.purefb_hardware - Manage FlashBlade Hardware
FlashBlade Collection 1.14.0
v1.14.0
Minor Changes
- purefb_bucket_replica - Added support for cascading replica links
- purefb_info - New fields to display free space (remaining quota) for Accounts and Buckets. Space used by destroyed buckets is split out from virtual field to new destroyed_virtual field
- purefb_info - Report encryption state in SMB client policy rules
- purefb_info - Report more detailed space data from Purity//FB 4.3.0
- purefb_policy - Add deny effect for object store policy rules. Requires Purity//FB 4.3.0+
- purefb_policy - Added parameter to define object store policy description
Bugfixes
- purefb_userpolicy - Fixed
show
state for all user policies
FlashBlade Collection 1.13.1
v1.13.1
Minor Changes
- purefb_policy - Add new and updated policy access rights
Bugfixes
- purefb_info - Fixed missing atributes for SMB client policy rules