File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1212 RootModule = ' AsBuiltReport.NetApp.ONTAP.psm1'
1313
1414 # Version number of this module.
15- ModuleVersion = ' 0.6.9 '
15+ ModuleVersion = ' 0.6.10 '
1616
1717 # Supported PSEditions
1818 # CompatiblePSEditions = @()
6262 },
6363 @ {
6464 ModuleName = ' Diagrammer.Core' ;
65- ModuleVersion = ' 0.2.32 '
65+ ModuleVersion = ' 0.2.33 '
6666 }
6767 )
6868
Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.6.10] - Unreleased
9+
10+ ### Changed
11+
12+ - Refactor Export-AbrOntapDiagram to handle image format for Unix platforms and improve error messaging
13+ - Bump Diagrammer.Core module requirement to v0.2.33
14+ - Bump module version to v0.6.10
15+
16+ ### Fixed
17+
18+ - Fix Get-AbrOntapStorageAggrDiagram for drawing node management and aggregate storage relationships correctly.
19+
820## [ 0.6.9] - 2025-10-21
921
1022### Changed
@@ -15,12 +27,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1527 - Diagrammer.Core v0.2.32
1628 - NetApp.Ontap v9.17.1.2509
1729- Refactor Get-NetAppOntapAPI to handle Unix platform and improve error handling in Invoke-AsBuiltReport.NetApp.ONTAP
30+ - Refactor Export-AbrOntapDiagram to handle image format for Unix platforms and improve error messaging
1831
1932### Fixed
2033
2134- Fix issue where cluster replication diagram generation fails if no replication relationships are found.
2235- Fix issue where certain sections of the report may not render correctly on Unix-based systems.
2336- Close [ #58 ] ( https://github.com/AsBuiltReport/AsBuiltReport.NetApp.ONTAP/issues/58 )
37+ - Fix Get-AbrOntapStorageAggrDiagram for drawing node management and aggregate storage relationships correctly.
2438
2539## [ 0.6.8] - 2025-08-18
2640
You can’t perform that action at this time.
0 commit comments