Skip to content

Commit

Permalink
Merge pull request #176 from rebelinux/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 25c17e8 + fc76a29 commit ff58a9e
Show file tree
Hide file tree
Showing 281 changed files with 146 additions and 1,488 deletions.
8 changes: 3 additions & 5 deletions AsBuiltReport.Veeam.VBR.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@
}
@{
ModuleName = 'Diagrammer.Core';
ModuleVersion = '0.2.4'
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 = ''

}


}
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,20 @@ 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] - Unreleased
## [0.8.10] - 2024-09-12

### Changed

- Add support to per object type icon in the infrastructure diagram
- 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

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.
Loading

0 comments on commit ff58a9e

Please sign in to comment.