summaryrefslogtreecommitdiffstats
path: root/ansible_collections/netapp/azure/changelogs/fragments
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/netapp/azure/changelogs/fragments')
-rw-r--r--ansible_collections/netapp/azure/changelogs/fragments/20.2.0.yaml2
-rw-r--r--ansible_collections/netapp/azure/changelogs/fragments/20.4.0.yaml3
-rw-r--r--ansible_collections/netapp/azure/changelogs/fragments/20.5.0.yaml6
-rw-r--r--ansible_collections/netapp/azure/changelogs/fragments/20.6.0.yaml3
-rw-r--r--ansible_collections/netapp/azure/changelogs/fragments/20.7.0.yaml2
-rw-r--r--ansible_collections/netapp/azure/changelogs/fragments/20.8.0.yaml3
-rw-r--r--ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3505.yaml4
-rw-r--r--ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3526.yaml3
-rw-r--r--ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3663.yaml2
-rw-r--r--ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3704.yaml5
-rw-r--r--ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3849.yaml3
-rw-r--r--ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3935.yaml2
-rw-r--r--ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3949.yaml6
-rw-r--r--ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-4001.yaml2
-rw-r--r--ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-4070.yaml3
-rw-r--r--ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-4135.yaml2
-rw-r--r--ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-4246.yaml4
-rw-r--r--ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-4416.yaml2
18 files changed, 57 insertions, 0 deletions
diff --git a/ansible_collections/netapp/azure/changelogs/fragments/20.2.0.yaml b/ansible_collections/netapp/azure/changelogs/fragments/20.2.0.yaml
new file mode 100644
index 00000000..3f764c1c
--- /dev/null
+++ b/ansible_collections/netapp/azure/changelogs/fragments/20.2.0.yaml
@@ -0,0 +1,2 @@
+bugfixes:
+ - galaxy.yml - fix path to github repository.
diff --git a/ansible_collections/netapp/azure/changelogs/fragments/20.4.0.yaml b/ansible_collections/netapp/azure/changelogs/fragments/20.4.0.yaml
new file mode 100644
index 00000000..044018d2
--- /dev/null
+++ b/ansible_collections/netapp/azure/changelogs/fragments/20.4.0.yaml
@@ -0,0 +1,3 @@
+bugfixes:
+ - fix changes to azure-mgmt-netapp as per new release.
+ - removed ONTAP dependency import.
diff --git a/ansible_collections/netapp/azure/changelogs/fragments/20.5.0.yaml b/ansible_collections/netapp/azure/changelogs/fragments/20.5.0.yaml
new file mode 100644
index 00000000..a2f16d6b
--- /dev/null
+++ b/ansible_collections/netapp/azure/changelogs/fragments/20.5.0.yaml
@@ -0,0 +1,6 @@
+minor_changes:
+ - azure_rm_netapp_account - new option ``tags``.
+ - azure_rm_netapp_capacity_pool - new option ``service_level``.
+ - azure_rm_netapp_volume - new option ``size``.
+ - azure_rm_netapp_volume - now returns mount_path of the volume specified.
+ - azure_rm_netapp_volume - new option ``vnet_resource_group_for_subnet``, resource group for virtual_network and subnet_id to be used.
diff --git a/ansible_collections/netapp/azure/changelogs/fragments/20.6.0.yaml b/ansible_collections/netapp/azure/changelogs/fragments/20.6.0.yaml
new file mode 100644
index 00000000..67b15df4
--- /dev/null
+++ b/ansible_collections/netapp/azure/changelogs/fragments/20.6.0.yaml
@@ -0,0 +1,3 @@
+minor_changes:
+ - azure_rm_netapp_capacity_pool - now allows modify for size.
+ - azure_rm_netapp_volume - now returns complete mount_path of the volume specified.
diff --git a/ansible_collections/netapp/azure/changelogs/fragments/20.7.0.yaml b/ansible_collections/netapp/azure/changelogs/fragments/20.7.0.yaml
new file mode 100644
index 00000000..e150ea10
--- /dev/null
+++ b/ansible_collections/netapp/azure/changelogs/fragments/20.7.0.yaml
@@ -0,0 +1,2 @@
+bugfixes:
+ - azure_rm_netapp_capacity_pool - fixed idempotency for delete operation.
diff --git a/ansible_collections/netapp/azure/changelogs/fragments/20.8.0.yaml b/ansible_collections/netapp/azure/changelogs/fragments/20.8.0.yaml
new file mode 100644
index 00000000..68e9d285
--- /dev/null
+++ b/ansible_collections/netapp/azure/changelogs/fragments/20.8.0.yaml
@@ -0,0 +1,3 @@
+minor_changes:
+ - azure_rm_netapp_capacity_pool - Updated ANF capacity pool modify function for size parameter mandatory issue.
+ - use a three group format for version_added. So 2.7 becomes 2.7.0. Same thing for 2.8 and 2.9.
diff --git a/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3505.yaml b/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3505.yaml
new file mode 100644
index 00000000..87c49d05
--- /dev/null
+++ b/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3505.yaml
@@ -0,0 +1,4 @@
+minor_changes:
+ - azure_rm_netapp_volume - new option ``subnet_name`` as subnet_id is ambiguous. subnet_id is now aliased to subnet_name.
+bugfixes:
+ - azure_rm_netapp_volume - fix 'Nonetype' object is not subscriptable exception when mount target is not created.
diff --git a/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3526.yaml b/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3526.yaml
new file mode 100644
index 00000000..720ce523
--- /dev/null
+++ b/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3526.yaml
@@ -0,0 +1,3 @@
+minor_changes:
+ - azure_rm_netapp_account - new option ``active_directories`` to support SMB volumes.
+ - azure_rm_netapp_volume - new option ``protocol_types`` to support SMB volumes.
diff --git a/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3663.yaml b/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3663.yaml
new file mode 100644
index 00000000..e9adbdb9
--- /dev/null
+++ b/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3663.yaml
@@ -0,0 +1,2 @@
+bugfixes:
+ - support for azure-mgmt-netapp 1.0.0, while maintaining compatibility with 0.10.0.
diff --git a/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3704.yaml b/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3704.yaml
new file mode 100644
index 00000000..f0c1f6a3
--- /dev/null
+++ b/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3704.yaml
@@ -0,0 +1,5 @@
+minor_changes:
+ - azure_rm_netapp_account - new suboptions ``ad_name``, ``kdc_ip``, ``service_root_ca_certificate``` for Active Directory.
+
+bugfixes:
+ - azure_rm_netapp_account - wait for job completion for asynchroneous requests, and report belated errors.
diff --git a/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3849.yaml b/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3849.yaml
new file mode 100644
index 00000000..7fc5d9fa
--- /dev/null
+++ b/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3849.yaml
@@ -0,0 +1,3 @@
+minor_changes:
+ - azure_rm_netapp_volume - enable changes in volume size.
+ - azure_rm_netapp_volume - rename msg to mount_path, as documented in RETURN.
diff --git a/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3935.yaml b/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3935.yaml
new file mode 100644
index 00000000..c619dbcd
--- /dev/null
+++ b/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3935.yaml
@@ -0,0 +1,2 @@
+minor_changes:
+ - azure_rm_netapp_account - support additional authentication schemes provided by AzureRMModuleBase.
diff --git a/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3949.yaml b/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3949.yaml
new file mode 100644
index 00000000..2889546f
--- /dev/null
+++ b/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3949.yaml
@@ -0,0 +1,6 @@
+minor_changes:
+ - azure_rm_netapp_capacity_pool - support additional authentication schemes provided by AzureRMModuleBase, and tags.
+ - azure_rm_netapp_capacity_pool - wait for completion when creating, modifying, or deleting a pool.
+ - azure_rm_netapp_snapshot - support additional authentication schemes provided by AzureRMModuleBase.
+ - azure_rm_netapp_snapshot - wait for completion when creating, modifying, or deleting a pool.
+ - azure_rm_netapp_volume - support additional authentication schemes provided by AzureRMModuleBase, and tags.
diff --git a/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-4001.yaml b/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-4001.yaml
new file mode 100644
index 00000000..2b09e21c
--- /dev/null
+++ b/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-4001.yaml
@@ -0,0 +1,2 @@
+bugfixes:
+ - fix CI pipeline to work with azcollection, and isolate UTs from azcollection.
diff --git a/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-4070.yaml b/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-4070.yaml
new file mode 100644
index 00000000..0342115b
--- /dev/null
+++ b/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-4070.yaml
@@ -0,0 +1,3 @@
+bugfixes:
+ - fix CI pipeline as azcollection does not support python 2.6.
+ - fix CI pipeline as ignores are not required with latest azcollection.
diff --git a/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-4135.yaml b/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-4135.yaml
new file mode 100644
index 00000000..50e2e7d3
--- /dev/null
+++ b/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-4135.yaml
@@ -0,0 +1,2 @@
+bugfixes:
+ - Hub Automation cannot generate documentation (cannot use doc fragments from another collection).
diff --git a/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-4246.yaml b/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-4246.yaml
new file mode 100644
index 00000000..781042d6
--- /dev/null
+++ b/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-4246.yaml
@@ -0,0 +1,4 @@
+minor_changes:
+ - azure_rm_netapp_volume - new option ``feature_flags`` to selectively enable/disable a feature.
+bugfixes:
+ - azure_rm_netapp_volume - 'Change Ownership' is not permitted when creating NFSv4.1 volume with latest azure-mgmt-netapp package (4.0.0).
diff --git a/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-4416.yaml b/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-4416.yaml
new file mode 100644
index 00000000..6b4b660a
--- /dev/null
+++ b/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-4416.yaml
@@ -0,0 +1,2 @@
+minor_changes:
+ - PR1 - allow usage of Ansible module group defaults - for Ansible 2.12+.