[Bug]: latest patch version not correctly selected
Open
@dhruv-tyagi-broadcom is already working on this.
Since Jul 6, 2026.
bug
- Dominant language
- HTML
- Stars
- 30
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Holorouter Version
9.1
VCF Version
VCF 9.1
Target Type
Standalone ESX Host
Describe the bug
vi /root/.local/share/powershell/Modules/HoloDeck/Modules/SddcMgmtDeployment.psm1
search for => Each component has versions[], we need to extract bundle info from the first/latest version
$latestVersion = $component.versions[0] => $latestVersion = $component.versions[-1]
$component.versions[0] is first element in array, that is oldest patch
$component.versions[-1] is last element in array, that is newest patch
see also https://github.com/vmware/Holodeck/issues/141
Reproduction steps
Expected behavior
newest patch should be installed
Relevant logs
Additional context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.