From 975f66f2eebe9dadba04f275774d4ab83f74cf25 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 14:04:41 +0200 Subject: Adding upstream version 7.7.0+dfsg. Signed-off-by: Daniel Baumann --- ansible_collections/netapp/aws/CHANGELOG.rst | 90 ++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 ansible_collections/netapp/aws/CHANGELOG.rst (limited to 'ansible_collections/netapp/aws/CHANGELOG.rst') diff --git a/ansible_collections/netapp/aws/CHANGELOG.rst b/ansible_collections/netapp/aws/CHANGELOG.rst new file mode 100644 index 000000000..11be8dbab --- /dev/null +++ b/ansible_collections/netapp/aws/CHANGELOG.rst @@ -0,0 +1,90 @@ +======================================= +NetApp AWS CVS Collection Release Notes +======================================= + +.. contents:: Topics + + +v21.7.0 +======= + +Minor Changes +------------- + +- PR1 - allow usage of Ansible module group defaults - for Ansible 2.12+. + +v21.6.0 +======= + +Minor Changes +------------- + +- all modules - ability to trace API calls and responses. + +Bugfixes +-------- + +- all modules - fix traceback TypeError 'NoneType' object is not subscriptable when URL points to a web server. + +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 +======= + +Minor Changes +------------- + +- Fix pylint or flake8 warnings reported by galaxy importer. + +v20.8.0 +======= + +Minor Changes +------------- + +- add "elements:" and update "required:" to match module requirements. +- use a three group format for version_added. So 2.7 becomes 2.7.0. Same thing for 2.8 and 2.9. + +v20.6.0 +======= + +Bugfixes +-------- + +- galaxy.yml - fix repository and homepage links. + +v20.2.0 +======= + +Bugfixes +-------- + +- galaxy.yml - fix path to github repository. + +v19.10.0 +======== + +Minor Changes +------------- + +- refactor existing modules as a collection + +v2.9.0 +====== + +New Modules +----------- + +- netapp.aws.aws_netapp_cvs_active_directory - NetApp AWS CloudVolumes Service Manage Active Directory. +- netapp.aws.aws_netapp_cvs_filesystems - NetApp AWS Cloud Volumes Service Manage FileSystem. +- netapp.aws.aws_netapp_cvs_pool - NetApp AWS Cloud Volumes Service Manage Pools. +- netapp.aws.aws_netapp_cvs_snapshots - NetApp AWS Cloud Volumes Service Manage Snapshots. -- cgit v1.2.3