From e2289891ede20eb4a8b38d3b516c9f9a8c7f3846 Mon Sep 17 00:00:00 2001 From: meenakshidembi691 Date: Wed, 20 Nov 2024 20:00:31 +0530 Subject: [PATCH 1/2] Documentation Changes for R3.6.0 --- CHANGELOG.rst | 9 +++++++++ README.md | 2 +- changelogs/changelog.yaml | 6 ++++++ docs/Release Notes.md | 4 ++-- galaxy.yml | 2 +- 5 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 43334cd..e116693 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,15 @@ Dellemc.Powerscale Change Logs .. contents:: Topics +v3.6.0 +====== + +Minor Changes +------------- + +- Added diff mode support for NFS module. +- Fixed failure of listing support_assist details in info module for oneFS version 9.4.0 and below. + v3.5.0 ====== diff --git a/README.md b/README.md index 7c2ba3d..be7eea4 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ This table provides information about the software prerequisites for the Ansible | **Ansible Modules** | **OneFS Version** | **Python version** | **Python SDK version** | **Ansible** | |---------------------|-----------------------|--------------------|----------------------------|--------------------------| -| v3.5.0 | 9.4.x
9.5.x
9.7.x
9.8.x | 3.9
3.10
3.11
3.12 | 0.3.0.1 | 2.15
2.16
2.17 | +| v3.6.0 | 9.4.x
9.5.x
9.7.x
9.8.x | 3.9
3.10
3.11
3.12 | 0.3.0.1 | 2.15
2.16
2.17 | # List of Ansible modules for Dell PowerScale * [File System Module](https://github.com/dell/ansible-powerscale/blob/main/docs/modules/filesystem.rst) diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 21505da..c00ceda 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -325,3 +325,9 @@ releases: - Added support to make listing of SMB open files cluster aware. - Added fix for making the ACL trustee zone-aware for filesystem module. release_date: '2024-10-28' + 3.6.0: + changes: + minor_changes: + - Added diff mode support for NFS module. + - Fixed failure of listing support_assist details in info module for oneFS version 9.4.0 and below. + release_date: '2024-11-29' diff --git a/docs/Release Notes.md b/docs/Release Notes.md index 5467c51..9519ed5 100644 --- a/docs/Release Notes.md +++ b/docs/Release Notes.md @@ -1,6 +1,6 @@ **Ansible Modules for Dell Technologies PowerScale** ========================================= -### Release notes 3.5.0 +### Release notes 3.6.0 > © 2024 Dell Inc. or its subsidiaries. All rights reserved. Dell > and other trademarks are trademarks of Dell Inc. or its @@ -27,7 +27,7 @@ Table 1. Revision history | Revision | Date | Description | |----------|---------------|-----------------------------------------------------------| -| 01 | October 2024 | Ansible Modules for Dell PowerScale 3.5.0 | +| 01 | November 2024 | Ansible Modules for Dell PowerScale 3.6.0 | Product description diff --git a/galaxy.yml b/galaxy.yml index d55f3aa..996fba9 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -14,7 +14,7 @@ name: powerscale # The version of the collection. # Must be compatible with semantic versioning -version: 3.5.0 +version: 3.6.0 # The path to the Markdown (.md) readme file. # This path is relative to the root of the collection. From 407a7d265a73e2140a36cf45b6ce52996c283ff9 Mon Sep 17 00:00:00 2001 From: meenakshidembi691 Date: Thu, 21 Nov 2024 11:23:25 +0530 Subject: [PATCH 2/2] Documentation for PowerScale 3.6.0 --- docs/{Release Notes.md => RELEASE_NOTES.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename docs/{Release Notes.md => RELEASE_NOTES.md} (98%) diff --git a/docs/Release Notes.md b/docs/RELEASE_NOTES.md similarity index 98% rename from docs/Release Notes.md rename to docs/RELEASE_NOTES.md index 9519ed5..14c7cdd 100644 --- a/docs/Release Notes.md +++ b/docs/RELEASE_NOTES.md @@ -82,8 +82,8 @@ This section describes the features of the Ansible Modules for Dell PowerScale f The Ansible Modules for Dell PowerScale release 3.4.0 supports the following features: -- Added support to make listing of SMB open files cluster aware. -- Added fix for making the ACL trustee zone-aware for filesystem module. +- Added diff mode support for NFS module. +- Fixed failure of listing support_assist details in info module for oneFS version 9.4.0 and below. Known issues ------------