Skip to content

Commit 7bbc1ca

Browse files
authored
Merge pull request #135 from AsBuiltReport/dev
v1.3.6 release
2 parents b6377e2 + d8721b5 commit 7bbc1ca

14 files changed

+1110
-964
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ body:
6969
id: powershell-modules
7070
attributes:
7171
label: PowerShell Modules
72-
description: Please provide information about the PowerShell modules are you using. Please provide the output from the following PowerShell command `Get-Module -ListAvailable @("AsBuiltReport.Core";"AsBuiltReport.VMware.vSphere";"PSPKI";"PScriboCharts";"PScribo") | Select Name, Version`
73-
placeholder: Get-Module -ListAvailable @("AsBuiltReport.Core";"AsBuiltReport.VMware.vSphere";"PScribo") | Select Name, Version
72+
description: Please provide information about the PowerShell modules are you using. Please provide the output from the following PowerShell command `Get-Module -ListAvailable @("AsBuiltReport.Core";"AsBuiltReport.VMware.vSphere";"PScribo";"VCF.PowerCLI") | Select Name, Version`
73+
placeholder: Get-Module -ListAvailable @("AsBuiltReport.Core";"AsBuiltReport.VMware.vSphere";"PScribo";"VCF.PowerCLI") | Select Name, Version
7474
validations:
7575
required: true
7676
- type: textarea
@@ -87,11 +87,11 @@ body:
8787
If you are unsure of what a specific requirement means, please follow the links to learn about it and understand why it is necessary before submitting.
8888
options:
8989
- label: >-
90-
I have read and followed the [bug reporting guidelines](https://www.asbuiltreport.com/about/contributing/#reporting-issues-and-bugs).
90+
I have read and followed the [bug reporting guidelines](https://www.asbuiltreport.com/dev-guide/contributing/#reporting-issues-and-bugs).
9191
required: true
9292
- label: >-
9393
I have read [the documentation](https://www.asbuiltreport.com/user-guide/new-asbuiltconfig),
94-
and referred to the [known issues](https://www.asbuiltreport.com/user-guide/known-issues/) before submitting this bug report.
94+
and referred to the [known issues](https://www.asbuiltreport.com/support/known-issues) before submitting this bug report.
9595
required: true
9696
- label: >-
9797
I have checked for previously opened & closed [issues](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues) before submitting this bug report.

.github/ISSUE_TEMPLATE/change_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ body:
2727
options:
2828
- label: >-
2929
I have read [the documentation](https://www.asbuiltreport.com/user-guide/new-asbuiltconfig),
30-
and referred to the [known issues](https://www.asbuiltreport.com/user-guide/known-issues/) before submitting this change request.
30+
and referred to the [known issues](https://www.asbuiltreport.com/support/known-issues) before submitting this change request.
3131
required: true
3232
- label: >-
3333
I have checked for previously opened & closed [issues](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues) before submitting this change request.

.github/workflows/PSScriptAnalyzer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: Run PSScriptAnalyzer
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v5
99
- name: lint
1010
uses: devblackops/github-action-psscriptanalyzer@master
1111
with:

.github/workflows/Release.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
publish-to-gallery:
9-
runs-on: windows-2019
9+
runs-on: windows-latest
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Set PSRepository to Trusted for PowerShell Gallery
@@ -29,7 +29,7 @@ jobs:
2929
needs: publish-to-gallery
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: Eomm/why-don-t-you-tweet@v1
32+
- uses: Eomm/why-don-t-you-tweet@v2
3333
# We don't want to tweet if the repository is not a public one
3434
if: ${{ !github.event.repository.private }}
3535
with:
@@ -41,3 +41,13 @@ jobs:
4141
TWITTER_CONSUMER_API_SECRET: ${{ secrets.TWITTER_CONSUMER_API_SECRET }}
4242
TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
4343
TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
44+
bsky-post:
45+
needs: publish-to-gallery
46+
runs-on: ubuntu-latest
47+
steps:
48+
- uses: zentered/[email protected]
49+
with:
50+
post: "[New Release] ${{ github.event.repository.name }} ${{ github.event.release.tag_name }}! Check out what's new! ${{ github.event.release.html_url }} #VMware #vSphere #AsBuiltReport #vExpert"
51+
env:
52+
BSKY_IDENTIFIER: ${{ secrets.BSKY_IDENTIFIER }}
53+
BSKY_PASSWORD: ${{ secrets.BSKY_PASSWORD }}

AsBuiltReport.VMware.vSphere.Style.ps1

Lines changed: 0 additions & 104 deletions
This file was deleted.

AsBuiltReport.VMware.vSphere.json

102 Bytes
Binary file not shown.

AsBuiltReport.VMware.vSphere.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'AsBuiltReport.VMware.vSphere.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.3.4.1'
15+
ModuleVersion = '1.3.6'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = 'Desktop'
@@ -27,7 +27,7 @@
2727
# CompanyName = ''
2828

2929
# Copyright statement for this module
30-
Copyright = '(c) 2024 Tim Carman. All rights reserved.'
30+
Copyright = '(c) 2025 Tim Carman. All rights reserved.'
3131

3232
# Description of the functionality provided by this module
3333
Description = 'A PowerShell module to generate an as built report on the configuration of VMware vSphere.'
@@ -51,7 +51,7 @@
5151
RequiredModules = @(
5252
@{
5353
ModuleName = 'AsBuiltReport.Core';
54-
ModuleVersion = '1.3.0'
54+
ModuleVersion = '1.4.3'
5555
}
5656
)
5757

@@ -117,7 +117,7 @@
117117
# RequireLicenseAcceptance = $false
118118

119119
# External dependent modules of this module
120-
# ExternalModuleDependencies = @()
120+
ExternalModuleDependencies = @('VCF.PowerCLI')
121121

122122
} # End of PSData hashtable
123123

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,39 @@ 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.6 - 2025-08-24
9+
10+
### Fixed
11+
- Fix divide by zero error (@rebelinux) ([Fix #129](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/129))
12+
- Fix PowerCLI module dependency ([#134](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/134))
13+
- Update colour placeholders in `README.md`
14+
15+
### Changed
16+
- Improve vSAN Capacity reporting and healthchecks
17+
- Add `VCF.PowerCLI` to `ExternalModuleDependencies` in the module manifest.
18+
19+
### Removed
20+
- Remove `Get-RequiredModule` function to check for PowerCLI versions.
21+
- Remove VMware document style script
22+
23+
## 1.3.5 - 2025-02-27
24+
### Fixed
25+
- Fix issue with license reporting ([Fix #128](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/128))
26+
- Fix issue with vCenter user privileges not handling groups (@nathcoad) ([Fix #102](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/102))
27+
- Fix time & date outputs showing incorrect date format
28+
- Fix VMware Update Manager reporting with PowerShell 7
29+
30+
### Added
31+
- Add Free resource capacity reporting to VMhost hardware section
32+
33+
### Changed
34+
- Update VMware PowerCLI requirements to version 13.3
35+
- Improve error reporting for vSAN section
36+
- Improve data size reporting. Data sizes are now displayed in more appropriately sized data units.
37+
- Change list tables to 40/60 column widths
38+
- Change datastore capacity reporting to include percentage used & free values
39+
- Update GitHub release workflow to add post to Bluesky social platform
40+
841
## 1.3.4.1 - 2024-03-28
942

1043
### Fixed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 AsBuiltReport
3+
Copyright (c) 2025 AsBuiltReport
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)