diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:35 +0000 |
commit | 7fec0b69a082aaeec72fee0612766aa42f6b1b4d (patch) | |
tree | efb569b86ca4da888717f5433e757145fa322e08 /ansible_collections/netapp/ontap/changelogs | |
parent | Releasing progress-linux version 7.7.0+dfsg-3~progress7.99u1. (diff) | |
download | ansible-7fec0b69a082aaeec72fee0612766aa42f6b1b4d.tar.xz ansible-7fec0b69a082aaeec72fee0612766aa42f6b1b4d.zip |
Merging upstream version 9.4.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/netapp/ontap/changelogs')
42 files changed, 249 insertions, 0 deletions
diff --git a/ansible_collections/netapp/ontap/changelogs/changelog.yaml b/ansible_collections/netapp/ontap/changelogs/changelog.yaml index d850c7337..8d0eb138e 100644 --- a/ansible_collections/netapp/ontap/changelogs/changelog.yaml +++ b/ansible_collections/netapp/ontap/changelogs/changelog.yaml @@ -2735,6 +2735,37 @@ releases: name: na_ontap_security_ipsec_policy namespace: '' release_date: '2022-12-07' + 22.10.0: + changes: + bugfixes: + - na_ontap_igroup_initiator - fixed issue with idempotency. + minor_changes: + - na_ontap_cifs_server - new option `is_multichannel_enabled` added in REST, + requires ONTAP 9.10 or later. + - 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_lun_map - added `actions` in module output. + - na_ontap_lun_map_reporting_nodes - 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_rest_info - added warning message if given subset doesn't support + option `owning_resource`. + - na_ontap_storage_auto_giveback - added information on modified attributes + in module output. + - na_ontap_vscan_scanner_pool - added REST support to Vscan Scanner Pools Configuration + module, requires ONTAP 9.6 or later. + fragments: + - DEVOPS-6584.yaml + - DEVOPS-6646.yaml + - DEVOPS-6658.yaml + - DEVOPS-6664.yaml + - DEVOPS-6667.yaml + - DEVOPS-6671.yaml + - DEVOPS-6680.yaml + - DEVOPS-6681.yaml + release_date: '2024-02-06' 22.2.0: changes: bugfixes: @@ -3033,3 +3064,129 @@ releases: name: na_ontap_active_directory_domain_controllers namespace: '' release_date: '2023-06-09' + 22.8.0: + changes: + bugfixes: + - na_ontap_dns - fix DNS not working with Cluster mode. + - na_ontap_ems_filter - fix delete operation not idempotent for filter. + - na_ontap_ems_filter - fix modify operation to add rule in existing filter. + - na_ontap_login_messages - fix idempotency issue in Cluster scope in REST. + - na_ontap_nfs - fix `default_user` under `windows` not getting modified if + not set previously in REST. + - na_ontap_svm - fix REST version warning for `ndmp` under `services`. + minor_changes: + - na_ontap_broadcast_domain - changed documentation for ipspace as it is required + while using REST. + - na_ontap_cg_snapshot - added REST support to the cg snapshot module, requires + ONTAP 9.10.1 or later. + - 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_kerberos_realm - add REST support for `admin_server_ip`, `admin_server_port`, + `pw_server_ip`, `pw_server_port` and `clock_skew` from ONTAP 9.13.1 or later + - na_ontap_lun - new option `qtree_name` added in REST. + - na_ontap_net_ifgrp - return `name` and other details of a newly created interface + group in module output in REST. + - na_ontap_qos_policy_group - added new REST only options `expected_iops_allocation` + and `peak_iops_allocation`, requires ONTAP 9.10.1 or later. + - na_ontap_rest_info - new option `hal_linking` added to enable or disable HAL + links. + - na_ontap_restit - returns changed as False for GET method. + - na_ontap_snmp - added REST support for snmpv3 user. + - na_ontap_user - Added warning message when password is not changed. + - 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_volume - added new REST only options `vol_nearly_full_threshold_percent` + and `vol_full_threshold_percent`, requires ONTAP 9.9 or later. + fragments: + - DEVOPS-5509.yaml + - DEVOPS-5828.yaml + - DEVOPS-6286.yaml + - DEVOPS-6291.yaml + - DEVOPS-6309.yaml + - DEVOPS-6320.yaml + - DEVOPS-6330.yaml + - DEVOPS-6331.yaml + - DEVOPS-6341.yaml + - DEVOPS-6374.yaml + - DEVOPS-6386.yaml + - DEVOPS-6395.yaml + - DEVOPS-6413.yaml + - DEVOPS-6438.yaml + - DEVOPS-6463.yaml + - DEVOPS-6481.yaml + - DEVOPS-6486.yaml + - DEVOPS-6488.yaml + - DEVOPS-6495.yaml + - GITHUB-174.yaml + modules: + - description: NetApp ONTAP module to modify EMS configuration. + name: na_ontap_ems_config + namespace: '' + release_date: '2023-11-01' + 22.8.1: + changes: + bugfixes: + - 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. + fragments: + - DEVOPS-6519.yaml + - DEVOPS-6520.yaml + release_date: '2023-11-07' + 22.8.3: + changes: + bugfixes: + - na_ontap_ems_destination - fix field error with `certificate.name` for ONTAP + 9.11.1 or later in REST. + - na_ontap_vserver_peer - fix issue with peering multiple clusters with same + vserver name in REST. + fragments: + - DEVOPS-6527.yaml + - DEVOPS-6528.yaml + release_date: '2023-11-16' + 22.9.0: + changes: + bugfixes: + - na_ontap_nfs - fix error with `windows` in REST for ONTAP 9.10 or earlier. + - na_ontap_security_certificates - fix error with ontap_info returned in module + output in REST. + - na_ontap_snapshot_policy - fix issue with modifying snapshot policy in REST. + - na_ontap_volume - modified `type` to be case insensitive in REST. + minor_changes: + - 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_cluster_peer - added REST only support for modifying remote intercluster + addresses in cluster peer relation. + - 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. + - na_ontap_s3_services - create, modify S3 service returns `s3_service_info` + in module output. + - na_ontap_snapmirror - updated resync and resume operation for synchronous + snapmirror relationship in REST. + fragments: + - DEVOPS-5920.yaml + - DEVOPS-6282.yaml + - DEVOPS-6389.yaml + - DEVOPS-6487.yaml + - DEVOPS-6524.yaml + - DEVOPS-6525.yaml + - DEVOPS-6529.yaml + - DEVOPS-6551.yaml + - DEVOPS-6556.yaml + modules: + - description: NetApp ONTAP module to manage UNIX symbolic link mapping for CIFS + clients. + name: na_ontap_cifs_unix_symlink_mapping + namespace: '' + - description: NetApp ONTAP module to set the CLI inactivity timeout value. + name: na_ontap_cli_timeout + namespace: '' + - description: NetApp ONTAP module to modify SNMP configuration. + name: na_ontap_snmp_config + namespace: '' + release_date: '2024-01-03' diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-5509.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-5509.yaml new file mode 100644 index 000000000..4e3c20584 --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-5509.yaml @@ -0,0 +1,2 @@ +minor_changes: + - na_ontap_volume - added new REST only options `vol_nearly_full_threshold_percent` and `vol_full_threshold_percent`, requires ONTAP 9.9 or later.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-5828.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-5828.yaml new file mode 100644 index 000000000..c06bfa58b --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-5828.yaml @@ -0,0 +1,2 @@ +minor_changes: + - na_ontap_cg_snapshot - added REST support to the cg snapshot module, requires ONTAP 9.10.1 or later.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-5920.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-5920.yaml new file mode 100644 index 000000000..ef47ace18 --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-5920.yaml @@ -0,0 +1,2 @@ +minor_changes: + - na_ontap_cluster_peer - added REST only support for modifying remote intercluster addresses in cluster peer relation.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6282.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6282.yaml new file mode 100644 index 000000000..319ec4d92 --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6282.yaml @@ -0,0 +1,2 @@ +minor_changes: + - na_ontap_snapmirror - updated resync and resume operation for synchronous snapmirror relationship in REST.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6286.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6286.yaml new file mode 100644 index 000000000..74fc7e76a --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6286.yaml @@ -0,0 +1,2 @@ +minor_changes: + - na_ontap_user - Added warning message when password is not changed. diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6291.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6291.yaml new file mode 100644 index 000000000..b21fe8dbc --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6291.yaml @@ -0,0 +1,2 @@ +bugfixes: + - na_ontap_ems_filter - fix modify operation to add rule in existing filter.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6309.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6309.yaml new file mode 100644 index 000000000..963655759 --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6309.yaml @@ -0,0 +1,2 @@ +minor_changes: + - na_ontap_restit - returns changed as False for GET method.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6320.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6320.yaml new file mode 100644 index 000000000..a0ec3ad6f --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6320.yaml @@ -0,0 +1,2 @@ +bugfixes: + - na_ontap_nfs - fix `default_user` under `windows` not getting modified if not set previously in REST.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6330.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6330.yaml new file mode 100644 index 000000000..9d2d9e0f5 --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6330.yaml @@ -0,0 +1,2 @@ +minor_changes: + - na_ontap_lun - new option `qtree_name` added in REST.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6331.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6331.yaml new file mode 100644 index 000000000..18e06be95 --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6331.yaml @@ -0,0 +1,2 @@ +minor_changes: + - na_ontap_cifs_server - new option `default_site` added in REST, requires ONTAP 9.13.1 or later.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6341.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6341.yaml new file mode 100644 index 000000000..821f89652 --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6341.yaml @@ -0,0 +1,2 @@ +bugfixes: + - na_ontap_dns - fix DNS not working with Cluster mode.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6374.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6374.yaml new file mode 100644 index 000000000..ef79605d5 --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6374.yaml @@ -0,0 +1,2 @@ +minor_changes: + - na_ontap_kerberos_realm - add REST support for `admin_server_ip`, `admin_server_port`, `pw_server_ip`, `pw_server_port` and `clock_skew` from ONTAP 9.13.1 or later
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6386.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6386.yaml new file mode 100644 index 000000000..408039214 --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6386.yaml @@ -0,0 +1,2 @@ +minor_changes: + - na_ontap_rest_info - new option `hal_linking` added to enable or disable HAL links.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6389.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6389.yaml new file mode 100644 index 000000000..785e06a49 --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6389.yaml @@ -0,0 +1,2 @@ +bugfixes: + - na_ontap_snapshot_policy - fix issue with modifying snapshot policy in REST.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6395.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6395.yaml new file mode 100644 index 000000000..79fb05b5b --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6395.yaml @@ -0,0 +1,2 @@ +minor_changes: + - 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.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6413.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6413.yaml new file mode 100644 index 000000000..2a7e8b162 --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6413.yaml @@ -0,0 +1,5 @@ +minor_changes: + - na_ontap_snmp - added REST support for snmpv3 user. + +bugfixes: + - na_ontap_snmp - fix for getting error when `authentication_method` set to default with ZAPI.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6438.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6438.yaml new file mode 100644 index 000000000..91a8562ff --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6438.yaml @@ -0,0 +1,2 @@ +minor_changes: + - na_ontap_net_ifgrp - return `name` and other details of a newly created interface group in module output in REST.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6463.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6463.yaml new file mode 100644 index 000000000..fb997b30f --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6463.yaml @@ -0,0 +1,2 @@ +bugfixes: + - na_ontap_ems_filter - fix delete operation not idempotent for filter.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6481.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6481.yaml new file mode 100644 index 000000000..231a5a903 --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6481.yaml @@ -0,0 +1,2 @@ +minor_changes: + - na_ontap_broadcast_domain - changed documentation for ipspace as it is required while using REST.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6486.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6486.yaml new file mode 100644 index 000000000..a44334ea3 --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6486.yaml @@ -0,0 +1,2 @@ +bugfixes: + - na_ontap_svm - fix REST version warning for `ndmp` under `services`.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6487.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6487.yaml new file mode 100644 index 000000000..894e1bad1 --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6487.yaml @@ -0,0 +1,2 @@ +bugfixes: + - na_ontap_volume - modified `type` to be case insensitive in REST.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6488.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6488.yaml new file mode 100644 index 000000000..2060d5133 --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6488.yaml @@ -0,0 +1,2 @@ +minor_changes: + - na_ontap_qos_policy_group - added new REST only options `expected_iops_allocation` and `peak_iops_allocation`, requires ONTAP 9.10.1 or later.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6495.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6495.yaml new file mode 100644 index 000000000..c5797f855 --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6495.yaml @@ -0,0 +1,2 @@ +bugfixes: + - na_ontap_login_messages - fix idempotency issue in Cluster scope in REST.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6519.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6519.yaml new file mode 100644 index 000000000..f3e4c19bd --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6519.yaml @@ -0,0 +1,2 @@ +bugfixes: + - na_ontap_volume - fix invalid field error with 'space.snapshot.autodelete' in REST.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6520.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6520.yaml new file mode 100644 index 000000000..ca91b16a9 --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6520.yaml @@ -0,0 +1,2 @@ +bugfixes: + - na_ontap_dns - fix keyerror for uuid when DNS is set to vserver in REST.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6524.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6524.yaml new file mode 100644 index 000000000..2d96a6530 --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6524.yaml @@ -0,0 +1,2 @@ +minor_changes: + - 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.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6525.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6525.yaml new file mode 100644 index 000000000..0c1cc0337 --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6525.yaml @@ -0,0 +1,5 @@ +minor_changes: + - na_ontap_cluster - new option `certificate.uuid` added in REST, requires ONTAP 9.10 or later. + +bugfixes: + - na_ontap_security_certificates - fix error with ontap_info returned in module output in REST.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6527.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6527.yaml new file mode 100644 index 000000000..53d0b496b --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6527.yaml @@ -0,0 +1,2 @@ +bugfixes: + - na_ontap_vserver_peer - fix issue with peering multiple clusters with same vserver name in REST.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6528.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6528.yaml new file mode 100644 index 000000000..6edc14f1d --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6528.yaml @@ -0,0 +1,2 @@ +bugfixes: + - na_ontap_ems_destination - fix field error with `certificate.name` for ONTAP 9.11.1 or later in REST.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6529.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6529.yaml new file mode 100644 index 000000000..4b276e8fa --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6529.yaml @@ -0,0 +1,2 @@ +minor_changes: + - na_ontap_cifs_server - new option `lm_compatibility_level` added in REST, requires ONTAP 9.8 or later.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6551.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6551.yaml new file mode 100644 index 000000000..f31cce5a9 --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6551.yaml @@ -0,0 +1,2 @@ +minor_changes: + - na_ontap_s3_services - create, modify S3 service returns `s3_service_info` in module output.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6556.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6556.yaml new file mode 100644 index 000000000..c82759a81 --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6556.yaml @@ -0,0 +1,2 @@ +bugfixes: + - na_ontap_nfs - fix error with `windows` in REST for ONTAP 9.10 or earlier.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6584.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6584.yaml new file mode 100644 index 000000000..a2cbcac5c --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6584.yaml @@ -0,0 +1,2 @@ +minor_changes: + - na_ontap_rest_info - added warning message if given subset doesn't support option `owning_resource`.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6646.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6646.yaml new file mode 100644 index 000000000..2f2103812 --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6646.yaml @@ -0,0 +1,6 @@ +minor_changes: + - 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.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6658.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6658.yaml new file mode 100644 index 000000000..b90e520f7 --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6658.yaml @@ -0,0 +1,2 @@ +minor_changes: + - na_ontap_lun_map - added `actions` in module output.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6664.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6664.yaml new file mode 100644 index 000000000..65f8ca7a7 --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6664.yaml @@ -0,0 +1,2 @@ +minor_changes: + - na_ontap_lun_map_reporting_nodes - added `actions` in module output.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6667.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6667.yaml new file mode 100644 index 000000000..2e3a10b17 --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6667.yaml @@ -0,0 +1,2 @@ +minor_changes: + - na_ontap_storage_auto_giveback - added information on modified attributes in module output.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6671.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6671.yaml new file mode 100644 index 000000000..5a13d9199 --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6671.yaml @@ -0,0 +1,2 @@ +minor_changes: + - na_ontap_vscan_scanner_pool - added REST support to Vscan Scanner Pools Configuration module, requires ONTAP 9.6 or later.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6680.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6680.yaml new file mode 100644 index 000000000..18dd7f28c --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6680.yaml @@ -0,0 +1,2 @@ +minor_changes: + - na_ontap_cifs_server - new option `is_multichannel_enabled` added in REST, requires ONTAP 9.10 or later.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6681.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6681.yaml new file mode 100644 index 000000000..867dd6aba --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-6681.yaml @@ -0,0 +1,2 @@ +bugfixes: + - na_ontap_igroup_initiator - fixed issue with idempotency.
\ No newline at end of file diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/GITHUB-174.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/GITHUB-174.yaml new file mode 100644 index 000000000..f26c149d0 --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/GITHUB-174.yaml @@ -0,0 +1,2 @@ +minor_changes: + - na_ontap_ems_destination - new option ``certificate``, ``ca`` added.
\ No newline at end of file |