Release v0.39.0
Release Date: 2024-07-22
๐ Fix
- [1bc3a4a] handle base types by default in mo.LoadObjectContent
๐ซ API Changes
- [5c0af37] use CheckTestType in compat and provisioning checkers
- [2e77836] add sata controller
- [bdb034e] Exporting Unit field in MetricSeries struct for external use (#3494)
- [78f07c6] Add simulator test for GetVirtualDiskInfoByUUID
- [2d16e19] GetVirtualDiskInfoByUUID for getting capacity/size info
- [29b1bce] change CoresPerNumaNode to a pointer type
- [3139de3] Add a method for extending VMDK
- [6096c0d] add ResolveLibraryItemStorage
๐ซ govc
(CLI)
- [04fe4c2] add vm.check commands
- [976bca3] add '-spec' flag to vm clone, migrate and create commands
- [d92015c] add vm.migrate -net flag
๐ซ vcsim
(Simulator)
- [eb2e1ea] add VmCompatibilityChecker and VmProvisioningChecker
- [a463e54] Add support for DRS automation levels (#3485)
- [f7a85a8] Re-enable TenantManager
๐งน Chore
- [590c92b] Update version.go for v0.39.0
- [4434e26] bump go version
- [d7e2709] fix codeql (#3492) (#3492)
- [fb6e597] fix codeql
โ ๏ธ BREAKING
๐ Commits
- [590c92b] chore: Update version.go for v0.39.0
- [5c0af37] api: use CheckTestType in compat and provisioning checkers
- [2e77836] api: add sata controller
- [bdb034e] api: Exporting Unit field in MetricSeries struct for external use (#3494)
- [4434e26] chore: bump go version
- [04fe4c2] govc: add vm.check commands
- [976bca3] govc: add '-spec' flag to vm clone, migrate and create commands
- [d92015c] govc: add vm.migrate -net flag
- [eb2e1ea] vcsim: add VmCompatibilityChecker and VmProvisioningChecker
- [12467b0] refactor: make importing templates available as a lib
- [d7e2709] chore: fix codeql (#3492) (#3492)
- [fb6e597] chore: fix codeql
- [a463e54] vcsim: Add support for DRS automation levels (#3485)
- [78f07c6] api: Add simulator test for GetVirtualDiskInfoByUUID
- [2d16e19] api: GetVirtualDiskInfoByUUID for getting capacity/size info
- [29b1bce] api: change CoresPerNumaNode to a pointer type
- [3139de3] api: Add a method for extending VMDK
- [6096c0d] api: add ResolveLibraryItemStorage
- [1bc3a4a] fix: handle base types by default in mo.LoadObjectContent
- [f7a85a8] vcsim: Re-enable TenantManager