vmware / vmware/Holodeck

[Bug]: latest patch version not correctly selected

Open
#150 0 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.