summaryrefslogtreecommitdiffstats
path: root/ansible_collections/netapp/ontap/README.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-26 04:06:02 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-26 04:06:02 +0000
commite3eb94c23206603103f3c4faec6c227f59a1544c (patch)
treef2639459807ba88f55fc9c54d745bd7075d7f15c /ansible_collections/netapp/ontap/README.md
parentReleasing progress-linux version 9.4.0+dfsg-1~progress7.99u1. (diff)
downloadansible-e3eb94c23206603103f3c4faec6c227f59a1544c.tar.xz
ansible-e3eb94c23206603103f3c4faec6c227f59a1544c.zip
Merging upstream version 9.5.1+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/netapp/ontap/README.md')
-rw-r--r--ansible_collections/netapp/ontap/README.md14
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.