Skip to content

Commit 6832af0

Browse files
committed
Bump module version to 0.6.10 and update changelog for new features and fixes
1 parent c3839a0 commit 6832af0

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

AsBuiltReport.NetApp.ONTAP.psd1

Lines changed: 2 additions & 2 deletions
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.9'
15+
ModuleVersion = '0.6.10'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -62,7 +62,7 @@
6262
},
6363
@{
6464
ModuleName = 'Diagrammer.Core';
65-
ModuleVersion = '0.2.32'
65+
ModuleVersion = '0.2.33'
6666
}
6767
)
6868

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

0 commit comments

Comments
 (0)