diff options
Diffstat (limited to 'ansible_collections/dellemc/unity/changelogs')
3 files changed, 287 insertions, 0 deletions
diff --git a/ansible_collections/dellemc/unity/changelogs/.plugin-cache.yaml b/ansible_collections/dellemc/unity/changelogs/.plugin-cache.yaml new file mode 100644 index 00000000..111a3618 --- /dev/null +++ b/ansible_collections/dellemc/unity/changelogs/.plugin-cache.yaml @@ -0,0 +1,102 @@ +objects: + role: {} +plugins: + become: {} + cache: {} + callback: {} + cliconf: {} + connection: {} + httpapi: {} + inventory: {} + lookup: {} + module: + cifsserver: + description: Manage CIFS server on Unity storage system + name: cifsserver + namespace: '' + version_added: 1.4.0 + consistencygroup: + description: Manage consistency groups on Unity storage system + name: consistencygroup + namespace: '' + version_added: 1.1.0 + filesystem: + description: Manage filesystem on Unity storage system + name: filesystem + namespace: '' + version_added: 1.1.0 + filesystem_snapshot: + description: Manage filesystem snapshot on the Unity storage system + name: filesystem_snapshot + namespace: '' + version_added: 1.1.0 + host: + description: Manage Host operations on Unity + name: host + namespace: '' + version_added: 1.1.0 + info: + description: Gathering information about Unity + name: info + namespace: '' + version_added: 1.1.0 + interface: + description: Manage Interfaces on Unity storage system + name: interface + namespace: '' + version_added: 1.4.0 + nasserver: + description: Manage NAS servers on Unity storage system + name: nasserver + namespace: '' + version_added: 1.1.0 + nfs: + description: Manage NFS export on Unity storage system + name: nfs + namespace: '' + version_added: 1.1.0 + nfsserver: + description: Manage NFS server on Unity storage system + name: nfsserver + namespace: '' + version_added: 1.4.0 + smbshare: + description: Manage SMB shares on Unity storage system + name: smbshare + namespace: '' + version_added: 1.1.0 + snapshot: + description: Manage snapshots on the Unity storage system + name: snapshot + namespace: '' + version_added: 1.1.0 + snapshotschedule: + description: Manage snapshot schedules on Unity storage system + name: snapshotschedule + namespace: '' + version_added: 1.1.0 + storagepool: + description: Manage storage pool on Unity + name: storagepool + namespace: '' + version_added: 1.1.0 + tree_quota: + description: Manage quota tree on the Unity storage system + name: tree_quota + namespace: '' + version_added: 1.2.0 + user_quota: + description: Manage user quota on the Unity storage system + name: user_quota + namespace: '' + version_added: 1.2.0 + volume: + description: Manage volume on Unity storage system + name: volume + namespace: '' + version_added: 1.1.0 + netconf: {} + shell: {} + strategy: {} + vars: {} +version: 1.5.0 diff --git a/ansible_collections/dellemc/unity/changelogs/changelog.yaml b/ansible_collections/dellemc/unity/changelogs/changelog.yaml new file mode 100644 index 00000000..3e869281 --- /dev/null +++ b/ansible_collections/dellemc/unity/changelogs/changelog.yaml @@ -0,0 +1,152 @@ +ancestor: null +releases: + 1.0.0: + changes: + major_changes: + - Added CRUD operations support for Consistency group. + - Added CRUD operations support for Volume. + - Added CRUD operations support for a snapshot schedule. + - Added support for CRUD operations on a host with FC/iSCSI initiators. + - Added support for CRUD operations on a snapshot of a volume. + - Added support for adding/removing volumes to/from a consistency group. + - Added support to add/remove FC/iSCSI initiators to/from a host. + - Added support to create a snapshot for a consistency group. + - Added support to get/modify operations on storage pool. + - Added support to map/unmap a host to/from a snapshot. + - Gather facts module is enhanced to list volumes, consistency groups, FC initiators, + iSCSI initiators, hosts, snapshot schedules. + modules: + - description: Manage consistency groups on Unity storage system + name: consistencygroup + namespace: '' + - description: Manage Host operations on Unity + name: host + namespace: '' + - description: Gathering information about Unity + name: info + namespace: '' + - description: Manage snapshots on the Unity storage system + name: snapshot + namespace: '' + - description: Manage snapshot schedules on Unity storage system + name: snapshotschedule + namespace: '' + - description: Manage storage pool on Unity + name: storagepool + namespace: '' + - description: Manage volume on Unity storage system + name: volume + namespace: '' + release_date: '2020-06-20' + 1.1.0: + changes: + minor_changes: + - Added CRUD operations support for Filesystem snapshot. + - Added CRUD operations support for Filesystem. + - Added CRUD operations support for NFS export. + - Added CRUD operations support for SMB share. + - Added support to get/modify operations on NAS server. + - Gather facts module is enhanced to list Filesystem snapshots, NAS servers, + File systems, NFS exports, SMB shares. + modules: + - description: Manage filesystem on Unity storage system + name: filesystem + namespace: '' + - description: Manage filesystem snapshot on the Unity storage system + name: filesystem_snapshot + namespace: '' + - description: Manage NAS servers on Unity storage system + name: nasserver + namespace: '' + - description: Manage NFS export on Unity storage system + name: nfs + namespace: '' + - description: Manage SMB shares on Unity storage system + name: smbshare + namespace: '' + release_date: '2020-12-02' + 1.2.0: + changes: + minor_changes: + - Added CRUD operations support for Quota tree. + - Added CRUD operations support for User Quota on Filesystem/Quota tree. + - Added support for Application tagging. + - Consistency group module is enhanced to map/unmap hosts to/from a new or existing + consistency group. + - Filesystem module is enhanced to associate/dissociate snapshot schedule to/from + a Filesystem. + - Filesystem module is enhanced to update default quota configuration during + create operation. + - Gather facts module is enhanced to list User Quota and Quota tree components. + - Volume module is enhanced to support map/unmap multiple hosts from a volume. + modules: + - description: Manage quota tree on the Unity storage system + name: tree_quota + namespace: '' + - description: Manage user quota on the Unity storage system + name: user_quota + namespace: '' + release_date: '2021-06-25' + 1.2.1: + changes: + minor_changes: + - Added dual licensing + - Documentation updates + - Fixed typo in galaxy.yml + - Updated few samples in modules + release_date: '2021-09-28' + 1.3.0: + changes: + minor_changes: + - Added rotating file handler for logging. + - Bugfix in volume module to retrieve details of non-thin volumes. + - Enhance host module to support add/remove network address to/from a host. + - Enhanced Info module to list disk groups. + - Enhanced Storage Pool module to support listing of drive details of a pool + - Enhanced Storage pool module to support creation of storage pool + - Enhanced consistency group module to support enable/disable replication in + consistency group + - Enhanced host module to support both mapping and un-mapping of non-logged-in + initiators to host. + - Enhanced host module to support listing of network addresses, FC initiators, + ISCSI initiators and allocated volumes of a host + - Removed dellemc.unity prefix from module names. + - Renamed gatherfacts module to info module + release_date: '2022-03-25' + 1.4.0: + changes: + minor_changes: + - Added cifsserver module to support create, list and delete CIFS server. + - Added execution environment manifest file to support building an execution + environment with ansible-builder. + - Added interface module to support create, list and delete interface. + - Added nfsserver module to support create, list and delete NFS server. + - Check mode is supported for Info. + - Enhance nfs module to support advanced host management option. + - Enhanced filesystem module to support create, modify and delete of filesystem + replication. + - Enhanced info module to list cifs server, nfs servers, ethernet port and file + interface. + - Enhanced nas server module to support create, modify and delete of nas server + replication. + modules: + - description: Manage CIFS server on Unity storage system + name: cifsserver + namespace: '' + - description: Manage Interfaces on Unity storage system + name: interface + namespace: '' + - description: Manage NFS server on Unity storage system + name: nfsserver + namespace: '' + release_date: '2022-06-28' + 1.4.1: + changes: + minor_changes: + - Updated the execution environment related files. + release_date: '2022-09-27' + 1.5.0: + changes: + minor_changes: + - Updated modules to adhere with ansible community guidelines. + release_date: '2022-12-20' diff --git a/ansible_collections/dellemc/unity/changelogs/config.yaml b/ansible_collections/dellemc/unity/changelogs/config.yaml new file mode 100644 index 00000000..b4bf6e16 --- /dev/null +++ b/ansible_collections/dellemc/unity/changelogs/config.yaml @@ -0,0 +1,33 @@ +--- +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: Dellemc.Unity +trivial_section_name: trivial +use_fqcn: true |