summaryrefslogtreecommitdiffstats
path: root/ansible_collections/netapp/aws/changelogs
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 16:03:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 16:03:42 +0000
commit66cec45960ce1d9c794e9399de15c138acb18aed (patch)
tree59cd19d69e9d56b7989b080da7c20ef1a3fe2a5a /ansible_collections/netapp/aws/changelogs
parentInitial commit. (diff)
downloadansible-66cec45960ce1d9c794e9399de15c138acb18aed.tar.xz
ansible-66cec45960ce1d9c794e9399de15c138acb18aed.zip
Adding upstream version 7.3.0+dfsg.upstream/7.3.0+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/netapp/aws/changelogs')
-rw-r--r--ansible_collections/netapp/aws/changelogs/changelog.yaml81
-rw-r--r--ansible_collections/netapp/aws/changelogs/config.yaml32
-rw-r--r--ansible_collections/netapp/aws/changelogs/fragments/20.2.0.yaml2
-rw-r--r--ansible_collections/netapp/aws/changelogs/fragments/20.6.0.yaml2
-rw-r--r--ansible_collections/netapp/aws/changelogs/fragments/20.8.0.yaml3
-rw-r--r--ansible_collections/netapp/aws/changelogs/fragments/20.9.0.yaml2
-rw-r--r--ansible_collections/netapp/aws/changelogs/fragments/2019.10.0.yaml2
-rw-r--r--ansible_collections/netapp/aws/changelogs/fragments/DEVOPS-3569.yaml4
-rw-r--r--ansible_collections/netapp/aws/changelogs/fragments/DEVOPS-3644.yaml5
-rw-r--r--ansible_collections/netapp/aws/changelogs/fragments/DEVOPS-4416.yaml2
10 files changed, 135 insertions, 0 deletions
diff --git a/ansible_collections/netapp/aws/changelogs/changelog.yaml b/ansible_collections/netapp/aws/changelogs/changelog.yaml
new file mode 100644
index 00000000..ba907fcd
--- /dev/null
+++ b/ansible_collections/netapp/aws/changelogs/changelog.yaml
@@ -0,0 +1,81 @@
+ancestor: null
+releases:
+ 19.10.0:
+ changes:
+ minor_changes:
+ - refactor existing modules as a collection
+ fragments:
+ - 2019.10.0.yaml
+ release_date: '2019-11-14'
+ 2.9.0:
+ modules:
+ - description: NetApp AWS CloudVolumes Service Manage Active Directory.
+ name: aws_netapp_cvs_active_directory
+ namespace: ''
+ - description: NetApp AWS Cloud Volumes Service Manage FileSystem.
+ name: aws_netapp_cvs_filesystems
+ namespace: ''
+ - description: NetApp AWS Cloud Volumes Service Manage Pools.
+ name: aws_netapp_cvs_pool
+ namespace: ''
+ - description: NetApp AWS Cloud Volumes Service Manage Snapshots.
+ name: aws_netapp_cvs_snapshots
+ namespace: ''
+ release_date: '2019-11-13'
+ 20.2.0:
+ changes:
+ bugfixes:
+ - galaxy.yml - fix path to github repository.
+ fragments:
+ - 20.2.0.yaml
+ release_date: '2020-02-05'
+ 20.6.0:
+ changes:
+ bugfixes:
+ - galaxy.yml - fix repository and homepage links.
+ fragments:
+ - 20.6.0.yaml
+ release_date: '2020-06-03'
+ 20.8.0:
+ changes:
+ 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.
+ fragments:
+ - 20.8.0.yaml
+ release_date: '2020-08-05'
+ 20.9.0:
+ changes:
+ minor_changes:
+ - Fix pylint or flake8 warnings reported by galaxy importer.
+ 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'
+ 21.6.0:
+ changes:
+ bugfixes:
+ - all modules - fix traceback TypeError 'NoneType' object is not subscriptable
+ when URL points to a web server.
+ minor_changes:
+ - all modules - ability to trace API calls and responses.
+ fragments:
+ - DEVOPS-3569.yaml
+ release_date: '2021-07-14'
+ 21.7.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'
diff --git a/ansible_collections/netapp/aws/changelogs/config.yaml b/ansible_collections/netapp/aws/changelogs/config.yaml
new file mode 100644
index 00000000..5f649c68
--- /dev/null
+++ b/ansible_collections/netapp/aws/changelogs/config.yaml
@@ -0,0 +1,32 @@
+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: true
+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: NetApp AWS CVS Collection
+trivial_section_name: trivial
+use_fqcn: true
diff --git a/ansible_collections/netapp/aws/changelogs/fragments/20.2.0.yaml b/ansible_collections/netapp/aws/changelogs/fragments/20.2.0.yaml
new file mode 100644
index 00000000..3f764c1c
--- /dev/null
+++ b/ansible_collections/netapp/aws/changelogs/fragments/20.2.0.yaml
@@ -0,0 +1,2 @@
+bugfixes:
+ - galaxy.yml - fix path to github repository.
diff --git a/ansible_collections/netapp/aws/changelogs/fragments/20.6.0.yaml b/ansible_collections/netapp/aws/changelogs/fragments/20.6.0.yaml
new file mode 100644
index 00000000..fcd0d11e
--- /dev/null
+++ b/ansible_collections/netapp/aws/changelogs/fragments/20.6.0.yaml
@@ -0,0 +1,2 @@
+bugfixes:
+ - galaxy.yml - fix repository and homepage links.
diff --git a/ansible_collections/netapp/aws/changelogs/fragments/20.8.0.yaml b/ansible_collections/netapp/aws/changelogs/fragments/20.8.0.yaml
new file mode 100644
index 00000000..c92e9e41
--- /dev/null
+++ b/ansible_collections/netapp/aws/changelogs/fragments/20.8.0.yaml
@@ -0,0 +1,3 @@
+minor_changes:
+ - use a three group format for version_added. So 2.7 becomes 2.7.0. Same thing for 2.8 and 2.9.
+ - add "elements:" and update "required:" to match module requirements.
diff --git a/ansible_collections/netapp/aws/changelogs/fragments/20.9.0.yaml b/ansible_collections/netapp/aws/changelogs/fragments/20.9.0.yaml
new file mode 100644
index 00000000..c7328c5e
--- /dev/null
+++ b/ansible_collections/netapp/aws/changelogs/fragments/20.9.0.yaml
@@ -0,0 +1,2 @@
+minor_changes:
+ - Fix pylint or flake8 warnings reported by galaxy importer.
diff --git a/ansible_collections/netapp/aws/changelogs/fragments/2019.10.0.yaml b/ansible_collections/netapp/aws/changelogs/fragments/2019.10.0.yaml
new file mode 100644
index 00000000..5723daa1
--- /dev/null
+++ b/ansible_collections/netapp/aws/changelogs/fragments/2019.10.0.yaml
@@ -0,0 +1,2 @@
+minor_changes:
+ - refactor existing modules as a collection
diff --git a/ansible_collections/netapp/aws/changelogs/fragments/DEVOPS-3569.yaml b/ansible_collections/netapp/aws/changelogs/fragments/DEVOPS-3569.yaml
new file mode 100644
index 00000000..19ba55d8
--- /dev/null
+++ b/ansible_collections/netapp/aws/changelogs/fragments/DEVOPS-3569.yaml
@@ -0,0 +1,4 @@
+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.
diff --git a/ansible_collections/netapp/aws/changelogs/fragments/DEVOPS-3644.yaml b/ansible_collections/netapp/aws/changelogs/fragments/DEVOPS-3644.yaml
new file mode 100644
index 00000000..2c7e83f3
--- /dev/null
+++ b/ansible_collections/netapp/aws/changelogs/fragments/DEVOPS-3644.yaml
@@ -0,0 +1,5 @@
+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 asynchronous action fails.
diff --git a/ansible_collections/netapp/aws/changelogs/fragments/DEVOPS-4416.yaml b/ansible_collections/netapp/aws/changelogs/fragments/DEVOPS-4416.yaml
new file mode 100644
index 00000000..6b4b660a
--- /dev/null
+++ b/ansible_collections/netapp/aws/changelogs/fragments/DEVOPS-4416.yaml
@@ -0,0 +1,2 @@
+minor_changes:
+ - PR1 - allow usage of Ansible module group defaults - for Ansible 2.12+.