Skip to content

Commit

Permalink
v1.3.4 release
Browse files Browse the repository at this point in the history
### Changed
- Update VMware PowerCLI requirements to version 13.2 ([Fix #107](#107))
- Improve bug and feature request templates (@rebelinux)
- Improve TOC structure
- Update VMware style script for improved TOC structure

### Fixed
- Update VMHost PCI Devices reporting to fix issues with ESXi 8.x hosts (@orb71) ([Fix #105](#105)) & ([Fix #111](#111))
- Add Try/Catch stated PCI Drivers and Firmware section to provide a workaround for ESXi 8.x hosts ([Fix #116](#116))
- Update vCenter Server alarms reporting ([Fix #106](#106))
- Fix issue with Platform Services Controller reporting ([Fix #103](#103))
- Fix NSX-T virtual switch network labels ([Fix #118](#118))
- Fix [#103](#103)
  • Loading branch information
tpcarman committed Feb 27, 2024
1 parent a23339a commit e25fefa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AsBuiltReport.VMware.vSphere.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
RequiredModules = @(
@{
ModuleName = 'AsBuiltReport.Core';
ModuleVersion = '1.2.0'
ModuleVersion = '1.3.0'
}
)

Expand Down Expand Up @@ -111,7 +111,7 @@
ReleaseNotes = 'https://raw.githubusercontent.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/master/CHANGELOG.md'

# Prerelease string of this module
Prerelease = 'rc2'
# Prerelease = ''

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [[1.3.4-RC2](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/releases/tag/v1.3.4-RC2)] - 2024-02-21
## [[1.3.4](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/releases/tag/v1.3.4)] - 2024-02-28

### Changed
- Update VMware PowerCLI requirements to version 13.2 ([Fix #107](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/107))
Expand Down

0 comments on commit e25fefa

Please sign in to comment.