Skip to content

Commit 8c933c6

Browse files
authored
Merge pull request #108 from AsBuiltReport/dev
v0.8.1 public release
2 parents b41feca + 3d7ecf3 commit 8c933c6

6 files changed

+12
-1101
lines changed

AsBuiltReport.Veeam.VBR.psd1

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

1414
# Version number of this module.
15-
ModuleVersion = '0.8.0'
15+
ModuleVersion = '0.8.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -114,7 +114,7 @@ PrivateData = @{
114114
ProjectUri = 'https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VBR'
115115

116116
# A URL to an icon representing this module.
117-
IconUri = 'https://raw.githubusercontent.com/AsBuiltReport/AsBuiltReport/master/AsBuiltReport.png'
117+
IconUri = 'https://github.com/AsBuiltReport.png'
118118

119119
# ReleaseNotes of this module
120120
ReleaseNotes = 'https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VBR/blob/master/CHANGELOG.md'

AsBuiltreport.Veeam.VBR.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@
6666
"Agent": 1,
6767
"FileShare": 1,
6868
"Replication": 1
69-
},
70-
"Security": {
71-
"Infrastructure": 0
7269
}
7370
},
7471
"HealthCheck": {

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# :arrows_clockwise: Veeam VBR As Built Report Changelog
22

3+
## [0.8.1] - 2023-10-03
4+
5+
### Removed
6+
7+
- Removed Infrastructure Hardening section
8+
39
## [0.8.0] - 2023-07-13
410

511
### Added

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://www.asbuiltreport.com/" alt="AsBuiltReport"></a>
3-
<img src='https://raw.githubusercontent.com/AsBuiltReport/AsBuiltReport/master/AsBuiltReport.png' width="8%" height="8%" /></a>
3+
<img src='https://avatars.githubusercontent.com/u/42958564' width="8%" height="8%" /></a>
44
</p>
55
<p align="center">
66
<a href="https://www.powershellgallery.com/packages/AsBuiltReport.Veeam.VBR/" alt="PowerShell Gallery Version">
@@ -53,7 +53,7 @@ The Veeam VBR As Built Report supports the following Veeam Backup & Replication
5353
- Veeam Backup & Replication V11 (Standard, Enterprise & Enterprise Plus Edition)
5454
- Veeam Backup & Replication V12 (Standard, Enterprise & Enterprise Plus Edition)
5555

56-
:exclamation: Community Edition is not supported :exclamation:
56+
:exclamation:Community Edition is not supported:exclamation:
5757

5858
### PowerShell
5959

@@ -225,12 +225,6 @@ The table below outlines the default and maximum **InfoLevel** settings for each
225225
| BackupStorage | 1 | 1 |
226226
| ReplicaResources | 1 | 2 |
227227

228-
The table below outlines the default and maximum **InfoLevel** settings for each Security section (Disabled by Default).
229-
230-
| Sub-Schema | Default Setting | Maximum Setting |
231-
|--------------|:---------------:|:---------------:|
232-
| Infrastructure | 0 | 1 |
233-
234228
### Healthcheck
235229

236230
The **Healthcheck** schema is used to toggle health checks on or off.

0 commit comments

Comments
 (0)