Skip to content

Commit

Permalink
Merge pull request #59 from trisha-dell/Documentation_3.5.0
Browse files Browse the repository at this point in the history
Documentation update for PowerStore 3.5.0
  • Loading branch information
sachin-apa authored Oct 22, 2024
2 parents 57a8b74 + f30f1da commit b5e5d11
Show file tree
Hide file tree
Showing 5 changed files with 22 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.Powerstore Change Logs

.. contents:: Topics

v3.5.0
======

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

- Fixed the idempotency issue for Network module.
- Added support for check_mode and diff_mode for Network 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 @@ -34,7 +34,7 @@ The capabilities of the Ansible modules are managing volumes, volume groups, vCe

| **Ansible Modules** | **PowerStore Version** | **SDK version** | **Python version** | **Ansible** |
|---------------------|-----------------------|-----------------|--------------------|--------------------------|
| v3.4.0 | 2.9.x <br> 3.2.x <br> 3.5.x <br> 3.6.x <br> 4.0.x | 3.3.0 | 3.6.x <br> 3.9.x <br> 3.10.x <br> 3.11.x | 2.15 <br> 2.16 <br> 2.17 |
| v3.5.0 | 2.9.x <br> 3.2.x <br> 3.5.x <br> 3.6.x <br> 4.0.x | 3.3.0 | 3.9.x <br> 3.10.x <br> 3.11.x <br> 3.12.x | 2.15 <br> 2.16 <br> 2.17 |


* Please follow PyPowerStore installation instructions on [PyPowerStore Documentation](https://github.com/dell/python-powerstore)
Expand Down
7 changes: 7 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,3 +259,10 @@ releases:
- Added the support for ACL in the SMB Share module.
- Info module is enhanced to list acls.
release_date: '2024-05-31'

3.5.0:
changes:
minor_changes:
- Fixed the idempotency issue for Network module.
- Added support for check_mode and diff_mode for Network module.
release_date: '2024-10-28'
8 changes: 4 additions & 4 deletions docs/Release Notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**Ansible Modules for Dell Technologies PowerStore**
=========================================
### 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 Down Expand Up @@ -28,7 +28,7 @@ Table 1. Revision history

| Revision | Date | Description |
|----------|--------------|-----------------------------------------------------------|
| 01 | April 2024 | Current release of Ansible Modules for Dell PowerStore 3.4.0 |
| 01 | October 2024 | Current release of Ansible Modules for Dell PowerStore 3.5.0 |

Product Description
-------------------
Expand All @@ -38,8 +38,8 @@ New features & enhancements
---------------------------
Along with the previous release deliverables, this release supports these features:

- Added support for ACLs in the SMB module.
- Info module is enhanced to list acls.
- Fixed the idempotency issue for Network module.
- Added support for check_mode and diff_mode for Network 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 @@ -9,7 +9,7 @@ namespace: dellemc
name: powerstore

# 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
readme: README.md
Expand Down

0 comments on commit b5e5d11

Please sign in to comment.