Skip to content

Commit

Permalink
Documentation Changes for R3.6.0 (#137)
Browse files Browse the repository at this point in the history
* Documentation Changes for R3.6.0

* Documentation for PowerScale 3.6.0
  • Loading branch information
meenakshidembi691 authored Nov 21, 2024
1 parent 2d269f2 commit dca3cc8
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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 |
| 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 |

# List of Ansible modules for Dell PowerScale
* [File System Module](https://github.com/dell/ansible-powerscale/blob/main/docs/modules/filesystem.rst)
Expand Down
6 changes: 6 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
8 changes: 4 additions & 4 deletions docs/Release Notes.md → docs/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
------------
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit dca3cc8

Please sign in to comment.