summaryrefslogtreecommitdiffstats
path: root/ansible_collections/hpe/nimble/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/hpe/nimble/changelogs
parentInitial commit. (diff)
downloadansible-upstream.tar.xz
ansible-upstream.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 '')
-rw-r--r--ansible_collections/hpe/nimble/changelogs/changelog.yaml100
-rw-r--r--ansible_collections/hpe/nimble/changelogs/config.yaml32
2 files changed, 132 insertions, 0 deletions
diff --git a/ansible_collections/hpe/nimble/changelogs/changelog.yaml b/ansible_collections/hpe/nimble/changelogs/changelog.yaml
new file mode 100644
index 00000000..8675131e
--- /dev/null
+++ b/ansible_collections/hpe/nimble/changelogs/changelog.yaml
@@ -0,0 +1,100 @@
+ancestor: null
+releases:
+
+ 1.1.3:
+ changes:
+ release_summary: 'This patch release provides compatibility with Ansible v4.0.0'
+ release_date: '2021-04-24'
+
+ 1.1.2:
+ changes:
+ release_summary: 'This patch release provides compatibility with Ansible v4.0.0'
+ release_date: '2021-04-24'
+
+ 1.1.1:
+ changes:
+ release_summary: 'This patch release provides compatibility with Ansible v4.0.0'
+ release_date: '2021-04-24'
+
+ 1.1.0:
+ changes:
+ release_summary: 'This patch release provides compatibility with Ansible v4.0.0'
+ release_date: '2021-04-15'
+
+ 1.0.1:
+ changes:
+ release_summary: 'This patch release provides compatibility with Ansible v3.0.0'
+ release_date: '2021-03-20'
+
+ 1.0.0:
+ changes:
+ release_summary: 'First release of the HPE Nimble Storage Content Collection for Ansible'
+
+ release_date: '2020-10-18'
+ modules:
+ - description: Manage the HPE Nimble Storage access control records.
+ name: hpe_nimble_access_control_record
+ namespace: ''
+ - description: Manage the HPE Nimble Storage array.
+ name: hpe_nimble_array
+ namespace: ''
+ - description: Manage the HPE Nimble Storage CHAP user.
+ name: hpe_nimble_chap_user
+ namespace: ''
+ - description: Manage the HPE Nimble Storage disk.
+ name: hpe_nimble_disk
+ namespace: ''
+ - description: Manage the HPE Nimble Storage encryption.
+ name: hpe_nimble_encryption
+ namespace: ''
+ - description: Manage the HPE Nimble Storage Fibre Channel.
+ name: hpe_nimble_fc
+ namespace: ''
+ - description: Manage the HPE Nimble Storage group.
+ name: hpe_nimble_group
+ namespace: ''
+ - description: Collect information from HPE Nimble Storage array.
+ name: hpe_nimble_info
+ namespace: ''
+ - description: Manage the HPE Nimble Storage initiator groups.
+ name: hpe_nimble_initiator_group
+ namespace: ''
+ - description: Manage the HPE Nimble Storage network configuration.
+ name: hpe_nimble_network
+ namespace: ''
+ - description: Manage the HPE Nimble Storage Replication Partner.
+ name: hpe_nimble_partner
+ namespace: ''
+ - description: Manage the HPE Nimble Storage performance policies
+ name: hpe_nimble_performance_policy
+ namespace: ''
+ - description: Manage the HPE Nimble Storage pools.
+ name: hpe_nimble_pool
+ namespace: ''
+ - description: Manage the HPE Nimble Storage protection schedules.
+ name: hpe_nimble_protection_schedule
+ namespace: ''
+ - description: Manage the HPE Nimble Storage protection templates.
+ name: hpe_nimble_protection_template
+ namespace: ''
+ - description: Manage the HPE Nimble Storage shelves.
+ name: hpe_nimble_shelf
+ namespace: ''
+ - description: Manage the HPE Nimble Storage snapshots.
+ name: hpe_nimble_snapshot
+ namespace: ''
+ - description: Manage the HPE Nimble Storage snapshot collections.
+ name: hpe_nimble_snapshot_collection
+ namespace: ''
+ - description: Manage the HPE Nimble Storage users.
+ name: hpe_nimble_user
+ namespace: ''
+ - description: Manage the HPE Nimble Storage user policies.
+ name: hpe_nimble_user_policy
+ namespace: ''
+ - description: Manage the HPE Nimble Storage volumes.
+ name: hpe_nimble_volume
+ namespace: ''
+ - description: Manage the HPE Nimble Storage volume collections.
+ name: hpe_nimble_volume_collection
+ namespace: ''
diff --git a/ansible_collections/hpe/nimble/changelogs/config.yaml b/ansible_collections/hpe/nimble/changelogs/config.yaml
new file mode 100644
index 00000000..20ca45bb
--- /dev/null
+++ b/ansible_collections/hpe/nimble/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: false
+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: HPE Nimble Storage Content Collection for Ansible
+trivial_section_name: trivial
+use_fqcn: true