summaryrefslogtreecommitdiffstats
path: root/ansible_collections/netapp/azure/changelogs
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/netapp/azure/changelogs')
-rw-r--r--ansible_collections/netapp/azure/changelogs/changelog.yaml169
-rw-r--r--ansible_collections/netapp/azure/changelogs/config.yaml32
-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
20 files changed, 0 insertions, 258 deletions
diff --git a/ansible_collections/netapp/azure/changelogs/changelog.yaml b/ansible_collections/netapp/azure/changelogs/changelog.yaml
deleted file mode 100644
index 71085dedf..000000000
--- a/ansible_collections/netapp/azure/changelogs/changelog.yaml
+++ /dev/null
@@ -1,169 +0,0 @@
-ancestor: null
-releases:
- 19.10.0:
- modules:
- - description: Manage NetApp Azure Files Account
- name: azure_rm_netapp_account
- namespace: ''
- - description: Manage NetApp Azure Files capacity pool
- name: azure_rm_netapp_capacity_pool
- namespace: ''
- - description: Manage NetApp Azure Files Snapshot
- name: azure_rm_netapp_snapshot
- namespace: ''
- - description: Manage NetApp Azure Files Volume
- name: azure_rm_netapp_volume
- namespace: ''
- release_date: '2019-11-14'
- 20.2.0:
- changes:
- bugfixes:
- - galaxy.yml - fix path to github repository.
- fragments:
- - 20.2.0.yaml
- release_date: '2020-02-05'
- 20.4.0:
- changes:
- bugfixes:
- - fix changes to azure-mgmt-netapp as per new release.
- - removed ONTAP dependency import.
- fragments:
- - 20.4.0.yaml
- release_date: '2020-04-21'
- 20.5.0:
- changes:
- 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 - new option ``vnet_resource_group_for_subnet``, resource
- group for virtual_network and subnet_id to be used.
- - azure_rm_netapp_volume - now returns mount_path of the volume specified.
- fragments:
- - 20.5.0.yaml
- release_date: '2020-05-06'
- 20.6.0:
- changes:
- 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.
- fragments:
- - 20.6.0.yaml
- release_date: '2020-06-03'
- 20.7.0:
- changes:
- bugfixes:
- - azure_rm_netapp_capacity_pool - fixed idempotency for delete operation.
- fragments:
- - 20.7.0.yaml
- release_date: '2020-06-24'
- 20.8.0:
- changes:
- 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.
- fragments:
- - 20.8.0.yaml
- release_date: '2020-08-05'
- 21.10.0:
- changes:
- minor_changes:
- - PR1 - allow usage of Ansible module group defaults - for Ansible 2.12+.
- fragments:
- - DEVOPS-4416.yaml
- release_date: '2021-11-03'
- 21.2.0:
- changes:
- bugfixes:
- - azure_rm_netapp_volume - fix 'Nonetype' object is not subscriptable exception
- when mount target is not created.
- 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.
- - azure_rm_netapp_volume - new option ``subnet_name`` as subnet_id is ambiguous. subnet_id
- is now aliased to subnet_name.
- fragments:
- - DEVOPS-3505.yaml
- release_date: '2021-02-04'
- 21.3.0:
- changes:
- bugfixes:
- - azure_rm_netapp_account - wait for job completion for asynchroneous requests,
- and report belated errors.
- - support for azure-mgmt-netapp 1.0.0, while maintaining compatibility with
- 0.10.0.
- minor_changes:
- - azure_rm_netapp_account - new option ``active_directories`` to support SMB
- volumes.
- - azure_rm_netapp_account - new suboptions ``ad_name``, ``kdc_ip``, ``service_root_ca_certificate```
- for Active Directory.
- - azure_rm_netapp_volume - new option ``protocol_types`` to support SMB volumes.
- fragments:
- - DEVOPS-3526.yaml
- - DEVOPS-3663.yaml
- - DEVOPS-3704.yaml
- release_date: '2021-03-03'
- 21.5.0:
- changes:
- minor_changes:
- - azure_rm_netapp_volume - enable changes in volume size.
- - azure_rm_netapp_volume - rename msg to mount_path, as documented in RETURN.
- fragments:
- - DEVOPS-3849.yaml
- release_date: '2021-04-21'
- 21.6.0:
- changes:
- minor_changes:
- - azure_rm_netapp_account - support additional authentication schemes provided
- by AzureRMModuleBase.
- - 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.
- fragments:
- - DEVOPS-3935.yaml
- - DEVOPS-3949.yaml
- release_date: '2021-05-06'
- 21.7.0:
- changes:
- bugfixes:
- - fix CI pipeline to work with azcollection, and isolate UTs from azcollection.
- fragments:
- - DEVOPS-4001.yaml
- release_date: '2021-06-03'
- 21.8.0:
- changes:
- bugfixes:
- - fix CI pipeline as azcollection does not support python 2.6.
- - fix CI pipeline as ignores are not required with latest azcollection.
- fragments:
- - DEVOPS-4070.yaml
- release_date: '2021-07-14'
- 21.8.1:
- changes:
- bugfixes:
- - Hub Automation cannot generate documentation (cannot use doc fragments from
- another collection).
- fragments:
- - DEVOPS-4135.yaml
- release_date: '2021-07-16'
- 21.9.0:
- changes:
- bugfixes:
- - azure_rm_netapp_volume - 'Change Ownership' is not permitted when creating
- NFSv4.1 volume with latest azure-mgmt-netapp package (4.0.0).
- minor_changes:
- - azure_rm_netapp_volume - new option ``feature_flags`` to selectively enable/disable
- a feature.
- fragments:
- - DEVOPS-4246.yaml
- release_date: '2021-09-01'
diff --git a/ansible_collections/netapp/azure/changelogs/config.yaml b/ansible_collections/netapp/azure/changelogs/config.yaml
deleted file mode 100644
index fcd0312f6..000000000
--- a/ansible_collections/netapp/azure/changelogs/config.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
-changelog_filename_template: ../CHANGELOG.rst
-changelog_filename_version_depth: 0
-changes_file: changelog.yaml
-changes_format: combined
-ignore_other_fragment_extensions: true
-keep_fragments: true
-mention_ancestor: false
-new_plugins_after_name: removed_features
-notesdir: fragments
-prelude_section_name: release_summary
-prelude_section_title: Release Summary
-sanitize_changelog: true
-sections:
-- - major_changes
- - Major Changes
-- - minor_changes
- - Minor Changes
-- - breaking_changes
- - Breaking Changes / Porting Guide
-- - deprecated_features
- - Deprecated Features
-- - removed_features
- - Removed Features (previously deprecated)
-- - security_fixes
- - Security Fixes
-- - bugfixes
- - Bugfixes
-- - known_issues
- - Known Issues
-title: Azure NetApp Files (ANF) Collection
-trivial_section_name: trivial
-use_fqcn: true
diff --git a/ansible_collections/netapp/azure/changelogs/fragments/20.2.0.yaml b/ansible_collections/netapp/azure/changelogs/fragments/20.2.0.yaml
deleted file mode 100644
index 3f764c1c9..000000000
--- a/ansible_collections/netapp/azure/changelogs/fragments/20.2.0.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index 044018d2c..000000000
--- a/ansible_collections/netapp/azure/changelogs/fragments/20.4.0.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index a2f16d6b0..000000000
--- a/ansible_collections/netapp/azure/changelogs/fragments/20.5.0.yaml
+++ /dev/null
@@ -1,6 +0,0 @@
-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
deleted file mode 100644
index 67b15df45..000000000
--- a/ansible_collections/netapp/azure/changelogs/fragments/20.6.0.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index e150ea10d..000000000
--- a/ansible_collections/netapp/azure/changelogs/fragments/20.7.0.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index 68e9d285d..000000000
--- a/ansible_collections/netapp/azure/changelogs/fragments/20.8.0.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index 87c49d052..000000000
--- a/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3505.yaml
+++ /dev/null
@@ -1,4 +0,0 @@
-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
deleted file mode 100644
index 720ce523d..000000000
--- a/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3526.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index e9adbdb9b..000000000
--- a/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3663.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index f0c1f6a38..000000000
--- a/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3704.yaml
+++ /dev/null
@@ -1,5 +0,0 @@
-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
deleted file mode 100644
index 7fc5d9fae..000000000
--- a/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3849.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index c619dbcd9..000000000
--- a/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3935.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index 2889546f8..000000000
--- a/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3949.yaml
+++ /dev/null
@@ -1,6 +0,0 @@
-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
deleted file mode 100644
index 2b09e21ce..000000000
--- a/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-4001.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index 0342115bb..000000000
--- a/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-4070.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index 50e2e7d36..000000000
--- a/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-4135.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index 781042d6f..000000000
--- a/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-4246.yaml
+++ /dev/null
@@ -1,4 +0,0 @@
-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
deleted file mode 100644
index 6b4b660a0..000000000
--- a/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-4416.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
-minor_changes:
- - PR1 - allow usage of Ansible module group defaults - for Ansible 2.12+.