diff options
Diffstat (limited to 'ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4337.yaml')
-rw-r--r-- | ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4337.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4337.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4337.yaml new file mode 100644 index 000000000..815c96a46 --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4337.yaml @@ -0,0 +1,6 @@ +minor_changes: + - na_ontap_aggregate - Added REST support. +bugfixes: + - na_ontap_aggregate - Fixed KeyError on unmount_volumes when offlining a volume if option is not set. + - na_ontap_aggregate - Report an error when attempting to change snaplock_type. + - module_utils - fixed KeyError on Allow when using OPTIONS method and the API failed. |