Skip to content

Commit

Permalink
Merge pull request #177 from AsBuiltReport/dev
Browse files Browse the repository at this point in the history
v0.8.10 public release
  • Loading branch information
rebelinux authored Sep 12, 2024
2 parents 81fb762 + ff58a9e commit 99f7ee0
Show file tree
Hide file tree
Showing 284 changed files with 155 additions and 1,472 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ body:
attributes:
label: Veeam Backup & Replication version
options:
- vNEXT
- 12.2
- 12.1
- 12
- 11
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/change_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ body:
attributes:
label: Veeam Backup & Replication version
options:
- vNEXT
- 12.2
- 12.1
- 12
- 11
Expand Down
10 changes: 4 additions & 6 deletions AsBuiltReport.Veeam.VBR.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'AsBuiltReport.Veeam.VBR.psm1'

# Version number of this module.
ModuleVersion = '0.8.9'
ModuleVersion = '0.8.10'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -63,11 +63,11 @@
}
@{
ModuleName = 'Diagrammer.Core';
ModuleVersion = '0.2.3'
ModuleVersion = '0.2.7'
}
@{
ModuleName = 'Veeam.Diagrammer';
ModuleVersion = '0.6.2'
ModuleVersion = '0.6.6'
}
)

Expand Down Expand Up @@ -137,6 +137,4 @@
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''

}


}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [0.8.10] - 2024-09-12

### Changed

- Migrate infrastructure diagram to Veeam.Diagrammer

### Changed

- Increase Diagrammer.Core minimum requirement to v0.2.7
- Increase Veeam.Diagrammer minimum requirement to v0.6.6

### Remove

- Remove unused icons folder and images

## [0.8.9] - 2024-08-31

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,4 +276,4 @@ PS C:\> New-AsBuiltReport -Report Veeam.VBR -Target veeam-vbr.pharmax.local -Use

- Since many of Veeam's features depend on the Standard+ license, the Community edition is not supported.
- If the Veeam Backup Server is not joined to an Active Directory domain (WorkGroup Auth), the PSDefaultAuthentication option must be set to Negotiate. If it is not, some of the report sections will be missing.
- This project uses the `PScribo` module to generate the report. It has been identified that the `PSWriteWord` module of `EvotecIT` uses the same cmdlet names. For this report to be generated correctly it is required to uninstall the `PSWriteWord` module.
- This project uses the PScribo module to generate the report. It has been detected that the EvotecIT PSWriteWord module uses the same cmdlet names. For this report to be generated correctly it is required to uninstall the PSWriteWord module.
Binary file modified Samples/AsBuiltReport.Veeam.VBR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 99f7ee0

Please sign in to comment.