hashicorp / packer-plugin-vsphere

Packer plugin for VMware vSphere Builder
https://www.packer.io/docs/builders/vsphere
Mozilla Public License 2.0
94 stars 91 forks source link

chore(deps): bump `github.com/vmware/govmomi` from 0.29.0 to 0.33.1 #322

Closed tenthirtyam closed 10 months ago

tenthirtyam commented 10 months ago

Notes

github.com/vmware/govmomi 0.33.1

Release Notes

Sourced from github.com/vmware/govmomi's releases.

v0.33.0

Release v0.33.0

Release Date: 2023-10-25

💫 govc (CLI)

  • [5264e839] add cluster.change '-ha-admission-control-enabled' flag
  • [3bcaf429] add option to enable hidden properties in import.{spec,ova} (#3111)

💫 vcsim (Simulator)

  • [db0ba920] Handle prepare guest operations when svm is nil
  • [0754d758] fix ModifyListView to return unresolved references
  • [7f3a0708] Remove extra devices in OVF Deploy w/ ConfigSpec

🧹 Chore

  • [f3c1fca9] Update version.go for v0.33.0
  • [675eebd2] remove refs to deprecated io/ioutil

⚠️ BREAKING

fix ModifyListView to return unresolved references [0754d758]: api: view.ListView.{Add,Remove,Reset} methods now return unresolved references

📖 Commits

  • [f3c1fca9] chore: Update version.go for v0.33.0
  • [19726dc6] Add functionality for checking whether the provided thumbprint is known to the soap client
  • [5264e839] govc: add cluster.change '-ha-admission-control-enabled' flag
  • [db0ba920] vcsim: Handle prepare guest operations when svm is nil
  • [0434fd26] vapi: add support for OperationID header
  • [0754d758] vcsim: fix ModifyListView to return unresolved references
  • [5569c012] build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0
  • [babee198] build(deps): bump chuhlomin/render-template from 1.7 to 1.8
  • [7f3a0708] vcsim: Remove extra devices in OVF Deploy w/ ConfigSpec
  • [3bcaf429] govc: add option to enable hidden properties in import.{spec,ova} (#3111)
  • [675eebd2] chore: remove refs to deprecated io/ioutil
Commits
  • 6de69ad Add additional PBM methods
  • f3c1fca chore: Update version.go for v0.33.0
  • fc117d6 Merge pull request #3265 from HakanSunay/topic/hhalil/thumbprint-check
  • 19726dc Add functionality for checking whether the provided thumbprint is known to th...
  • 244e3ac Merge pull request #3261 from mayankbh/topic/bmayank/prepare-guest-op-fix
  • 846db5a Merge pull request #3262 from dougm/ha-admission-control
  • 5264e83 govc: add cluster.change '-ha-admission-control-enabled' flag
  • db0ba92 vcsim: Handle prepare guest operations when svm is nil
  • c4befe0 Merge pull request #3259 from dougm/vapi-operation-id
  • 0434fd2 vapi: add support for OperationID header
  • Additional commits viewable in compare view