Skip to content

Commit 7234377

Browse files
committed
chore: release v1.8.0 (vmware#188)
Updates `CHANGELOG.md`. Signed-off-by: Ryan Johnson <[email protected]>
1 parent 984c30e commit 7234377

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

Diff for: .github/workflows/release.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -185,12 +185,11 @@ jobs:
185185
Write-Output "SUCCESS: Module dependencies were found."
186186
Write-Output "INFO: Required modules are $($requiredModules.ModuleName -join ', ')."
187187
Write-Output "INFO: Setting location to the PowerShell modules location on a Ubuntu-based GitHub runner."
188-
Set-Location '/home/runner/.local/share/powershell/Modules/'
188+
Set-Location '/home/runner/.local/share/powershell/Modules/'
189189
foreach ($module in $requiredModules) {
190190
$requiredModuleName = $module.ModuleName
191191
if ($requiredModuleName -eq 'VMware.PowerCLI') {
192192
Write-Output "INFO: Installing version defined in the manifest from the PowerShell Gallery."
193-
Uninstall-Module -Name VMware.PowerCLI -AllVersions -Force
194193
Install-Module -Name VMware.PowerCLI -RequiredVersion $module.RequiredVersion -Force
195194
} else {
196195
New-Item $requiredModuleName -ItemType Directory
@@ -238,4 +237,3 @@ jobs:
238237
} else {
239238
Write-Error "FAILED: Module manifest file not found at path '$moduleManifest'."
240239
}
241-

Diff for: CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Release History
22

3-
## v1.7.2
3+
## v1.8.0
44

5-
> Release Date: Unreleased
5+
> Release Date: 2024-04-30
66
77
Breaking Change:
88

Diff for: VMware.CloudFoundation.PasswordManagement.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
RootModule = '.\VMware.CloudFoundation.PasswordManagement.psm1'
1212

1313
# Version number of this module.
14-
ModuleVersion = '1.7.2.1008'
14+
ModuleVersion = '1.8.0.1000'
1515

1616
# Supported PSEditions
1717
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)