summaryrefslogtreecommitdiffstats
path: root/ansible_collections/netapp/ontap/changelogs/fragments/20.8.0.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:04:41 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:04:41 +0000
commit975f66f2eebe9dadba04f275774d4ab83f74cf25 (patch)
tree89bd26a93aaae6a25749145b7e4bca4a1e75b2be /ansible_collections/netapp/ontap/changelogs/fragments/20.8.0.yaml
parentInitial commit. (diff)
downloadansible-975f66f2eebe9dadba04f275774d4ab83f74cf25.tar.xz
ansible-975f66f2eebe9dadba04f275774d4ab83f74cf25.zip
Adding upstream version 7.7.0+dfsg.upstream/7.7.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/netapp/ontap/changelogs/fragments/20.8.0.yaml')
-rw-r--r--ansible_collections/netapp/ontap/changelogs/fragments/20.8.0.yaml33
1 files changed, 33 insertions, 0 deletions
diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/20.8.0.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/20.8.0.yaml
new file mode 100644
index 000000000..59f05d2ea
--- /dev/null
+++ b/ansible_collections/netapp/ontap/changelogs/fragments/20.8.0.yaml
@@ -0,0 +1,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.