Skip to content

Commit e25fefa

Browse files
committed
v1.3.4 release
### 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)
1 parent a23339a commit e25fefa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AsBuiltReport.VMware.vSphere.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
RequiredModules = @(
5252
@{
5353
ModuleName = 'AsBuiltReport.Core';
54-
ModuleVersion = '1.2.0'
54+
ModuleVersion = '1.3.0'
5555
}
5656
)
5757

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

113113
# Prerelease string of this module
114-
Prerelease = 'rc2'
114+
# Prerelease = ''
115115

116116
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
117117
# RequireLicenseAcceptance = $false

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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

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

0 commit comments

Comments
 (0)