diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:22 +0000 |
commit | 38b7c80217c4e72b1d8988eb1e60bb6e77334114 (patch) | |
tree | 356e9fd3762877d07cde52d21e77070aeff7e789 /ansible_collections/ibm/storage_virtualize/changelogs | |
parent | Adding upstream version 7.7.0+dfsg. (diff) | |
download | ansible-38b7c80217c4e72b1d8988eb1e60bb6e77334114.tar.xz ansible-38b7c80217c4e72b1d8988eb1e60bb6e77334114.zip |
Adding upstream version 9.4.0+dfsg.upstream/9.4.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/ibm/storage_virtualize/changelogs')
3 files changed, 89 insertions, 0 deletions
diff --git a/ansible_collections/ibm/storage_virtualize/changelogs/changelog.yaml b/ansible_collections/ibm/storage_virtualize/changelogs/changelog.yaml new file mode 100644 index 000000000..ef620673a --- /dev/null +++ b/ansible_collections/ibm/storage_virtualize/changelogs/changelog.yaml @@ -0,0 +1,60 @@ +releases: + 2.0.0: + release_date: '2023-06-30' + changes: + minor_changes: + - ibm_svc_mdisk - Added support for Distributed Arrays (DRAID). + - ibm_svc_manage_flashcopy - Added support for backup type snapshots. + - ibm_svc_manage_volumegroup - Added support to rename an existing volume group. + bugfixes: + - ibm_svc_manage_volume - Allow adding hyperswap volume to a volume group. + 2.1.0: + release_date: '2023-09-29' + changes: + minor_changes: + - ibm_svc_host - Added support to associate/deassociate volume group with a storage partition. + - ibm_svc_info - Added support to display current security settings. + - ibm_svc_manage_volumgroup - Added support to associate/deassociate volume group with a storage partition. + - ibm_sv_manage_replication_policy - Added support to configure a 2-site-ha policy. + bugfixes: + release_summary: Introduced two new modules. Added support for syslog server management and storage partition. + modules: + - description: Manages security settings on Storage Virtualize system related to SSH protocol and password-related + configuration + name: ibm_sv_manage_security + namespace: '' + - description: Manages storage partition on Storage Virtualize system used for policy based High Availability + name: ibm_sv_manage_storage_partition + namespace: '' + - description: Manages syslog server configuration on Storage Virtualize system + name: ibm_sv_manage_syslog_server + namespace: '' + 2.2.0: + release_date: '2023-12-29' + changes: + minor_changes: + - ibm_svc_info - Added support to display information about thinclone/clone volumes and volumegroups. + - ibm_svc_host - Added support to create nvmetcp host. + - ibm_svc_manage_volumgroup - Added support to delete volumegroups keeping volumes via 'evictvolumes'. + - ibm_sv_manage_snapshot - Added support to restore entire volumegroup from a snapshot of that volumegroup. + - ibm_sv_manage_replication_policy - Added support to configure a 2-site-ha policy. + bugfixes: + release_summary: Added support for restoring volumegroups from snapshot, creating NVMeTCP host, features + (evictvolumes, retentionminutes, volume and volumegroup information) for thincloned/cloned volume and + volumegroups) + 2.3.0: + release_date: '2024-03-29' + changes: + minor_changes: + - ibm_svc_info - Added support to display information about partition, quorum, IO group, VG replication and + enclosure, snmp server and ldap server + - ibm_svc_manage_volume - Added support to create clone or thinclone from snapshot + - ibm_svc_manage_volumgroup - Added support to create clone or thinkclone volumegroup from snapshot from a + subset of volumes + - ibm_sv_manage_snapshot - Added support to restore subset of volumes of a volumegroup from a snapshot + bugfixes: + - ibm_svc_info - Command and release mapping to remove errors in gather_subset=all + - ibm_svc_info - Return error in listing entities that require object name + + release_summary: Added support for restoring set of volumes from snapshot, clone and thinclone management, + and feature to release mapping for SVC entities. diff --git a/ansible_collections/ibm/storage_virtualize/changelogs/config.yaml b/ansible_collections/ibm/storage_virtualize/changelogs/config.yaml new file mode 100644 index 000000000..08c3ba7cc --- /dev/null +++ b/ansible_collections/ibm/storage_virtualize/changelogs/config.yaml @@ -0,0 +1,29 @@ +changelog_filename_template: ../CHANGELOG.rst +changelog_filename_version_depth: 0 +changes_file: changelog.yaml +changes_format: combined +keep_fragments: false +mention_ancestor: true +new_plugins_after_name: removed_features +notesdir: fragments +prelude_section_name: release_summary +prelude_section_title: Release Summary +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: CHANGE THIS IN changelogs/config.yaml! +trivial_section_name: trivial diff --git a/ansible_collections/ibm/storage_virtualize/changelogs/fragments/.keep b/ansible_collections/ibm/storage_virtualize/changelogs/fragments/.keep new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/ansible_collections/ibm/storage_virtualize/changelogs/fragments/.keep |