summaryrefslogtreecommitdiffstats
path: root/ansible_collections/netapp/ontap/changelogs/fragments/20.8.0.yaml
blob: 59f05d2eaf05f66b25639e9cf32db65e87298431 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
minor_changes:
  - na_ontap_aggregate - support ``disk_size_with_unit`` option.
  - na_ontap_ldap_client - support ``ad_domain`` and ``preferred_ad_server`` options.
  - na_ontap_rest_info - Support for gather subsets - ``cloud_targets_info, cluster_chassis_info, cluster_jobs_info, cluster_metrics_info, cluster_schedules, broadcast_domains_info, cluster_software_history, cluster_software_packages, network_ports_info, ip_interfaces_info, ip_routes_info, ip_service_policies, network_ipspaces_info, san_fc_logins_info, san_fc_wppn-aliases, svm_dns_config_info, svm_ldap_config_info, svm_name_mapping_config_info, svm_nis_config_info, svm_peers_info, svm_peer-permissions_info``.
  - na_ontap_rest_info - Support for gather subsets for 9.8+ - ``cluster_metrocluster_diagnostics``.
  - na_ontap_qtree - ``force_delete`` option with a DEFAULT of ``true`` so that ZAPI behavior is aligned with REST.
  - na_ontap_security_certificates - ``ignore_name_if_not_supported`` option to not fail if ``name`` is present since ``name`` is not supported in ONTAP 9.6 and 9.7.
  - na_ontap_software_update - added ``timeout`` option to give enough time for the update to complete.
  - use a three group format for ``version_added``.  So 2.7 becomes 2.7.0.  Same thing for 2.8 and 2.9.
  - add ``type:`` and ``elements:`` information where missing.
  - update ``required:`` information.

bugfixes:
  - na_ontap_aggregate - ``disk-info`` error when using ``disks`` option.
  - na_ontap_autosupport_invoke - ``message`` has changed to ``autosupport_message`` as Redhat has reserved this word. ``message`` has been alias'd to ``autosupport_message``.
  - na_ontap_cifs_vserver - fix documentation and add more examples.
  - na_ontap_cluster - module was not idempotent when changing location or contact information.
  - na_ontap_igroup - idempotency issue when using uppercase hex digits (A, B, C, D, E, F) in WWN (ONTAP uses lowercase).
  - na_ontap_igroup_initiator - idempotency issue when using uppercase hex digits (A, B, C, D, E, F) in WWN (ONTAP uses lowercase).
  - na_ontap_security_certificates - allows (``common_name``, ``type``) as an alternate key since ``name`` is not supported in ONTAP 9.6 and 9.7.
  - na_ontap_info - Fixed error causing module to fail on ``metrocluster_check_info``, ``env_sensors_info`` and ``volume_move_target_aggr_info``.
  - na_ontap_snapmirror - fixed KeyError when accessing ``elationship_type`` parameter.
  - na_ontap_snapmirror_policy - fixed a race condition when creating a new policy.
  - na_ontap_snapmirror_policy - fixed idempotency issue withis_network_compression_enabled for REST.
  - na_ontap_software_update - ignore connection errors during update as nodes cannot be reachable.
  - na_ontap_user - enable lock state and password to be set in the same task for existing user.
  - na_ontap_volume - issue when snapdir_access and atime_update not passed together.
  - na_ontap_vscan_on_access_policy - ``bool`` type was not properly set for ``scan_files_with_no_ext``.
  - na_ontap_vscan_on_access_policy - ``policy_status`` enable/disable option was not supported.
  - na_ontap_vscan_on_demand_task - ``file_ext_to_include`` was not handled properly.
  - na_ontap_vscan_scanner_pool_policy - scanner_pool apply policy support on modification.
  - na_ontap_vserver_create(role) - lif creation now defaults to system-defined unless iscsi lif type.
  - use_rest is now case insensitive.