Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Commit

Permalink
Sync bitbucket and GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
carchi8py committed Apr 7, 2021
1 parent ae478b5 commit 3af6a3f
Show file tree
Hide file tree
Showing 13 changed files with 781 additions and 8 deletions.
11 changes: 11 additions & 0 deletions ansible_collections/netapp/aws/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ NetApp AWS CVS Collection Release Notes
.. contents:: Topics


v21.2.0
=======

Bugfixes
--------

- all modules - disable logging for ``api_key`` and ``secret_key`` values.
- all modules - prevent infinite loop when asynchronous action fails.
- all modules - report error if response does not contain valid JSON.
- aws_netapp_cvs_filesystems - fix KeyError when exportPolicy is not present.

v20.9.0
=======

Expand Down
10 changes: 10 additions & 0 deletions ansible_collections/netapp/aws/changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,13 @@ releases:
fragments:
- 20.9.0.yaml
release_date: '2020-09-02'
21.2.0:
changes:
bugfixes:
- all modules - disable logging for ``api_key`` and ``secret_key`` values.
- all modules - prevent infinite loop when asynchronous action fails.
- all modules - report error if response does not contain valid JSON.
- aws_netapp_cvs_filesystems - fix KeyError when exportPolicy is not present.
fragments:
- DEVOPS-3644.yaml
release_date: '2021-02-04'
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ bugfixes:
- aws_netapp_cvs_filesystems - fix KeyError when exportPolicy is not present.
- all modules - disable logging for ``api_key`` and ``secret_key`` values.
- all modules - report error if response does not contain valid JSON.
- all modules - prevent infinite loop when asynchornous action fails.
- all modules - prevent infinite loop when asynchronous action fails.
31 changes: 31 additions & 0 deletions ansible_collections/netapp/azure/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,37 @@ Azure NetApp Files (ANF) Collection Release Notes
.. contents:: Topics


v21.3.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.

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.

v21.2.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.
- 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.

v20.8.0
=======

Expand Down
32 changes: 32 additions & 0 deletions ansible_collections/netapp/azure/changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,35 @@ releases:
fragments:
- 20.8.0.yaml
release_date: '2020-08-05'
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'
Original file line number Diff line number Diff line change
@@ -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.
23 changes: 17 additions & 6 deletions ansible_collections/netapp/cloudmanager/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,26 @@ NetApp CloudManager Collection Release Notes
.. contents:: Topics


v21.4.0
=======

New Modules
-----------

- netapp.cloudmanager.na_cloudmanager_connector_azure - NetApp Cloud Manager connector for Azure.
- netapp.cloudmanager.na_cloudmanager_connector_gcp - NetApp Cloud Manager connector for GCP.
- netapp.cloudmanager.na_cloudmanager_cvo_azure - NetApp Cloud Manager CVO/working environment in single or HA mode for Azure.
- netapp.cloudmanager.na_cloudmanager_info - NetApp Cloud Manager info

v21.3.0
=======

New Modules
-----------

- na_cloudmanager_aggregate - NetApp Cloud Manager Aggregate
- na_cloudmanager_cifs_server - NetApp Cloud Manager cifs server
- na_cloudmanager_connector_aws - NetApp Cloud Manager connector for AWS
- na_cloudmanager_cvo_aws - NetApp Cloud Manager CVO for AWS
- na_cloudmanager_nss_account - NetApp Cloud Manager nss account
- na_cloudmanager_volume - NetApp Cloud Manager volume
- netapp.cloudmanager.na_cloudmanager_aggregate - NetApp Cloud Manager Aggregate
- netapp.cloudmanager.na_cloudmanager_cifs_server - NetApp Cloud Manager cifs server
- netapp.cloudmanager.na_cloudmanager_connector_aws - NetApp Cloud Manager connector for AWS
- netapp.cloudmanager.na_cloudmanager_cvo_aws - NetApp Cloud Manager CVO for AWS
- netapp.cloudmanager.na_cloudmanager_nss_account - NetApp Cloud Manager nss account
- netapp.cloudmanager.na_cloudmanager_volume - NetApp Cloud Manager volume
16 changes: 16 additions & 0 deletions ansible_collections/netapp/cloudmanager/changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,19 @@ releases:
name: na_cloudmanager_volume
namespace: ''
release_date: '2021-03-03'
21.4.0:
modules:
- description: NetApp Cloud Manager connector for Azure.
name: na_cloudmanager_connector_azure
namespace: ''
- description: NetApp Cloud Manager connector for GCP.
name: na_cloudmanager_connector_gcp
namespace: ''
- description: NetApp Cloud Manager CVO/working environment in single or HA mode
for Azure.
name: na_cloudmanager_cvo_azure
namespace: ''
- description: NetApp Cloud Manager info
name: na_cloudmanager_info
namespace: ''
release_date: '2021-04-07'
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ sections:
- Known Issues
title: NetApp CloudManager Collection
trivial_section_name: trivial
use_fqcn: false
use_fqcn: true
29 changes: 29 additions & 0 deletions ansible_collections/netapp/elementsw/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,35 @@ NetApp ElementSW Collection Release Notes
.. contents:: Topics


v21.3.0
=======

Minor Changes
-------------

- na_elementsw_info - add ``cluster_nodes`` and ``cluster_drives``.
- na_elementsw_qos_policy - explicitly define ``minIOPS``, ``maxIOPS``, ``burstIOPS`` as int.

Bugfixes
--------

- na_elementsw_drive - lastest SDK does not accept ``force_during_bin_sync`` and ``force_during_upgrade``.
- na_elementsw_qos_policy - loop would convert `minIOPS`, `maxIOPS`, `burstIOPS` to str, causing type mismatch issues in comparisons.
- na_elementsw_snapshot_schedule - change of interface in SDK ('ScheduleInfo' object has no attribute 'minutes')

v20.11.0
========

Minor Changes
-------------

- na_elementsw_snapshot_schedule - Add ``retention`` in examples.

Bugfixes
--------

- na_elementsw_drive - Object of type 'dict_values' is not JSON serializable.

v20.10.0
========

Expand Down
28 changes: 28 additions & 0 deletions ansible_collections/netapp/elementsw/changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,16 @@ releases:
name: na_elementsw_info
namespace: ''
release_date: '2020-10-08'
20.11.0:
changes:
bugfixes:
- na_elementsw_drive - Object of type 'dict_values' is not JSON serializable.
minor_changes:
- na_elementsw_snapshot_schedule - Add ``retention`` in examples.
fragments:
- DEVOPS-3310.yml
- DEVOPS-3324.yaml
release_date: '2020-11-05'
20.2.0:
changes:
bugfixes:
Expand Down Expand Up @@ -177,3 +187,21 @@ releases:
- DEVOPS-3174.yaml
- DEVOPS-3188.yaml
release_date: '2020-09-08'
21.3.0:
changes:
bugfixes:
- na_elementsw_drive - lastest SDK does not accept ``force_during_bin_sync``
and ``force_during_upgrade``.
- na_elementsw_qos_policy - loop would convert `minIOPS`, `maxIOPS`, `burstIOPS`
to str, causing type mismatch issues in comparisons.
- na_elementsw_snapshot_schedule - change of interface in SDK ('ScheduleInfo'
object has no attribute 'minutes')
minor_changes:
- na_elementsw_info - add ``cluster_nodes`` and ``cluster_drives``.
- na_elementsw_qos_policy - explicitly define ``minIOPS``, ``maxIOPS``, ``burstIOPS``
as int.
fragments:
- DEVOPS-3731.yaml
- DEVOPS-3733.yaml
- DEVOPS-3734.yaml
release_date: '2021-03-03'
Loading

0 comments on commit 3af6a3f

Please sign in to comment.