AsBuiltReport / AsBuiltReport.NetApp.ONTAP

A PowerShell module to generate an as built report on the configuration of NetApp ONTAP storage arrays.
MIT License
15 stars 3 forks source link

v0.6.7 public release #48

Closed rebelinux closed 3 months ago

rebelinux commented 3 months ago

Description

[0.6.7] - 2024-08-09

Added

Changed

Fixed

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

MicKBfr commented 3 months ago

Description

[0.6.7] - 2024-08-09

Added

* Initial Vserver NVME support

* Added option for MetroCluster vserver exclusions (*-mc) @MicKBfr

Changed

* Update the Eomm/why-don-t-you-tweet action to v2.0.0

* General code cleanup/improvements

* Increased Required Modules version:

  * AsBuiltReport.Core v1.4.0
  * NetApp.Ontap v9.15.1.2407

Fixed

* Fix [#40](https://github.com/AsBuiltReport/AsBuiltReport.NetApp.ONTAP/issues/40)

* Fix [#41](https://github.com/AsBuiltReport/AsBuiltReport.NetApp.ONTAP/issues/41)

* Fix [#42](https://github.com/AsBuiltReport/AsBuiltReport.NetApp.ONTAP/issues/42)

* Fix [#43](https://github.com/AsBuiltReport/AsBuiltReport.NetApp.ONTAP/issues/43)

Related Issue

Motivation and Context

How Has This Been Tested?

* HomeLab

Screenshots (if appropriate):

Types of changes

* [x]  Bug fix (non-breaking change which fixes an issue)

* [x]  New feature (non-breaking change which adds functionality)

* [x]  Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

* [x]  My code follows the code style of this project.

* [x]  My change requires a change to the documentation.

* [x]  I have updated the documentation accordingly.

* [x]  I have read the [**CONTRIBUTING**](/CONTRIBUTING.md) document.