Skip to content

v0.30.5

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jun 00:52
· 416 commits to main since this release

Release v0.30.5

Release Date: 2023-06-27

🐞 Fix

  • [03aa9dc] avoid govc -verbose flag panic if an UpdateSet is nil (#3088)
  • [b366e94] include StoragePod Datastore children in ContainerView (#3094)
  • [ae6efc9] only limit the number of samples generated to maxSample when maxSample is greater than 0 and the number of samples to generate is greater than maxSample Closes: #3097 (#3097)
  • [b129008] support govc ls -xml flag (#3053)

πŸ’‘ Examples

πŸ’« API Changes

  • [afd45d6] set inventory path in SearchIndex.FindByInventoryPath (#3095)

πŸ’« govc (CLI)

  • [ecca414] dont check poweredOn for vm.console vmrc requests (#2127)

πŸ’« vcsim (Simulator)

  • [844274f] set StandbyMode default to "none"
  • [a405207] Add RUN.env flag to inject environment variables to container-backed VM
  • [3466b11] Fix FindByInventoryPath to handle root folder (#3119)
  • [0473736] Add CSV format support to QueryPerf API (#3103)
  • [d46fe80] add ssoadmin user and group management (#2852)

🧹 Chore

  • [5373c14] Update version.go for v0.30.5
  • [e2f14cd] add missing guest OS IDs

⚠️ BREAKING

πŸ“– Commits

  • [5373c14] chore: Update version.go for v0.30.5
  • [844274f] vcsim: set StandbyMode default to "none"
  • [a405207] vcsim: Add RUN.env flag to inject environment variables to container-backed VM
  • [e2f14cd] chore: add missing guest OS IDs
  • [3466b11] vcsim: Fix FindByInventoryPath to handle root folder (#3119)
  • [3afdbf2] Add RUN.port.xx flag to publish ports on container backed VM
  • [03aa9dc] fix: avoid govc -verbose flag panic if an UpdateSet is nil (#3088)
  • [0473736] vcsim: Add CSV format support to QueryPerf API (#3103)
  • [b366e94] fix: include StoragePod Datastore children in ContainerView (#3094)
  • [ae6efc9] fix: only limit the number of samples generated to maxSample when maxSample is greater than 0 and the number of samples to generate is greater than maxSample Closes: #3097 (#3097)
  • [afd45d6] api: set inventory path in SearchIndex.FindByInventoryPath (#3095)
  • [16a58c2] Make mounting DMI information optional with docker-backed vcsim
  • [b129008] fix: support govc ls -xml flag (#3053)
  • [ecca414] govc: dont check poweredOn for vm.console vmrc requests (#2127)
  • [46bf240] examples: add rest.Client.LoginByToken
  • [d4e3142] examples: add session.Manager.LoginByToken (#3037)
  • [d46fe80] vcsim: add ssoadmin user and group management (#2852)