Skip to content

v0.49.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Mar 19:04
· 6 commits to main since this release

Release v0.49.0

Release Date: 2025-03-11

🐞 Fix

  • [f13754e] vcsim: extend PropertyCollector lock to avoid potential races (#3697)
  • [67566aa] Drop operationID soap header for unsupported endpoints

πŸ’« govc (CLI)

  • [29fe42f] add volume.rm -keep flag to retain backing disk
  • [55b7637] add volume.extend command
  • [1b06c59] add GPU commands
  • [8f7fbc3] add session.login -jwt option (#3041)
  • [35b5564] Rewrite kms.export URL to use the host we connected to vCenter with
  • [5899d79] Add storage.policy.create '-e' option to enable encryption

πŸ’« vcsim (Simulator)

  • [f16c46b] add vsan Datastore support
  • [cdeb3e4] remove simulator.Map package variable
  • [4a0b946] add query and metadata support for CNS Volume API

🧹 Chore

  • [bd808e8] Update version.go for v0.49.0
  • [3bf0935] Use cns Task helpers in govc volume commands

⚠️ BREAKING

remove simulator.Map package variable [cdeb3e4]:
simulator.Map package variable has been removed
simulator.SpoofContext function has been renamed to NewContext

πŸ“– Commits

  • [bd808e8] chore: Update version.go for v0.49.0
  • [3b71869] build(deps): bump golang.org/x/text from 0.22.0 to 0.23.0
  • [3bf0935] chore: Use cns Task helpers in govc volume commands
  • [29fe42f] govc: add volume.rm -keep flag to retain backing disk
  • [55b7637] govc: add volume.extend command
  • [f16c46b] vcsim: add vsan Datastore support
  • [cdeb3e4] vcsim: remove simulator.Map package variable
  • [f13754e] fix: vcsim: extend PropertyCollector lock to avoid potential races (#3697)
  • [1b06c59] govc: add GPU commands
  • [8f7fbc3] govc: add session.login -jwt option (#3041)
  • [4a0b946] vcsim: add query and metadata support for CNS Volume API
  • [afc4788] build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0
  • [e8a9a19] build(deps): bump golang.org/x/text from 0.21.0 to 0.22.0
  • [67566aa] fix: Drop operationID soap header for unsupported endpoints
  • [35b5564] govc: Rewrite kms.export URL to use the host we connected to vCenter with
  • [5899d79] govc: Add storage.policy.create '-e' option to enable encryption