Skip to content

Commit d46ea27

Browse files
authored
Merge pull request #39 from AsBuiltReport/dev
v0.3.5 public release
2 parents 319607c + 92e6888 commit d46ea27

10 files changed

+455
-621
lines changed

AsBuiltReport.Veeam.VB365.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'AsBuiltReport.Veeam.VB365.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.3.4'
15+
ModuleVersion = '0.3.5'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -63,7 +63,7 @@
6363
},
6464
@{
6565
ModuleName = 'Diagrammer.Core';
66-
ModuleVersion = '0.2.3'
66+
ModuleVersion = '0.2.4'
6767
}
6868
)
6969

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
##### This project is community maintained and has no sponsorship from Veeam, its employees or any of its affiliates.
99

10+
## [0.3.5] - 2024-09-09
11+
12+
### Added
13+
14+
- Add Proxy Pool support
15+
16+
### Changed
17+
18+
- Migrate infrastructure diagram to use Diagrammer.Core's New-Diagrammer module
19+
20+
### Fixed
21+
22+
- Fix export diagram option using wrong filename
23+
1024
## [0.3.4] - 2024-09-03
1125

1226
### Added

Src/Private/Get-AbrVb365BackupRepository.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function Get-AbrVB365BackupRepository {
55
.DESCRIPTION
66
Documents the configuration of Veeam VB365 in Word/HTML/Text formats using PScribo.
77
.NOTES
8-
Version: 0.3.2
8+
Version: 0.3.5
99
Author: Jonathan Colon
1010
Twitter: @jcolonfzenpr
1111
Github: rebelinux
@@ -66,6 +66,7 @@ function Get-AbrVB365BackupRepository {
6666
default { $Repository.RetentionPeriod }
6767
}
6868
'Retention Frequency Type' = $Repository.RetentionFrequencyType
69+
'Proxy Pool' = ConvertTo-EmptyToFiller $Repository.ProxyPool
6970
'Description' = $Repository.Description
7071

7172
}

0 commit comments

Comments
 (0)