Skip to content

Commit c0dff25

Browse files
committed
Housekeeping
Updating versions Signed-off-by: Brian O'Connell <brian.oconnell@broadcom.com>
1 parent da1141e commit c0dff25

5 files changed

Lines changed: 14 additions & 151 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,7 @@
11
# Release History
22

3-
## v1.0.13
3+
## v9.0.1
44

5-
> Released: 2025-01-28
5+
> Released: 2025-09-23
66
7-
- Enhanced `New-RebuiltVsanDatastore` to handle VSAN_MAX clusters correctly
8-
9-
## v1.0.12
10-
11-
> Released: 2024-09-02
12-
13-
- Enhanced `New-ExtractDataFromSDDCBackup` to leverage the vCenter Server backup for additional data.
14-
- Added `New-PartialManagementDomainDeployment` to perform the partial bringup.
15-
- Added support for clusters with multiple vDS.
16-
- Added support for VMware Cloud Foundation 5.2.x.
17-
- Enhanced ` upport for vSAN ESA configurations.
18-
- Enhanced `Remove-NonResponsiveHosts` to resolve handling transport node cleanup in versions of VCF using NSX 3.1.3 or higher.
19-
- Added check to `Confirm-VCFInstanceRecoveryPreReqs` for more than 1 concurrent VI server connections.
20-
- Added documentation for new & updated functions.
21-
22-
## v1.0.10
23-
24-
> Released: 2024-05-29
25-
26-
- Made `New-RebuiltVdsConfigure` more idempotent so that it can be rerun.
27-
28-
## v1.0.9
29-
30-
> Released: 2024-03-27
31-
32-
- Initial release of `VMware.CloudFoundation.InstanceRecovery`.
7+
- Initial release of `VMware.CloudFoundation.InstanceRecovery` for VCF 9.x.

VMware.CloudFoundation.InstanceRecovery.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
# Module manifest for module 'VMware.CloudFoundation.InstanceRecovery'
66
# Generated by: Broadcom
7-
# Generated on: 2025-06-04
7+
# Generated on: 2025-09-23
88

99
@{
1010

1111
# Script module or binary module file associated with this manifest.
1212
RootModule = '.\VMware.CloudFoundation.InstanceRecovery.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.0.13.1003'
15+
ModuleVersion = '9.0.1.1001'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -33,7 +33,7 @@
3333
Description = 'PowerShell Module for VMware Cloud Foundation Instance Recovery'
3434

3535
# Minimum version of the PowerShell engine required by this module
36-
PowerShellVersion = '7.2.0'
36+
PowerShellVersion = '7.5.3'
3737

3838
# Name of the PowerShell host required by this module
3939
# PowerShellHostName = ''

VMware.CloudFoundation.InstanceRecovery.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Broadcom. All Rights Reserved.
1+
# Copyright 2025 Broadcom. All Rights Reserved.
22
# SPDX-License-Identifier: BSD-2
33

44
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE

docs/documentation/functions/Move-ClusterVMsToFirstHost.md

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

docs/index.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,36 +16,33 @@ the use of PowerShell cmdlets.
1616

1717
The following table lists the supported releases for this module.
1818

19-
| Platform | Support |
20-
|--------------------------------------------------------------| ----------------------------------- |
21-
| :fontawesome-solid-cloud: &nbsp; VMware Cloud Foundation 5.2 | :fontawesome-solid-check:{ .green } |
22-
| :fontawesome-solid-cloud: &nbsp; VMware Cloud Foundation 5.1 | :fontawesome-solid-check:{ .green } |
19+
| Platform | Support |
20+
|----------------------------------------------------------------| ----------------------------------- |
21+
| :fontawesome-solid-cloud: &nbsp; VMware Cloud Foundation 9.0.x | :fontawesome-solid-check:{ .green } |
2322

2423
### PowerShell
2524

2625
The following table lists the supported editions and versions of PowerShell for this module.
2726

2827
Edition | Version
2928
---------------------------------------------------------------------|----------
30-
:material-powershell: &nbsp; [PowerShell Core][microsoft-powershell] | >= 7.2.0
29+
:material-powershell: &nbsp; [PowerShell Core][microsoft-powershell] | >= 7.5.3
3130

3231
### Module Dependencies
3332

3433
The following table lists the required dependencies for this module.
3534

3635
Dependency | Version | Publisher | Reference
3736
-----------------------------------------------------|-----------|---------------------------|---------------------------------------------------------------------------
38-
[VMware.PowerCLI][psgallery-module-powercli] | 13.3.0 | Broadcom | :fontawesome-solid-book: &nbsp; [Documentation][developer-module-powercli]
39-
[Posh-SSH][psgallery-module-poshssh] | 3.0.8 | Carlos Perez | :fontawesome-brands-github: &nbsp; [GitHUb][github-module-poshssh]
37+
[VCF.PowerCLI][psgallery-module-powercli] | 9.0.0 | Broadcom | :fontawesome-solid-book: &nbsp; [Documentation][developer-module-powercli]
38+
[Posh-SSH][psgallery-module-poshssh] | 3.2.4 | Carlos Perez | :fontawesome-brands-github: &nbsp; [GitHUb][github-module-poshssh]
4039
[OpenSSL for Windows][download-win64openssl] | 3.2.1 | Shining Light Productions | :octicons-package-dependencies-24: &nbsp; [Download][download-win64openssl]
4140

4241
[microsoft-powershell]: https://docs.microsoft.com/en-us/powershell
43-
[psgallery-module-7zip4powershell]: https://www.powershellgallery.com/packages/7Zip4Powershell
4442
[psgallery-module-poshssh]: https://www.powershellgallery.com/packages/Posh-SSH
45-
[psgallery-module-powercli]: https://www.powershellgallery.com/packages/VMware.PowerCLI
43+
[psgallery-module-powercli]: https://www.powershellgallery.com/packages/VCF.PowerCLI
4644
[psgallery-module-recovery]: https://www.powershellgallery.com/packages/VMware.CloudFoundation.InstanceRecovery
4745
[developer-module-powercli]: https://developer.broadcom.com/powercli
4846
[docs-module-powervcf]: https://vmware.github.io/powershell-module-for-vmware-cloud-foundation
49-
[github-module-7zip4powershell]: https://github.com/thoemmi/7Zip4Powershell
5047
[github-module-poshssh]: https://github.com/darkoperator/Posh-SSH
5148
[download-win64openssl]: https://slproweb.com/products/Win32OpenSSL.html

0 commit comments

Comments
 (0)