Skip to content

Commit

Permalink
Documentation for PowerScale 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trisha-dell committed Oct 21, 2024
1 parent a0fc3a6 commit d74c240
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 7 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.5.0
======

Minor Changes
-------------

- Added support to make listing of SMB open files cluster aware.
- Added fix for making the ACL trustee zone-aware for filesystem module.

v3.4.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.4.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.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 |

# 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 @@ -319,3 +319,9 @@ releases:
- ADS module has been enhanced to support the additional parameters.
- NFS module is enhanced to remove masked paths in response and also added declarative approach of managing clients.
release_date: '2024-09-30'
3.5.0:
changes:
minor_changes:
- 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'

Check failure on line 327 in changelogs/changelog.yaml

View workflow job for this annotation

GitHub Actions / Ansible lint (3.10, stable-2.15)

yaml[new-line-at-end-of-file]

No new line character at the end of file

Check failure on line 327 in changelogs/changelog.yaml

View workflow job for this annotation

GitHub Actions / Ansible lint (3.10, stable-2.16)

yaml[new-line-at-end-of-file]

No new line character at the end of file

Check failure on line 327 in changelogs/changelog.yaml

View workflow job for this annotation

GitHub Actions / Ansible lint (3.10, stable-2.17)

yaml[new-line-at-end-of-file]

No new line character at the end of file

Check failure on line 327 in changelogs/changelog.yaml

View workflow job for this annotation

GitHub Actions / Ansible lint (3.11, stable-2.15)

yaml[new-line-at-end-of-file]

No new line character at the end of file

Check failure on line 327 in changelogs/changelog.yaml

View workflow job for this annotation

GitHub Actions / Ansible lint (3.11, stable-2.16)

yaml[new-line-at-end-of-file]

No new line character at the end of file

Check failure on line 327 in changelogs/changelog.yaml

View workflow job for this annotation

GitHub Actions / Ansible lint (3.11, stable-2.17)

yaml[new-line-at-end-of-file]

No new line character at the end of file

Check failure on line 327 in changelogs/changelog.yaml

View workflow job for this annotation

GitHub Actions / Ansible lint (3.11, devel)

yaml[new-line-at-end-of-file]

No new line character at the end of file
9 changes: 4 additions & 5 deletions 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.4.0
### Release notes 3.5.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 | Sepetember 2024 | Ansible Modules for Dell PowerScale 3.4.0 |
| 01 | October 2024 | Ansible Modules for Dell PowerScale 3.5.0 |


Product description
Expand Down Expand Up @@ -82,9 +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:

- ADS module has been enhanced to support the additional parameters.
- Added support to list all the paginated data for the users in Info module.
- NFS module is enhanced to remove masked paths in response and also added declarative approach of managing clients.
- Added support to make listing of SMB open files cluster aware.
- Added fix for making the ACL trustee zone-aware for filesystem module.

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.4.0
version: 3.5.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 d74c240

Please sign in to comment.