Skip to content

Commit cd40e50

Browse files
authored
Merge pull request #13 from AsBuiltReport/dev
0.6.1 minor release
2 parents d9a4447 + 5c652c4 commit cd40e50

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

AsBuiltReport.NetApp.ONTAP.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'AsBuiltReport.NetApp.ONTAP.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.6.0'
15+
ModuleVersion = '0.6.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# :arrows_counterclockwise: NetApp ONTAP Storage As Built Report Changelog
22

3+
## [0.6.1] - 2021-12-02
4+
5+
### Added
6+
7+
- None
8+
9+
### Changed
10+
11+
- Updated Changelog to reflect v0.6.0 changes
12+
13+
### Fixed
14+
15+
- None
16+
17+
## [0.6.0] - 2021-12-02
18+
19+
### Added
20+
21+
- Added Vserver CIFS Client Session information.
22+
- Added Storage Aggregate Option Information.
23+
24+
### Changed
25+
26+
- The network section has been changed to show the content per node.
27+
- Updated HTML Sample Report.
28+
- Implemented the ability to specify the InfoLevel option.
29+
30+
### Fixed
31+
32+
- Fix Volume SnapShot Section logic to display content only when there are snapshots data available.
33+
334
## [0.5.0] - 2021-10-11
435

536
### Added

0 commit comments

Comments
 (0)