File tree Expand file tree Collapse file tree 5 files changed +27
-7
lines changed
Expand file tree Collapse file tree 5 files changed +27
-7
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ Dellemc.Powerscale Change Logs
44
55.. contents :: Topics
66
7+ v3.7.0
8+ ======
9+
10+ Minor Changes
11+ -------------
12+
13+ - Added check and diff mode support for synciqpolicy module.
14+
15+ Bug Fixes
16+ -------------
17+
18+ - Fixed bugs for synciqpolicy module. (Issues #44 and #130)
19+
720v3.6.0
821======
922
Original file line number Diff line number Diff 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.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 |
84+ | v3.7 .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 )
Original file line number Diff line number Diff line change @@ -331,3 +331,10 @@ releases:
331331 - Added diff mode support for NFS module.
332332 - Fixed failure of listing support_assist details in info module for oneFS version 9.4.0 and below.
333333 release_date : ' 2024-11-29'
334+ 3.7.0 :
335+ changes :
336+ minor_changes :
337+ - Added check and diff mode support for synciqpolicy module.
338+ bug_fixes :
339+ - Fixed bugs for synciqpolicy module. (Issues # 44 and # 130)
340+ release_date : ' 2024-12-24'
Original file line number Diff line number Diff line change 11** Ansible Modules for Dell Technologies PowerScale**
22=========================================
3- ### Release notes 3.6 .0
3+ ### Release notes 3.7 .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 | November 2024 | Ansible Modules for Dell PowerScale 3.6 .0 |
30+ | 01 | December 2024 | Ansible Modules for Dell PowerScale 3.7 .0 |
3131
3232
3333Product description
@@ -80,10 +80,10 @@ New Features and Enhancements
8080---------------------------
8181This section describes the features of the Ansible Modules for Dell PowerScale for this release.
8282
83- The Ansible Modules for Dell PowerScale release 3.4 .0 supports the following features:
83+ The Ansible Modules for Dell PowerScale release 3.7 .0 supports the following features:
8484
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.
85+ - Added check and diff mode support for synciqpolicy module.
86+ - Fixed bugs for synciqpolicy module. (Issues # 44 and # 130 )
8787
8888Known issues
8989------------
Original file line number Diff line number Diff 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.6 .0
17+ version : 3.7 .0
1818
1919# The path to the Markdown (.md) readme file.
2020# This path is relative to the root of the collection.
You can’t perform that action at this time.
0 commit comments