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/hpe/nimble/changelogs | |
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/hpe/nimble/changelogs')
-rw-r--r-- | ansible_collections/hpe/nimble/changelogs/changelog.yaml | 100 | ||||
-rw-r--r-- | ansible_collections/hpe/nimble/changelogs/config.yaml | 32 |
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 000000000..8675131e2 --- /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 000000000..20ca45bb4 --- /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 |