Skip to content

govc 0.54.0#281695

Merged
BrewTestBot merged 2 commits into
mainfrom
bump-govc-0.54.0
May 9, 2026
Merged

govc 0.54.0#281695
BrewTestBot merged 2 commits into
mainfrom
bump-govc-0.54.0

Conversation

@BrewTestBot

Copy link
Copy Markdown
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes

## [Release v0.54.0](https://github.com/vmware/govmomi/compare/v0.54.0-alpha.0...v0.54.0)

Release Date: 2026-05-08

🐞 Fix

  • [a8ff1b19] parsing vApp properties while converting from OVF envelope to VM ConfigSpec(#3964) (#3964)

💫 API Changes

  • [92f18db2] add FetchVmGroupForMultiwriterDisks vim25 bindings and vcsim support
  • [5ee9945f] Fix OVF disk ID func
  • [65791278] Support NetworkSpec in Namespaces
  • [b54705c9] More OVF->ConfigSpec testing
  • [25afc662] Support OVF->ConfigSpec SR-IOV NICs
  • [513e6265] OVF->ConfigSpec support nil VHW
  • [6c60d63b] Default to first VirtualSystem in OVF
  • [78a5ee48] Support disks sans contrllers
  • [36033dfb] Add OVF test fixtures
  • [76edb74e] vSphere-specific OVF qualifiers
  • [aa917587] Uber OVF
  • [8dc36fef] Product categories
  • [945cef78] Disk capacity via prop, invalid prop keys
  • [e3e5a48a] Fix string min/max
  • [9d8ceb07] Support explicit deployment configuration
  • [a6959449] Parse OVF property qualifiers per DSP0243
  • [7bd69763] File-backed disks in OVF->ConfigSpec

💫 govc (CLI)

  • [b9612be6] add library.import disks option

🧹 Chore

  • [df7c057a] Update version.go for v0.54.0

⚠️ BREAKING

📖 Commits

  • [df7c057a] chore: Update version.go for v0.54.0
  • [280e083a] feat(updateSpec): Remove omitempty from storage spec to have it always rendered Signed-off-by: tribock <louis.baumann93@gmail.com>
  • [fb18fe03] feat(marshal): Implement new Marshal Function to implement the removal of the last storage policy or the deletion of all policies Signed-off-by: tribock <louis.baumann93@gmail.com>
  • [92f18db2] api: add FetchVmGroupForMultiwriterDisks vim25 bindings and vcsim support
  • [b7f92a5a] feat(init): add initial implementation of NamespaceNetwork to support Network override in CreateNamespace Signed-off-by: tribock <louis.baumann93@gmail.com>
  • [8edaddee] chore(deps): bump nokogiri from 1.19.2 to 1.19.3 in /gen
  • [a287dcfa] chore(deps): bump goreleaser/goreleaser-action from 7.1.0 to 7.2.1 (#4000) (#4000)
  • [24621e0d] chore(deps): bump goreleaser/goreleaser-action from 7.0.0 to 7.1.0 (#3998) (#3998)
  • [7b1c3846] chore(deps): bump chuhlomin/render-template from 1.11 to 1.12
  • [d0181b96] chore(deps): bump chuhlomin/render-template (#3996) (#3996)
  • [61e1166f] minor change on QueryVolume result verification
  • [69ec24a3] chore(deps): bump chuhlomin/render-template from 1.10 to 1.11 (#3995) (#3995)
  • [953f8e17] chore(deps): bump actions/cache from 5.0.4 to 5.0.5 (#3994) (#3994)
  • [774caabe] Add API for CNS CBT Control
  • [7d4ac0d6] chore(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 (#3992) (#3992)
  • [bfeb2818] chore(deps): bump peter-evans/create-pull-request from 8.1.0 to 8.1.1 (#3991) (#3991)
  • [5ee9945f] api: Fix OVF disk ID func
  • [f9504466] chore(deps): bump actions/setup-go from 6.3.0 to 6.4.0
  • [65791278] api: Support NetworkSpec in Namespaces
  • [45926695] chore(deps): bump nokogiri from 1.19.1 to 1.19.2 in /gen
  • [57d3dfb6] chore(deps): bump actions/cache from 5.0.3 to 5.0.4 (#3983) (#3983)
  • [b356a6bc] ovf spec parser for dmtf os types
  • [b54705c9] api: More OVF->ConfigSpec testing
  • [25afc662] api: Support OVF->ConfigSpec SR-IOV NICs
  • [513e6265] api: OVF->ConfigSpec support nil VHW
  • [6c60d63b] api: Default to first VirtualSystem in OVF
  • [78a5ee48] api: Support disks sans contrllers
  • [36033dfb] api: Add OVF test fixtures
  • [76edb74e] api: vSphere-specific OVF qualifiers
  • [aa917587] api: Uber OVF
  • [8dc36fef] api: Product categories
  • [945cef78] api: Disk capacity via prop, invalid prop keys
  • [e3e5a48a] api: Fix string min/max
  • [9d8ceb07] api: Support explicit deployment configuration
  • [a6959449] api: Parse OVF property qualifiers per DSP0243
  • [7bd69763] api: File-backed disks in OVF->ConfigSpec
  • [b9612be6] govc: add library.import disks option
  • [562d9cbe] chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 (#3970) (#3970)
  • [9e3cc86f] reevert: "chore(deps): bump go to 1.24.13 (#3956)" (#3969) (#3956) (#3969)
  • [2a8ba44b] chore(deps): bump actions/setup-go from 6.2.0 to 6.3.0 (#3968) (#3968)
  • [a8ff1b19] fix: parsing vApp properties while converting from OVF envelope to VM ConfigSpec(#3964) (#3964)
  • [e2054307] chore(gh): update release workflow (#3967) (#3967)
  • [2ad74826] chore(gh): update govc tests workflow (#3966) (#3966)
  • [ed441b7f] chore(deps): bump goreleaser/goreleaser-action from 6.4.0 to 7.0.0 (#3965) (#3965)

View the full release notes at https://github.com/vmware/govmomi/releases/tag/v0.54.0.


@github-actions github-actions Bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels May 8, 2026
@github-actions

github-actions Bot commented May 9, 2026

Copy link
Copy Markdown
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions Bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label May 9, 2026
@BrewTestBot BrewTestBot enabled auto-merge May 9, 2026 00:56
@BrewTestBot BrewTestBot added this pull request to the merge queue May 9, 2026
Merged via the queue into main with commit 9b5e1b6 May 9, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-govc-0.54.0 branch May 9, 2026 01:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants