github vmware/govmomi v0.30.0

latest releases: v0.38.0, v0.37.3, v0.37.2...
19 months ago

Release v0.30.0

Release Date: 2022-12-12

๐Ÿž Fix

  • [1ad33d4] Heal the broken Namespace API
  • [22c4814] Update $mktemp to support macOS
  • [05b0b08] DialTLSContext / Go 1.18+ CertificateVerify support

๐Ÿ’ซ API Changes

  • [58f4112] Update types to vSphere 8.0 GA
  • [ba206c5] add Content Library security compliance support (#2980)
  • [4c24f82] Add SRIOV device names (#2956)
  • [642156d] Adds vSphere 7.0u1-u3 support to namespace-management (Tanzu) (#2860)

๐Ÿ’ซ govc (CLI)

  • [60a18c5] about.cert was not respecting -k
  • [15d1181] bash completion improvements
  • [0dbf717] Add sso.lpp.info and sso.lpp.update commands (#2975)
  • [fe87cff] host.info: use writer instead of os.stdout (#2995)
  • [a7196e4] host.info: use writer instead of os.stdout (#2995)
  • [3d6de9d] fix host.esxcli runtime error occurred when no arguments specified (#2960)
  • [8c7ba5e] Add feature in sso.group.ls to list groups using FindGroupsInGroup method (#2945)
  • [dc3e1d7] Add feature sso.group.lsgroups using FindGroupsInGroup method (#2945)
  • [bf991e6] add event key for json and plain text output
  • [2017e84] Support creating content libraries with security policies (#2641)

๐Ÿ’ซ vcsim (Simulator)

  • [86f9d42] Update test keys to be RSA 2048
  • [cedf695] Fix duplicated name check in CloneVM_Task (#2983)
  • [8f4da55] add QueryNetworkHint support for LLDP and CDP details
  • [1cab325] Fix RetrieveProperties path validation to avoid panic (#2953)
  • [7f42a1d] use node id for ServiceContent.InstanceUuid
  • [0331949] Fix snapshot tasks to update rootSnapshot (#2912)
  • [b6ebcb6] Fix disk capacity validation in ConfigureDevices (#2910)
  • [61032a2] Fix StorageIOAllocationInfo of VirtualDisk (#2904)
  • [cbfe0c9] support disconnect/reconnect host (#2899)
  • [b44828a] Fix datastore freespace changed by ReconfigVM_Task (#2894)

๐Ÿ“ƒ Documentation

๐Ÿงน Chore

  • [eabc29b] Update version.go for v0.30.0

โš ๏ธ BREAKING

๐Ÿ“– Commits

  • [eabc29b] chore: Update version.go for v0.30.0
  • [1c91982] Update CONTRIBUTORS for release
  • [1ad33d4] fix: Heal the broken Namespace API
  • [22c4814] fix: Update $mktemp to support macOS
  • [05b0b08] fix: DialTLSContext / Go 1.18+ CertificateVerify support
  • [86f9d42] vcsim: Update test keys to be RSA 2048
  • [60a18c5] govc: about.cert was not respecting -k
  • [58f4112] api: Update types to vSphere 8.0 GA
  • [15d1181] govc: bash completion improvements
  • [c018f07] perms on template files
  • [813a5d8] docs: update README.md
  • [0dbf717] govc: Add sso.lpp.info and sso.lpp.update commands (#2975)
  • [fe87cff] govc: host.info: use writer instead of os.stdout (#2995)
  • [a7196e4] govc: host.info: use writer instead of os.stdout (#2995)
  • [ba206c5] api: add Content Library security compliance support (#2980)
  • [cedf695] vcsim: Fix duplicated name check in CloneVM_Task (#2983)
  • [8f4da55] vcsim: add QueryNetworkHint support for LLDP and CDP details
  • [3b2816a] Add optional recommRequired PlaceVmsXCluster req arguments
  • [f975908] build(deps): bump andstor/file-existence-action from 1 to 2
  • [1373b80] build(deps): bump chuhlomin/render-template from 1.5 to 1.6
  • [dc55a27] build(deps): bump nokogiri from 1.13.6 to 1.13.9 in /gen
  • [63980ff] Fix: use latestPages in task HistoryCollector
  • [3d6de9d] govc: fix host.esxcli runtime error occurred when no arguments specified (#2960)
  • [1e9eed9] Update list of projects using govmomi
  • [7f4d115] fixup! api: Add SRIOV device names
  • [8f1dc57] Add API cnsreconfigpolicy bindings and static check fixes to cns/client_test.go
  • [bf68e8f] fixup! api: Add SRIOV device names
  • [4c24f82] api: Add SRIOV device names (#2956)
  • [c1bb56d] Updated USAGE.md
  • [aca677a] build(deps): bump actions/stale from 5 to 6
  • [1cab325] vcsim: Fix RetrieveProperties path validation to avoid panic (#2953)
  • [65a6f6b] Address review comments
  • [99d1260] correct new lines in group.ls
  • [4d9f6e0] correct new lines in USAGE.md
  • [e5bee86] move FindUsersInGroup to users.ls (#2945)
  • [8c7ba5e] govc: Add feature in sso.group.ls to list groups using FindGroupsInGroup method (#2945)
  • [ee332ae] Add new query selection parameters to be used for QueryAllVolume/QueryVolumeAsync API
  • [dc3e1d7] govc: Add feature sso.group.lsgroups using FindGroupsInGroup method (#2945)
  • [201ae28] Add common stub for hgfs for non-linux env
  • [7f42a1d] vcsim: use node id for ServiceContent.InstanceUuid
  • [76e99b0] Boilerplate check requires a date range in the license.
  • [bf991e6] govc: add event key for json and plain text output
  • [4a29cae] add OpenBSD build constraint
  • [81bc76b] toolbbox: add hgfs OpenBSD stub
  • [0331949] vcsim: Fix snapshot tasks to update rootSnapshot (#2912)
  • [b6ebcb6] vcsim: Fix disk capacity validation in ConfigureDevices (#2910)
  • [2017e84] govc: Support creating content libraries with security policies (#2641)
  • [642156d] api: Adds vSphere 7.0u1-u3 support to namespace-management (Tanzu) (#2860)
  • [61032a2] vcsim: Fix StorageIOAllocationInfo of VirtualDisk (#2904)
  • [cbfe0c9] vcsim: support disconnect/reconnect host (#2899)
  • [b44828a] vcsim: Fix datastore freespace changed by ReconfigVM_Task (#2894)

Don't miss a new govmomi release

NewReleases is sending notifications on new releases.