Skip to content

v0.33.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Oct 16:21
· 159 commits to main since this release

Release v0.33.0

Release Date: 2023-10-25

πŸ’« govc (CLI)

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

πŸ’« vcsim (Simulator)

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

🧹 Chore

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

⚠️ BREAKING

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

πŸ“– Commits

  • [f3c1fca] chore: Update version.go for v0.33.0
  • [19726dc] Add functionality for checking whether the provided thumbprint is known to the soap client
  • [5264e83] govc: add cluster.change '-ha-admission-control-enabled' flag
  • [db0ba92] vcsim: Handle prepare guest operations when svm is nil
  • [0434fd2] vapi: add support for OperationID header
  • [0754d75] vcsim: fix ModifyListView to return unresolved references
  • [5569c01] build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0
  • [babee19] build(deps): bump chuhlomin/render-template from 1.7 to 1.8
  • [7f3a070] vcsim: Remove extra devices in OVF Deploy w/ ConfigSpec
  • [3bcaf42] govc: add option to enable hidden properties in import.{spec,ova} (#3111)
  • [675eebd] chore: remove refs to deprecated io/ioutil