Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for PowerScale 3.5.0 #125

Merged
merged 3 commits into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'
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
Loading