diff options
Diffstat (limited to 'ansible_collections/netapp/storagegrid/CHANGELOG.rst')
-rw-r--r-- | ansible_collections/netapp/storagegrid/CHANGELOG.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ansible_collections/netapp/storagegrid/CHANGELOG.rst b/ansible_collections/netapp/storagegrid/CHANGELOG.rst index c3d64be86..75609239d 100644 --- a/ansible_collections/netapp/storagegrid/CHANGELOG.rst +++ b/ansible_collections/netapp/storagegrid/CHANGELOG.rst @@ -5,6 +5,20 @@ NetApp StorageGRID Collection Release Notes .. contents:: Topics +v21.12.0 +======== + +Minor Changes +------------- + +- na_sg_grid_account - New option ``allow_select_object_content`` for enabling use of the S3 SelectObjectContent API. +- na_sg_grid_account - New option ``description`` for setting additional identifying information for the tenant account. + +Bugfixes +-------- + +- Removed fetch limit in API request and implemented pagination. + v21.11.1 ======== |