summaryrefslogtreecommitdiffstats
path: root/ansible_collections/dellemc/unity/changelogs
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-18 05:52:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-18 05:52:27 +0000
commit3b0807ad7b283c46c21862eb826dcbb4ad04e5e2 (patch)
tree6461ea75f03eca87a5a90c86c3c9a787a6ad037e /ansible_collections/dellemc/unity/changelogs
parentAdding debian version 7.7.0+dfsg-3. (diff)
downloadansible-3b0807ad7b283c46c21862eb826dcbb4ad04e5e2.tar.xz
ansible-3b0807ad7b283c46c21862eb826dcbb4ad04e5e2.zip
Merging upstream version 9.4.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/dellemc/unity/changelogs')
-rw-r--r--ansible_collections/dellemc/unity/changelogs/.plugin-cache.yaml9
-rw-r--r--ansible_collections/dellemc/unity/changelogs/changelog.yaml19
2 files changed, 26 insertions, 2 deletions
diff --git a/ansible_collections/dellemc/unity/changelogs/.plugin-cache.yaml b/ansible_collections/dellemc/unity/changelogs/.plugin-cache.yaml
index 40d737b5f..5e4c94e39 100644
--- a/ansible_collections/dellemc/unity/changelogs/.plugin-cache.yaml
+++ b/ansible_collections/dellemc/unity/changelogs/.plugin-cache.yaml
@@ -6,6 +6,7 @@ plugins:
callback: {}
cliconf: {}
connection: {}
+ filter: {}
httpapi: {}
inventory: {}
lookup: {}
@@ -60,6 +61,11 @@ plugins:
name: nfsserver
namespace: ''
version_added: 1.4.0
+ replication_session:
+ description: Manage replication session on Unity storage system
+ name: replication_session
+ namespace: ''
+ version_added: 1.7.0
smbshare:
description: Manage SMB shares on Unity storage system
name: smbshare
@@ -98,5 +104,6 @@ plugins:
netconf: {}
shell: {}
strategy: {}
+ test: {}
vars: {}
-version: 1.6.0
+version: 1.7.1
diff --git a/ansible_collections/dellemc/unity/changelogs/changelog.yaml b/ansible_collections/dellemc/unity/changelogs/changelog.yaml
index ee13691d9..6ab226ac6 100644
--- a/ansible_collections/dellemc/unity/changelogs/changelog.yaml
+++ b/ansible_collections/dellemc/unity/changelogs/changelog.yaml
@@ -153,7 +153,24 @@ releases:
1.6.0:
changes:
minor_changes:
+ - Add synchronous replication support for filesystem.
- Support addition of host from the Host List to NFS Export in nfs module.
- Support enable/disable advanced dedup in volume module.
- - Add synchronous replication support for filesystem.
release_date: '2023-03-31'
+ 1.7.0:
+ changes:
+ minor_changes:
+ - Added replication session module to get details, pause, resume, sync, failover,
+ failback and delete replication sessions.
+ - Added support for Unity XT SeaHawk 5.3
+ - Documentation updates for boolean values based on ansible community guidelines.
+ modules:
+ - description: Manage replication session on the Unity storage system
+ name: replication_session
+ namespace: ''
+ release_date: '2023-06-30'
+ 1.7.1:
+ changes:
+ minor_changes:
+ - Patch update to fix import errors in utils file.
+ release_date: '2023-07-31'