diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:35 +0000 |
commit | 7fec0b69a082aaeec72fee0612766aa42f6b1b4d (patch) | |
tree | efb569b86ca4da888717f5433e757145fa322e08 /ansible_collections/netapp/storagegrid/changelogs | |
parent | Releasing progress-linux version 7.7.0+dfsg-3~progress7.99u1. (diff) | |
download | ansible-7fec0b69a082aaeec72fee0612766aa42f6b1b4d.tar.xz ansible-7fec0b69a082aaeec72fee0612766aa42f6b1b4d.zip |
Merging upstream version 9.4.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/netapp/storagegrid/changelogs')
-rw-r--r-- | ansible_collections/netapp/storagegrid/changelogs/changelog.yaml | 12 | ||||
-rw-r--r-- | ansible_collections/netapp/storagegrid/changelogs/fragments/github-18-19.yaml | 6 |
2 files changed, 18 insertions, 0 deletions
diff --git a/ansible_collections/netapp/storagegrid/changelogs/changelog.yaml b/ansible_collections/netapp/storagegrid/changelogs/changelog.yaml index 288cbdc34..89e14c37a 100644 --- a/ansible_collections/netapp/storagegrid/changelogs/changelog.yaml +++ b/ansible_collections/netapp/storagegrid/changelogs/changelog.yaml @@ -117,6 +117,18 @@ releases: fragments: - 21.11.1.yaml release_date: '2022-09-23' + 21.12.0: + changes: + bugfixes: + - Removed fetch limit in API request and implemented pagination. + 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. + fragments: + - github-18-19.yaml + release_date: '2024-01-11' 21.6.0: changes: bugfixes: diff --git a/ansible_collections/netapp/storagegrid/changelogs/fragments/github-18-19.yaml b/ansible_collections/netapp/storagegrid/changelogs/fragments/github-18-19.yaml new file mode 100644 index 000000000..43bc9fcad --- /dev/null +++ b/ansible_collections/netapp/storagegrid/changelogs/fragments/github-18-19.yaml @@ -0,0 +1,6 @@ +minor_changes: + - na_sg_grid_account - New option ``description`` for setting additional identifying information for the tenant account. + - na_sg_grid_account - New option ``allow_select_object_content`` for enabling use of the S3 SelectObjectContent API. + +bugfixes: + - Removed fetch limit in API request and implemented pagination. |