Skip to content

Commit

Permalink
Merge branch 'AsBuiltReport:dev' into v12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelinux authored Dec 29, 2023
2 parents 725407d + a42ed04 commit 1e3e7d9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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.4'
ModuleVersion = '0.8.3'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,29 @@
# :arrows_clockwise: Veeam VBR As Built Report Changelog

## [0.8.3] - 2023-12-23
## [0.8.3] - 2023-12-29

### Added

- Initial diagramming support
- v12.1 support:
- File Backup Advanced Setting (ACL Handling) collection
- Object Storage Backup Jobs
- Object Storage data source (Unstructured Data) collection
- Global Exclusions information
- Malware Detection information
- SureBackup Job content analisys (Malware Detection)
- Event Forwarding (Syslog)

### Fixed

- [#114](https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VBR/issues/114)
- [#115](https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VBR/issues/115)
- [#116](https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VBR/issues/116)
- [#117](https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VBR/issues/117)
- [#118](https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VBR/issues/118)
- [#119](https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VBR/issues/119)
- [#120](https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VBR/issues/120)
- [#121](https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VBR/issues/121) @carceneaux

## [0.8.2] - 2023-10-12

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ Below are the instructions on how to install, configure and generate a Veeam VBR
<!-- ********** Update supported Veeam versions ********** -->
The Veeam VBR As Built Report supports the following Veeam Backup & Replication version;

- Veeam Backup & Replication V11 (Standard, Enterprise & Enterprise Plus Edition)
- Veeam Backup & Replication V12 (Standard, Enterprise & Enterprise Plus Edition)
- Veeam Backup & Replication v11 (Standard, Enterprise & Enterprise Plus Edition)
- Veeam Backup & Replication v12+ (Standard, Enterprise & Enterprise Plus Edition)

:exclamation:Community Edition is not supported:exclamation:

Expand Down Expand Up @@ -256,4 +256,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.
- In order to generate the infrastructure diagram it is required to install [Graphviz](https://graphviz.org/download/) on the machine where the report is generated.
- In order to generate the infrastructure diagram it is required to install [Graphviz](https://graphviz.org/download/) on the machine where the report is generated.

0 comments on commit 1e3e7d9

Please sign in to comment.