diff options
Diffstat (limited to 'ansible_collections/netapp/ontap/README.md')
-rw-r--r-- | ansible_collections/netapp/ontap/README.md | 86 |
1 files changed, 84 insertions, 2 deletions
diff --git a/ansible_collections/netapp/ontap/README.md b/ansible_collections/netapp/ontap/README.md index f086b09e9..cfad4cbcf 100644 --- a/ansible_collections/netapp/ontap/README.md +++ b/ansible_collections/netapp/ontap/README.md @@ -24,7 +24,7 @@ collections: - netapp.ontap ``` # Requirements -- ansible version >= 2.9 +- ansible version >= 7.0 - requests >= 2.20 - netapp-lib version >= 2018.11.13 @@ -56,13 +56,95 @@ return values differently than ZAPI you will need to update your playbooks to wo ### Deprecated Modules The following modules do not have REST equivalent APIs. They will stop working on any ONTAP release after CY22-Q4 release. - - na_ontap_cg_snapshot - na_ontap_file_directory_policy - na_ontap_svm_options - na_ontap_quota_policy # Release Notes +## 22.10.0 + +### Minor Changes + - na_ontap_rest_info - added warning message if given subset doesn't support option `owning_resource`. + - na_ontap_export_policy_rule - added `actions` and `modify` in module output. + - na_ontap_file_security_permissions_acl - added `actions` and `modify` in module output. + - na_ontap_igroup_initiator - added `actions` in module output. + - na_ontap_name_mappings - added `actions` and `modify` in module output. + - na_ontap_node - added `modify` in module output. + - na_ontap_lun_map - added `actions` in module output. + - na_ontap_lun_map_reporting_nodes - added `actions` in module output. + - 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. + +### Bug Fixes + - na_ontap_igroup_initiator - fixed issue with idempotency. + +## 22.9.0 + +### New Options + - na_ontap_cifs_server - new option `lm_compatibility_level` added in REST, requires ONTAP 9.8 or later. + - na_ontap_cluster - new option `certificate.uuid` added in REST, requires ONTAP 9.10 or later. + - na_ontap_ems_destination - new options `syslog`, `port`, `transport`, `message_format`, `timestamp_format_override` and `hostname_format_override` added in REST, requires ONTAP 9.12.1 or later. + +### Minor Changes + - na_ontap_s3_services - create, modify S3 service returns `s3_service_info` in module output. + - na_ontap_nfs - fix error with `windows` in REST for ONTAP 9.10 or earlier. + - na_ontap_cluster_peer - added REST only support for modifying remote intercluster addresses in cluster peer relation. + - na_ontap_snapmirror - updated resync and resume operation for synchronous snapmirror relationship in REST. + +### Bug Fixes + - na_ontap_snapshot_policy - fix issue with modifying snapshot policy in REST. + - na_ontap_volume - modified `type` to be case insensitive in REST. + - na_ontap_security_certificates - fix error with ontap_info returned in module output in REST. + +### New Modules + - na_ontap_snmp_config - REST only support for modifying SNMP configuration, requires ONTAP 9.7 or later. + - na_ontap_cli_timeout - REST only support for setting CLI inactivity timeout value, requires ONTAP 9.6 or later. + - na_ontap_cifs_unix_symlink_mapping - REST only support for managing UNIX symbolic link mapping for CIFS clients, requires ONTAP 9.6 or later. + +## 22.8.3 + +### Bug Fixes + - na_ontap_vserver_peer - fix issue with peering multiple clusters with same vserver name in REST. + - na_ontap_ems_destination - fix field error with `certificate.name` for ONTAP 9.11.1 or later in REST. + - na_ontap_snmp - fix for getting error when `authentication_method` set to default with ZAPI. + +## 22.8.1 + +### Bug Fixes + - na_ontap_dns - fix keyerror for uuid when DNS is set to vserver in REST. + - na_ontap_volume - fix invalid field error with 'space.snapshot.autodelete' in REST. + +## 22.8.0 + +### New Options + - na_ontap_lun - new option `qtree_name` added in REST. + - na_ontap_rest_info - new option `hal_linking` added. + - na_ontap_cifs_server - new option `default_site` added in REST, requires ONTAP 9.13.1 or later. + - na_ontap_ems_destination - new option `certificate`, `ca` added. + - na_ontap_volume - added new REST only options `vol_nearly_full_threshold_percent` and `vol_full_threshold_percent`, requires ONTAP 9.9 or later. + - na_ontap_qos_policy_group - added new REST only options `expected_iops_allocation` and `peak_iops_allocation`, requires ONTAP 9.10.1 or later. + +### Minor Changes + - na_ontap_user - added warning message when password is not changed. + - na_ontap_restit - returns changed as False for GET method. + - na_ontap_kerberos_realm - added REST support for `admin_server_ip`, `admin_server_port`, `pw_server_ip`, `pw_server_port` and `clock_skew`, requires ONTAP 9.13.1 or later. + - na_ontap_volume - added REST support for `atime_update` requires ONTAP 9.8 or later, `snapdir_access` and `snapshot_auto_delete` requires ONTAP 9.13.1 or later. + - na_ontap_net_ifgrp - return `name` and other details of a newly created interface group in module output in REST. + - na_ontap_cg_snapshot - added REST support to the cg snapshot module, requires ONTAP 9.10.1 or later. + - na_ontap_snmp - added REST support for `snmpv3` user. + +### Bug Fixes + - na_ontap_nfs - fix `default_user` under `windows` not getting modified, if not set previously, in REST. + - na_ontap_dns - fix DNS not working with Cluster mode. + - na_ontap_ems_filter - fix modify operation to add rule in existing filter. + - na_ontap_svm - fix REST version warning for `ndmp` under `services`. + - na_ontap_login_messages - fix idempotency issue in Cluster scope in REST. + +### New Modules + - na_ontap_ems_config - REST only support for modifying EMS configuration, requires ONTAP 9.6 or later. + ## 22.7.0 ### New Options |