summaryrefslogtreecommitdiffstats
path: root/ansible_collections/ibm/spectrum_virtualize/changelogs/changelog.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/ibm/spectrum_virtualize/changelogs/changelog.yaml')
-rw-r--r--ansible_collections/ibm/spectrum_virtualize/changelogs/changelog.yaml138
1 files changed, 138 insertions, 0 deletions
diff --git a/ansible_collections/ibm/spectrum_virtualize/changelogs/changelog.yaml b/ansible_collections/ibm/spectrum_virtualize/changelogs/changelog.yaml
new file mode 100644
index 000000000..d7344d539
--- /dev/null
+++ b/ansible_collections/ibm/spectrum_virtualize/changelogs/changelog.yaml
@@ -0,0 +1,138 @@
+ancestor: null
+releases:
+ 1.0.2:
+ release_date: '2020-04-14'
+ changes:
+ release_summary: The `IBM Spectrum Virtualize Ansible Modules <https://github.com/ansible-collections/ibm.spectrum_virtualize>`_
+ are available on Ansible Galaxy as a collection.
+ 1.6.0:
+ release_date: '2021-09-29'
+ changes:
+ bugfixes:
+ - Fixed bug `#43 <https://github.com/ansible-collections/ibm.spectrum_virtualize/issues/43>`
+ deprecated_features:
+ - ibm_svc_vdisk - A new module ibm_svc_manage_volume has been introduced to manage standard volumes.
+ minor_changes:
+ - ibm_svc_hostcluster - Added support for 'chhostcluster' host command
+ release_summary: Introduced three new modules. Added support for volume groups, volume migration, along with bug fixes.
+ modules:
+ - description: Manages volume groups on Spectrum Virtualize system
+ name: ibm_svc_manage_volumegroup
+ namespace: ''
+ - description: Manages standard volumes on Spectrum Virtualize system using 'mkvolume'
+ name: ibm_svc_manage_volume
+ namespace: ''
+ - description: Manages volume migration between Spectrum Virtualize storage systems
+ name: ibm_svc_manage_migration
+ namespace: ''
+ 1.7.0:
+ release_date: '2021-12-24'
+ changes:
+ release_summary: Added new modules for managing users, user groups and ownership groups. Added modules for configuring
+ Call Home, remote support assistance and initial setup configurations.
+ modules:
+ - description: Manages users on Spectrum Virtualize system
+ name: ibm_svc_manage_user
+ namespace: ''
+ - description: Manages user groups on Spectrum Virtualize system
+ name: ibm_svc_manage_usergroup
+ namespace: ''
+ - description: Manages ownership groups on Spectrum Virtualize storage systems
+ name: ibm_svc_manage_ownershipgroup
+ namespace: ''
+ - description: Manages Call Home configuration on Spectrum Virtualize storage systems
+ name: ibm_svc_manage_callhome
+ namespace: ''
+ - description: Manages remote support assistance on Spectrum Virtualize storage systems
+ name: ibm_svc_manage_sra
+ namespace: ''
+ - description: Allow user to do initial setup configuration on Spectrum Virtualize storage systems
+ name: ibm_svc_initial_setup
+ namespace: ''
+ 1.8.0:
+ release_date: '2022-3-31'
+ changes:
+ release_summary: Added new modules for managing portsets, IP configuration and safeguarded policies.
+ Also added support to complete initial setup configurations for LMC systems.
+ modules:
+ - description: Manages IP portset on Spectrum Virtualize system
+ name: ibm_svc_manage_portset
+ namespace: ''
+ - description: Manages IP provisioning on Spectrum Virtualize system
+ name: ibm_svc_manage_ip
+ namespace: ''
+ - description: Manages safeguarded policy configuration on Spectrum Virtualize storage systems
+ name: ibm_svc_manage_safeguarded_policy
+ namespace: ''
+ - description: Completes initial setup configuration for Licensed Machine Code (LMC) systems
+ name: ibm_svc_complete_initial_setup
+ namespace: ''
+ 1.9.0:
+ release_date: '2022-6-30'
+ changes:
+ release_summary: Added new modules for managing IP partnership, snapshots, and snapshot policies.
+ Also added support to rename an existing host and existing volume.
+ modules:
+ - description: Manages IP configuration on Spectrum Virtualize systems
+ name: ibm_sv_manage_ip_partnership
+ namespace: ''
+ - description: Manages snapshots (mutual consistent images of a volume) on Spectrum Virtualize systems
+ name: ibm_sv_manage_snapshot
+ namespace: ''
+ - description: Manages snapshot policy configuration on Spectrum Virtualize storage systems
+ name: ibm_sv_manage_snapshotpolicy
+ namespace: ''
+ 1.10.0:
+ release_date: '2022-9-30'
+ changes:
+ release_summary: Added new modules for managing provisioning policy and managing policy based replication.
+ Also added support to use an existing SSL certificate to create mTLS partnership between partner systems.
+ modules:
+ - description: Manages provisioning policy on Spectrum Virtualize systems
+ name: ibm_sv_manage_provisioning_policy
+ namespace: ''
+ - description: Manages policy based replication on Spectrum Virtualize systems
+ name: ibm_sv_manage_replication_policy
+ namespace: ''
+ - description: Allows user to switch replication direction in case of DR on Spectrum Virtualize storage systems
+ name: ibm_sv_switch_replication_direction
+ namespace: ''
+ - description: Allows user to export an existing system certificate on Spectrum Virtualize storage systems
+ name: ibm_sv_manage_ssl_certificate
+ namespace: ''
+ - description: Manages the certificates trust store on Spectrum Virtualize storage systems
+ name: ibm_sv_manage_truststore_for_replication
+ namespace: ''
+ 1.11.0:
+ release_date: '2022-12-16'
+ changes:
+ release_summary: Added new modules for configuring Transparent Cloud Tiering (TCT) through Ansible.
+ minor_changes:
+ - ibm_svc_host - Added support for modification of iSCSI host.
+ - ibm_svc_manage_migraiton - Added support for volume migration across pools.
+ modules:
+ - description: Manages AWS cloud account configuration on Spectrum Virtualize systems
+ name: ibm_sv_manage_awss3_cloudaccount
+ namespace: ''
+ - description: Manages cloud backup on Spectrum Virtualize systems
+ name: ibm_sv_manage_cloud_backups
+ namespace: ''
+ - description: Allows user to restore an existing cloud backup on Spectrum Virtualize systems
+ name: ibm_sv_restore_cloud_backup
+ namespace: ''
+ 1.12.0:
+ release_date: '2023-03-15'
+ changes:
+ release_summary: Added new modules for managing FC partnership and FC portsets through Ansible.
+ minor_changes:
+ - ibm_svc_host - Added support for NVMe ROCE host.
+ - ibm_svc_info - Added new options for gather_subset parameter.
+ - ibm_svc_manage_portset - Added support for FC portset and rename functionality.
+ - ibm_svc_mdiskgrp - Added more parameters for storage pool configuration.
+ modules:
+ - description: Manages FC partnership on Spectrum Virtualize systems
+ name: ibm_sv_manage_fc_partnership
+ namespace: ''
+ - description: Manages addition or removal of ports from the Fibre Channel (FC) portsets on Spectrum Virtualize storage systems
+ name: ibm_sv_manage_fcportsetmember
+ namespace: ''