Skip to content

Commit dca3cc8

Browse files
Documentation Changes for R3.6.0 (#137)
* Documentation Changes for R3.6.0 * Documentation for PowerScale 3.6.0
1 parent 2d269f2 commit dca3cc8

5 files changed

Lines changed: 21 additions & 6 deletions

File tree

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ Dellemc.Powerscale Change Logs
44

55
.. contents:: Topics
66

7+
v3.6.0
8+
======
9+
10+
Minor Changes
11+
-------------
12+
13+
- Added diff mode support for NFS module.
14+
- Fixed failure of listing support_assist details in info module for oneFS version 9.4.0 and below.
15+
716
v3.5.0
817
======
918

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ This table provides information about the software prerequisites for the Ansible
8181

8282
| **Ansible Modules** | **OneFS Version** | **Python version** | **Python SDK version** | **Ansible** |
8383
|---------------------|-----------------------|--------------------|----------------------------|--------------------------|
84-
| v3.5.0 | 9.4.x <br> 9.5.x <br> 9.7.x <br> 9.8.x | 3.9 <br> 3.10 <br> 3.11 <br> 3.12 | 0.3.0.1 | 2.15 <br> 2.16 <br> 2.17 |
84+
| v3.6.0 | 9.4.x <br> 9.5.x <br> 9.7.x <br> 9.8.x | 3.9 <br> 3.10 <br> 3.11 <br> 3.12 | 0.3.0.1 | 2.15 <br> 2.16 <br> 2.17 |
8585

8686
# List of Ansible modules for Dell PowerScale
8787
* [File System Module](https://github.com/dell/ansible-powerscale/blob/main/docs/modules/filesystem.rst)

changelogs/changelog.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,3 +325,9 @@ releases:
325325
- Added support to make listing of SMB open files cluster aware.
326326
- Added fix for making the ACL trustee zone-aware for filesystem module.
327327
release_date: '2024-10-28'
328+
3.6.0:
329+
changes:
330+
minor_changes:
331+
- Added diff mode support for NFS module.
332+
- Fixed failure of listing support_assist details in info module for oneFS version 9.4.0 and below.
333+
release_date: '2024-11-29'
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**Ansible Modules for Dell Technologies PowerScale**
22
=========================================
3-
### Release notes 3.5.0
3+
### Release notes 3.6.0
44

55
> © 2024 Dell Inc. or its subsidiaries. All rights reserved. Dell
66
> and other trademarks are trademarks of Dell Inc. or its
@@ -27,7 +27,7 @@ Table 1. Revision history
2727

2828
| Revision | Date | Description |
2929
|----------|---------------|-----------------------------------------------------------|
30-
| 01 | October 2024 | Ansible Modules for Dell PowerScale 3.5.0 |
30+
| 01 | November 2024 | Ansible Modules for Dell PowerScale 3.6.0 |
3131

3232

3333
Product description
@@ -82,8 +82,8 @@ This section describes the features of the Ansible Modules for Dell PowerScale f
8282

8383
The Ansible Modules for Dell PowerScale release 3.4.0 supports the following features:
8484

85-
- Added support to make listing of SMB open files cluster aware.
86-
- Added fix for making the ACL trustee zone-aware for filesystem module.
85+
- Added diff mode support for NFS module.
86+
- Fixed failure of listing support_assist details in info module for oneFS version 9.4.0 and below.
8787

8888
Known issues
8989
------------

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ name: powerscale
1414

1515
# The version of the collection.
1616
# Must be compatible with semantic versioning
17-
version: 3.5.0
17+
version: 3.6.0
1818

1919
# The path to the Markdown (.md) readme file.
2020
# This path is relative to the root of the collection.

0 commit comments

Comments
 (0)