Skip to content

Commit fd3f0ee

Browse files
Release Documentation Update
1 parent b7d1c28 commit fd3f0ee

File tree

6 files changed

+25
-14
lines changed

6 files changed

+25
-14
lines changed

CHANGELOG.rst

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

55
.. contents:: Topics
66

7+
v3.8.0.1
8+
======
9+
10+
Bug Fixes
11+
-------------
12+
13+
- GitHub defect fixes for filesystem module. (Issues # 38, # 121 and # 174)
14+
715
v3.8.0
816
======
917

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.8.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.8.0.1 | 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

catalog-info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ metadata:
2828
spec:
2929
type: service
3030
lifecycle: production
31-
owner: user:default/sachin_apagundi
31+
owner: user:default/gokul-srivathsan
3232
visibility: all

changelogs/changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,3 +346,8 @@ releases:
346346
- Internal defect fixes for the modules settings, snapshot, group, nfs, smb, smb_global_settings, alert_rule,
347347
filesystem, nfs_alias, synciqpolicy, ads and info.
348348
release_date: '2025-03-28'
349+
3.8.0.1:
350+
changes:
351+
bug_fixes:
352+
- GitHub defect fixes for filesystem module. (Issues # 38, # 121 and # 174)
353+
release_date: '2025-05-29'

docs/RELEASE_NOTES.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
**Ansible Modules for Dell Technologies PowerScale**
22
=========================================
3-
### Release notes 3.8.0
3+
### Release notes 3.8.0.1
44

5-
> © 2024 Dell Inc. or its subsidiaries. All rights reserved. Dell
5+
> © 2025 Dell Inc. or its subsidiaries. All rights reserved. Dell
66
> and other trademarks are trademarks of Dell Inc. or its
77
> subsidiaries. Other trademarks may be trademarks of their respective
88
> owners.
@@ -25,10 +25,11 @@ The table in this section lists the revision history of this document.
2525

2626
Table 1. Revision history
2727

28-
| Revision | Date | Description |
29-
|----------|---------------|-----------------------------------------------------------|
30-
| 01 | March 2025 | Ansible Modules for Dell PowerScale 3.8.0 |
31-
| 02 | December 2024 | Ansible Modules for Dell PowerScale 3.7.0 |
28+
| Revision | Date | Description |
29+
|----------|-----------------|-----------------------------------------------------------|
30+
| 01 | May 2025 | Ansible Modules for Dell PowerScale 3.8.0.1 |
31+
| 02 | March 2025 | Ansible Modules for Dell PowerScale 3.8.0 |
32+
| 03 | December 2024 | Ansible Modules for Dell PowerScale 3.7.0 |
3233

3334

3435
Product description
@@ -81,12 +82,9 @@ New Features and Enhancements
8182
---------------------------
8283
This section describes the features or enhancements of the Ansible Modules for Dell PowerScale for this release.
8384

84-
The Ansible Modules for Dell PowerScale release 3.8.0 provides the following enhancements:
85+
The Ansible Modules for Dell PowerScale release 3.8.0.1 provides the following enhancements:
8586

86-
- GitHub defect fixes networkpool module for unauthorized error (issue 133), smb share module return error (issue 138)
87-
and filesystem modules cannot delete non empty folders and returns invalid error message (issue 148)
88-
- Internal defect fixes for the modules settings, snapshot, group, nfs, smb, smb_global_settings, alert_rule,
89-
filesystem, nfs_alias, synciqpolicy, ads and info.
87+
- GitHub defect fixes for filesystem module. (Issues # 38, # 121 and # 174)
9088

9189
Known issues
9290
------------

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.8.0
17+
version: 3.8.0.1
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)