diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:04:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:04:41 +0000 |
commit | 975f66f2eebe9dadba04f275774d4ab83f74cf25 (patch) | |
tree | 89bd26a93aaae6a25749145b7e4bca4a1e75b2be /ansible_collections/netapp/aws/CHANGELOG.rst | |
parent | Initial commit. (diff) | |
download | ansible-975f66f2eebe9dadba04f275774d4ab83f74cf25.tar.xz ansible-975f66f2eebe9dadba04f275774d4ab83f74cf25.zip |
Adding upstream version 7.7.0+dfsg.upstream/7.7.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/netapp/aws/CHANGELOG.rst')
-rw-r--r-- | ansible_collections/netapp/aws/CHANGELOG.rst | 90 |
1 files changed, 90 insertions, 0 deletions
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. |