Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 3 additions & 28 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,7 @@
# Release History

## v1.0.13
## v9.0.1

> Released: 2025-01-28
> Released: 2025-09-23

- Enhanced `New-RebuiltVsanDatastore` to handle VSAN_MAX clusters correctly

## v1.0.12

> Released: 2024-09-02

- Enhanced `New-ExtractDataFromSDDCBackup` to leverage the vCenter Server backup for additional data.
- Added `New-PartialManagementDomainDeployment` to perform the partial bringup.
- Added support for clusters with multiple vDS.
- Added support for VMware Cloud Foundation 5.2.x.
- Enhanced ` upport for vSAN ESA configurations.
- Enhanced `Remove-NonResponsiveHosts` to resolve handling transport node cleanup in versions of VCF using NSX 3.1.3 or higher.
- Added check to `Confirm-VCFInstanceRecoveryPreReqs` for more than 1 concurrent VI server connections.
- Added documentation for new & updated functions.

## v1.0.10

> Released: 2024-05-29

- Made `New-RebuiltVdsConfigure` more idempotent so that it can be rerun.

## v1.0.9

> Released: 2024-03-27

- Initial release of `VMware.CloudFoundation.InstanceRecovery`.
- Initial release of `VMware.CloudFoundation.InstanceRecovery` for VCF 9.x.
6 changes: 3 additions & 3 deletions VMware.CloudFoundation.InstanceRecovery.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

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

@{

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

# Version number of this module.
ModuleVersion = '1.0.13.1003'
ModuleVersion = '9.0.1.1001'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand All @@ -33,7 +33,7 @@
Description = 'PowerShell Module for VMware Cloud Foundation Instance Recovery'

# Minimum version of the PowerShell engine required by this module
PowerShellVersion = '7.2.0'
PowerShellVersion = '7.5.3'

# Name of the PowerShell host required by this module
# PowerShellHostName = ''
Expand Down
Loading