diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-26 04:05:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-26 04:05:56 +0000 |
commit | 67c6a4d1dccb62159b9d9b2dea4e2f487446e276 (patch) | |
tree | 9ccbb35137f480bbbdb899accbda52a8135d3416 /ansible_collections/netapp/ontap/README.md | |
parent | Adding upstream version 9.4.0+dfsg. (diff) | |
download | ansible-67c6a4d1dccb62159b9d9b2dea4e2f487446e276.tar.xz ansible-67c6a4d1dccb62159b9d9b2dea4e2f487446e276.zip |
Adding upstream version 9.5.1+dfsg.upstream/9.5.1+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | ansible_collections/netapp/ontap/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ansible_collections/netapp/ontap/README.md b/ansible_collections/netapp/ontap/README.md index cfad4cbcf..a8e0b1c28 100644 --- a/ansible_collections/netapp/ontap/README.md +++ b/ansible_collections/netapp/ontap/README.md @@ -62,6 +62,19 @@ The following modules do not have REST equivalent APIs. They will stop working o # Release Notes +## 22.11.0 + +### Minor Changes + - na_ontap_vserver_audit - new options `schedule.*` added under `log.rotation`, requires ONTAP 9.6 or later. + - na_ontap_cifs - new option `offline_files` added in REST, requires ONTAP 9.10 or later. + - na_ontap_net_ifgrp - updated documentation for parameter `name`. + - na_ontap_security_config - added warning for missing `supported_cipher_suites` to maintain idempotency in REST. + +### Bug Fixes + - na_ontap_fpolicy_policy - fixed issue with idempotency in REST. + - na_ontap_dns - fix issue with modifying DNS servers in REST. + - na_ontap_quotas - fixed issue with idempotency in REST. + ## 22.10.0 ### Minor Changes @@ -76,6 +89,7 @@ The following modules do not have REST equivalent APIs. They will stop working o - na_ontap_storage_auto_giveback - added information on modifed attributes in module output. - na_ontap_vscan_scanner_pool - added REST support to Vscan Scanner Pools Configuration module, requires ONTAP 9.6 or later. - na_ontap_cifs_server - new option `is_multichannel_enabled` added in REST, requires ONTAP 9.10 or later. + - na_ontap_vserver_audit - new options `schedule.*` added under `log.rotation`. ### Bug Fixes - na_ontap_igroup_initiator - fixed issue with idempotency. |