WilliamLam.com

  • About
    • About
    • Privacy
  • VMware Cloud Foundation
    • VMware Cloud Foundation 9.1
    • VMware Cloud Foundation 9.0
  • VKS
  • Homelab
    • Hardware Options
    • Hardware Reviews
    • Lab Deployment Scripts
    • Nested Virtualization
    • Homelab Podcasts
  • VMware Nostalgia
  • Apple
You are here: Home / VMware Cloud Foundation / VCF 9.1 - Quick Tip: Understanding VCF Installer Default Behavior for VCF Patch Releases

VCF 9.1 - Quick Tip: Understanding VCF Installer Default Behavior for VCF Patch Releases

06.07.2026 by William Lam // Leave a Comment

With the first Expression Patch (9.1.0.0100) now available for VMware Cloud Foundation (VCF) 9.1, I was wondering about version selection behavior (UI and API/JSON) within the VCF Installer.

The VCF Installer UI will automatically select the latest VCF release (e.g. 9.1.0) along with the latest available patch version for each VCF component (e.g. 9.1.0.0100). As shown in the screenshot below, not every component has an EP01 release, but the VCF Installer automatically selects the most recent version, which is exactly the behavior I would expect as a user.


If you need to override a specific component version, you can select from the available drop down.

For the API/JSON behavior, I had to check with Engineering since I wanted to deploy using the latest EP01 components. Luckily, the behavior in the API/JSON is behaving exactly the way I had also hoped, which is that if you do NOT specify a specific version, it will simply default to the component versions you have downloaded.

This also means that the VCF component versions downloaded through the VCF Installer will drive the actual versions used during deployment, without having to explicitly specify them in your VCF deployment JSON. If you happen to have multiple versions of a VCF component downloaded and want to deploy a specific version, you can include the version property for that component, as shown in the example below.

"vcfOperationsCollectorSpec": {
  "applianceSize": "small",
  "hostname": "vcf-proxy01.vcf.lab",
  "rootUserPassword": "VMware1!VMware1!",
  "useExistingDeployment": false,
  "version": "9.1.0"
}

Categories // VMware Cloud Foundation, VMware vSphere Foundation Tags // VCF 9.1

Thanks for the comment!Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Search

Thank Author

Author

William is Distinguished Platform Engineering Architect in the VMware Cloud Foundation (VCF) Division at Broadcom. His primary focus is helping customers and partners build, run and operate a modern Private Cloud using the VMware Cloud Foundation (VCF) platform.

Connect

  • Bluesky
  • Email
  • GitHub
  • LinkedIn
  • Mastodon
  • Reddit
  • RSS
  • Twitter
  • Vimeo

Recent

  • VCF 9.1 - Quick Tip: Understanding VCF Installer Default Behavior for VCF Patch Releases 06/07/2026
  • VCF 9.1 - Quick Tip: Upgrading ESX Hosts with Non-Certified vSAN ESA NVMe Devices in SDDC Manager 06/06/2026
  • VCF 9.1 - Deploying VCF Automation (VCFA) to non-Management Network 06/05/2026
  • VCF 9.1 - Deploying VCF Management Services (VCFMS) to non-Management Network during VCF Upgrade 06/03/2026
  • VCF 9.1 - Side-loading VCF binaries into VCF Installer & Fleet Depot Service for Air-Gapped Environments 06/02/2026
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.

To find out more, including how to control cookies, see here: Cookie Policy

Copyright WilliamLam.com © 2026

Loading Comments...