Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

govc-0.55.1-1.1 RPM for aarch64

From OpenSuSE Ports Tumbleweed for aarch64

Name: govc Distribution: openSUSE Tumbleweed
Version: 0.55.1 Vendor: openSUSE
Release: 1.1 Build date: Mon Jul 6 07:04:24 2026
Group: Unspecified Build host: reproducible
Size: 37357537 Source RPM: govc-0.55.1-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/vmware/govmomi
Summary: vSphere CLI built on top of govmomi
The CLI is designed to be a user friendly CLI alternative to the GUI and well
suited for automation tasks. It also acts as a test harness for the govmomi
APIs and provides working examples of how to use the APIs.

Provides

Requires

License

Apache-2.0

Changelog

* Mon Jul 06 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 0.55.1:
    * Fix
    - [ea8603d] remove ovf test files with non-ascii names
    * Chore
    - [1e372f1] Update version.go for v0.55.1
    * Commits
    - [1e372f1] chore: Update version.go for v0.55.1
    - [18b33ca] feat(cns): add ActiveClusters to
      CnsVolumePolicyReconfigSpec
    - [e5a1169] Add simulator methods for eam2 cluster solutions
      api
    - [ea8603d] fix: remove ovf test files with non-ascii names
* Sun Jun 28 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 0.55.0:
    * Fix
    - [13f9067] copy extra config when cloning a VM
    * Documentation
    - [4da5966] update CHANGELOG.md (#4024) (#4024)
    * Chore
    - [cb2d98b] Update version.go for v0.55.0
    - [ea4feab] sync ClientVersion with current release
    - [6c9b236] bump ClientVersion
    - [c6ee784] build govc release with Go 1.26
    - [4ddffe5] fix use of GOPATH in govc tests
    - [123588d] remove Debug on Failure from github workflow
    - [3a283ef] bump go.mod min go version to 1.25
    - [0f9c1c3] remove hardcoded go version from module cache key
    - [a03fbdf] bump github action Go versions
    * Commits
    - [cb2d98b] chore: Update version.go for v0.55.0
    - [ea4feab] chore: sync ClientVersion with current release
    - [6c9b236] chore: bump ClientVersion
    - [1584f58] chore(deps): bump actions/cache from 5.0.5 to 6.0.0
      (#4053) (#4053)
    - [8bf4e2f] chore(deps): bump actions/setup-go from 6.4.0 to
      6.5.0 (#4054) (#4054)
    - [357e439] Make VirtualDevice.NumaNode a pointer to allow node
      0
    - [078f795] chore(deps): bump nokogiri from 1.19.3 to 1.19.4 in
      /gen (#4050) (#4050)
    - [188b1f0] api: add InsufficientResourcesQuota fault type
    - [66288bb] fix(cns): restrict host-local storage tests to
      vCenter 9.1.2 and above
    - [93bcd23] Merge branch 'vmware:main' into main
    - [d80eb53] feat(cns): add host-local storage support to
      CnsVolumeCreateSpec and placement result
    - [13f9067] fix: copy extra config when cloning a VM
    - [dec970d] feat(namespace): added new structs and api
      endpoints to manage NamespaceManagement Networks
      Signed-off-by: tobiaswaelti <tobiaswaelti92@gmail.com>
    - [4cb54df] vcsim: respect tag name for setCustomValueResponse
    - [f1304a7] vcsim: support availableField retrieval in
      VirtualMachine
    - [9f9c5d3] vcsim: support parsing both xs: and xsd: type
      prefixes
    - [0a2f905] vcsim: handle invalid folder during VM cloning
    - [231bc17] chore(deps): bump golang.org/x/text from 0.34.0 to
      0.38.0 (#4037) (#4037)
    - [9252dc6] simulator: add SubnetId and SubnetInfo support
    - [9dabce8] chore(deps): bump test-unit from 3.7.7 to 3.7.8 in
      /gen (#4034) (#4034)
    - [64b9cf7] vapi/library: tolerate spaces around '=' in
      ReadManifest (#3893)
    - [98b424c] update comments
    - [dd81e2e] add new func and unit tests
    - [2870444] Address review comments
    - [e6bd854] Add govc Relocate Volume command Signed-off-by:
      Chethan Venkatesh <chethanv@vmware.com>
    - [6bbd47f] simulator: improve podman compatibility for
      container-backed VMs (#4014) (#4014)
    - [a1be2fc] simulator: add PropertyDiff, Context helpers, and
      AutoUpdate pattern (#4013) (#4013)
    - [64e90e7] vcsim: align interval counter on inventory load
    - [821585c] govmomi: Add HostDistributedVirtualSwitchManager mo
    - [fca539c] fix case-sensitive api call
    - [c6ee784] chore: build govc release with Go 1.26
    - [4da5966] docs: update CHANGELOG.md (#4024) (#4024)
    - [d2c4a46] chore(deps): bump dessant/lock-threads from 6.0.1
      to 6.0.2 (#4023) (#4023)
    - [cdc568f] chore(deps): bump dessant/lock-threads from 6.0.0
      to 6.0.1 (#4019) (#4019)
    - [60f3931] chore(deps): bump actions/stale from 10.2.0 to
      10.3.0 (#4020) (#4020)
    - [050c58c] chore(deps): bump goreleaser/goreleaser-action from
      7.2.1 to 7.2.2 (#4018) (#4018)
    - [4ddffe5] chore: fix use of GOPATH in govc tests
    - [48ab34a] api: add ConcurrentAccess to IsTransientError
      (#4017)
    - [123588d] chore: remove Debug on Failure from github workflow
    - [3a283ef] chore: bump go.mod min go version to 1.25
    - [32417d1] vcsim: fix namespace compatibility routes
    - [95c5995] test: fix secure cookie test with Go 1.26
    - [957a45d] Merge branch 'vmware:main' into main
    - [681c59b] feat(VmServiceSpec): Remove omitempty from
      VmServiceSpec spec to have it always rendered Signed-off-by:
      tribock <louis.baumann93@gmail.com>
    - [0f9c1c3] chore: remove hardcoded go version from module
      cache key
    - [a03fbdf] chore: bump github action Go versions
* Sat May 30 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 0.54.1:
    * chore(deps): bump dessant/lock-threads from 6.0.1 to 6.0.2
      (#4023)
    * chore(deps): bump dessant/lock-threads from 6.0.0 to 6.0.1
      (#4019)
    * chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (#4020)
    * chore(deps): bump goreleaser/goreleaser-action from 7.2.1 to
      7.2.2 (#4018)
* Sun May 10 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 0.54.0:
    * Fix
    - [a8ff1b1] parsing vApp properties while converting from OVF
      envelope to VM ConfigSpec(#3964) (#3964)
    * API Changes
    - [92f18db] add FetchVmGroupForMultiwriterDisks vim25 bindings
      and vcsim support
    - [5ee9945] Fix OVF disk ID func
    - [6579127] Support NetworkSpec in Namespaces
    - [b54705c] More OVF->ConfigSpec testing
    - [25afc66] Support OVF->ConfigSpec SR-IOV NICs
    - [513e626] OVF->ConfigSpec support nil VHW
    - [6c60d63] Default to first VirtualSystem in OVF
    - [78a5ee4] Support disks sans contrllers
    - [36033df] Add OVF test fixtures
    - [76edb74] vSphere-specific OVF qualifiers
    - [aa91758] Uber OVF
    - [8dc36fe] Product categories
    - [945cef7] Disk capacity via prop, invalid prop keys
    - [e3e5a48] Fix string min/max
    - [9d8ceb0] Support explicit deployment configuration
    - [a695944] Parse OVF property qualifiers per DSP0243
    - [7bd6976] File-backed disks in OVF->ConfigSpec
    * govc (CLI)
    - [b9612be] add library.import disks option
    * Chore
    - [df7c057] Update version.go for v0.54.0
    * Commits
    - [df7c057] chore: Update version.go for v0.54.0
    - [280e083] feat(updateSpec): Remove omitempty from storage
      spec to have it always rendered Signed-off-by: tribock
      <louis.baumann93@gmail.com>
    - [fb18fe0] 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>
    - [92f18db] api: add FetchVmGroupForMultiwriterDisks vim25
      bindings and vcsim support
    - [b7f92a5] feat(init): add initial implementation of
      NamespaceNetwork to support Network override in
      CreateNamespace Signed-off-by: tribock
      <louis.baumann93@gmail.com>
    - [8edadde] chore(deps): bump nokogiri from 1.19.2 to 1.19.3 in
      /gen
    - [a287dcf] chore(deps): bump goreleaser/goreleaser-action from
      7.1.0 to 7.2.1 (#4000) (#4000)
    - [24621e0] chore(deps): bump goreleaser/goreleaser-action from
      7.0.0 to 7.1.0 (#3998) (#3998)
    - [7b1c384] chore(deps): bump chuhlomin/render-template from
      1.11 to 1.12
    - [d0181b9] chore(deps): bump chuhlomin/render-template (#3996)
      (#3996)
    - [61e1166] minor change on QueryVolume result verification
    - [69ec24a] chore(deps): bump chuhlomin/render-template from
      1.10 to 1.11 (#3995) (#3995)
    - [953f8e1] chore(deps): bump actions/cache from 5.0.4 to 5.0.5
      (#3994) (#3994)
    - [774caab] Add API for CNS CBT Control
    - [7d4ac0d] chore(deps): bump actions/upload-artifact from
      7.0.0 to 7.0.1 (#3992) (#3992)
    - [bfeb281] chore(deps): bump peter-evans/create-pull-request
      from 8.1.0 to 8.1.1 (#3991) (#3991)
    - [5ee9945] api: Fix OVF disk ID func
    - [f950446] chore(deps): bump actions/setup-go from 6.3.0 to
      6.4.0
    - [6579127] api: Support NetworkSpec in Namespaces
    - [4592669] chore(deps): bump nokogiri from 1.19.1 to 1.19.2 in
      /gen
    - [57d3dfb] chore(deps): bump actions/cache from 5.0.3 to 5.0.4
      (#3983) (#3983)
    - [b356a6b] ovf spec parser for dmtf os types
    - [b54705c] api: More OVF->ConfigSpec testing
    - [25afc66] api: Support OVF->ConfigSpec SR-IOV NICs
    - [513e626] api: OVF->ConfigSpec support nil VHW
    - [6c60d63] api: Default to first VirtualSystem in OVF
    - [78a5ee4] api: Support disks sans contrllers
    - [36033df] api: Add OVF test fixtures
    - [76edb74] api: vSphere-specific OVF qualifiers
    - [aa91758] api: Uber OVF
    - [8dc36fe] api: Product categories
    - [945cef7] api: Disk capacity via prop, invalid prop keys
    - [e3e5a48] api: Fix string min/max
    - [9d8ceb0] api: Support explicit deployment configuration
    - [a695944] api: Parse OVF property qualifiers per DSP0243
    - [7bd6976] api: File-backed disks in OVF->ConfigSpec
    - [b9612be] govc: add library.import disks option
    - [562d9cb] chore(deps): bump actions/upload-artifact from
      6.0.0 to 7.0.0 (#3970) (#3970)
    - [9e3cc86] reevert: "chore(deps): bump go to 1.24.13 (#3956)"
      (#3969) (#3956) (#3969)
    - [2a8ba44] chore(deps): bump actions/setup-go from 6.2.0 to
      6.3.0 (#3968) (#3968)
    - [a8ff1b1] fix: parsing vApp properties while converting from
      OVF envelope to VM ConfigSpec(#3964) (#3964)
    - [e205430] chore(gh): update release workflow (#3967) (#3967)
    - [2ad7482] chore(gh): update govc tests workflow (#3966)
      (#3966)
    - [ed441b7] chore(deps): bump goreleaser/goreleaser-action from
      6.4.0 to 7.0.0 (#3965) (#3965)
* Wed Apr 22 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 0.53.1:
    * govc (CLI)
    - [5cdf9d9] add library.import disks option
    * Chore
    - [21f5823] Update version.go for v0.53.1
* Thu Feb 19 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 2.53.0:
    * Fix
    - [4dddb93] cluster configuration enablement and draft APIs
      (#3944) (#3944)
    - [5ef2d64] change controllerKey and unitNumber to *int32
      (#3880) (#3880)
    - [7b6d459] unit tests for sync volume (#3881) (#3881)
    - [5e3df8a] EAM 2.0 bindings typo (#3879 (#3879)
    - [e481fdd] guard against nil role in permissions.ls (#3840)
      (#3840)
    * API Changes
    - [65ee37d] add TransitGateway mo type
    - [5c62627] Fix volumeEncrypted in CNS
    - [e6688c7] Fix OVF userConfigurable in ToConfigSpec
    - [75fed5c] CnsVolumeBackingType (#3918) (#3918)
    - [31d4775] Update ofvEnvelop.ToConfigSpec and
      configInfo.ToConfigSpec to handle nil ovfProperty
      userConfigurable
    - [c80b625] Handle OVF defaultVal/val correctly
    - [35b20e6] Fix OVF defVal & ConfigSpec vAppConfig
    - [21d7947] Update VmPlacementPolicy interfaces to use
      vim.TagId
    - [01373c9] Support OVF->ConfigSpec VirtSysColl index (#3865)
      (#3865)
    - [c580122] remove podVMOverheadInfo host capability (#3869)
      (#3869)
    - [68080d3] Updated API bindings
    - [9e1f60a] Updated API bindings
    - [434104b] Support vmx-22
    - [79587cc] Make ClusterInitialPlacementAction iface
    - [b0607e6] Helpers for GuestID->Family/CIMOSType
    * govc (CLI)
    - [a7a23f8] Fix vm.clone full path example root from
      ClusterName to DatacenterName (#3959) (#3959)
    - [2a3fd10] add device.sata.add (#3936) (#3936)
    - [08dfb41] type alias support for ls -t (#3901) (#3901)
    * vcsim (Simulator)
    - [a9a1a9e] Consider default devs from VM spec
    - [770f3fe] Support tags in VM reconfig
    - [b1ee1fb] Support encrypt-on-copy virtual disk
    - [3bf69d1] fix snapshot state handling
    - [5b5c932] Deep copy the vm config to snapshot
    * Chore
    - [029d112] Update version.go for v0.53.0
    * Reverts
    - [d784925] Revert vmware/govmomi#3911 (#3911)
    * BREAKING
    - [429bf0f]: Change backingObjectId from string to *string
* Tue Aug 19 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 0.52.0:
    * Fix
    - [5c16d3f] vcsim: Avoid panic in QueryAvailablePerfMetric if
      VM has no Datastore
    * API Changes
    - [2278e0e] Update folder.PlaceVMsXCluster to return available
      candidate networks
    - [28eeab9] fix comments and doc links
    - [7a3647c] fix action parameters
    - [8ee9995] update drafts bindings
    - [37dd0c8] bindings for
      esx/settings/clusters/cluster/configuration/drafts
    - [7074655] Placement policy WSDL names changed
    - [55501e2] add bindings for recent tasks and schema
    - [3230765] add bindings for esx/settings/cluster/configuration
    - [74eea10] add bindings for
      esx/settings/cluster/enablement/configuration/transition
    - [e61ad35] Update folder.PlaceVMsXCluster to filter clusters
      based on candidate networks availability - Add GoVmomi
      Bindings to CandidateNetworks - Made changes suggested by
      Shengjie
    - [8784335] Add "lsilogicsas" alias for "lsilogic-sas" in
      CreateSCSIController
    * govc (CLI)
    - [0b0e0cc] Add vmclass configSpec options
    * Documentation
    - [d0143b1] update CHANGELOG.md (#3839) (#3839)
    * Chore
    - [e53c30d] Update version.go for v0.52.0
* Sun May 25 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 0.51.0:
    * govc (CLI)
    - [59cb29b] Add vm.disk.promote command
    - [eaaeb84] Add import.vmdk '-i' flag to output vmdk info only
    * Commits
    - chore: Update version.go for v0.51.0
    - api: Add option to use a filter function as value of
      property.Match
    - vcsim: Add CreateSnapshotEx for simulator
    - api: Add object.VirtualMachine.CreateSnapshotEx method
    - vcsim: Use OptionManager to configure session timeout
      duration
    - build(deps): bump actions/setup-go from 5.4.0 to 5.5.0
    - chore(deps): go mod tidy
    - build(deps): bump golang.org/x/text from 0.24.0 to 0.25.0
    - vcsim: Add VirtualMachine.PromoteDisks_Task method
    - govc: Add vm.disk.promote command
    - api: Add object.VirtualMachine.PromoteDisks method
    - vcsim: Use vmdk.Descriptor for vmdk file metadata
    - build(deps): bump mxschmitt/action-tmate from 3.21 to 3.22
    - govc: Add import.vmdk '-i' flag to output vmdk info only
    - api: Extend vmdk.Info to include Descriptor
    - fix: vcsim: Avoid possible race in SessionManager.Logout
    - emacs: Add datastore.ls '-a' flag when prefix arg is given
    - chore: update container images
    - vcsim: Avoid use of sha1 for stable UUIDs (OIDs)
    - build(deps): bump test-unit from 3.6.7 to 3.6.8 in /gen
    - build(deps): bump mxschmitt/action-tmate from 3.20 to 3.21
    - build(deps): bump nokogiri in /gen in the bundler group
    - chore: update `.goreleaser.yml` to v2
* Thu Apr 24 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 0.50.0:
    * chore: Update version.go for v0.50.0
    * chore(gh): update release
    * build(deps): bump mxschmitt/action-tmate from 3.19 to 3.20
    * vcsim: Populate guest.ipStack property for container backed VMs
    * Handle the duration field as string
    * api: Rewrite lookup service URLs on DNS error
    * vcsim: Add minimal json-rpc support
    * vcsim: Use the simulator's URL.Host in NFC lease URLs
    * govc: Support Datastore Cluster in import.ova command
    * govc: Add import.ova -net flag
    * fix: vcsim -load Datastore summary.url property
    * govc: Add -lease option to import/export commands
    * govc: Support -p and -s in with single task.set
    * docs: remove legacy docs links
    * docs: update kb urls
    * chore(deps): go mod tidy
    * build(deps): bump golang.org/x/text from 0.23.0 to 0.24.0
    * govc: Add vm.policy.ls command
    * docs: Update various API reference links
    * vcsim: support multiple VirtualSystemType in
      OvfManager.CreateImportSpec
    * govc: Support snapshot.export
    * chore: vim25/xml: sync with Go 1.24 encoding/xml
    * fix: vcsim: fix PropertyFilter/Collector memory leak
    * build(deps): bump goreleaser/goreleaser-action from 6.2.1 to
      6.3.0
    * api: add PodVMOverheadInfo type and HostCapability field
    * refactor: header check
    * chore: gofmt -w -r 'interface{} -> any' .
    * chore: update copyright
    * vcsim: fix integer type conversion
    * chore(deps): update bundler to v2 for dependabot
    * build(deps): bump actions/cache from 4.2.2 to 4.2.3
    * build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2
    * build(deps): bump actions/setup-go from 5.3.0 to 5.4.0
    * chore: update `vmware/govc` and `vmware/vcsim` dockerfiles
    * api: use `crypto/rand` for nonce generation
    * api: use `ParseInt` and add `int32` bounds check
    * chore: update codeql workflow
    * govc: fix integer type conversion
    * govc: fix integer type conversion for `guest.chown`
    * build(deps): bump actions/stale from 9.0.0 to 9.1.0
    * build(deps): bump actions/setup-go from 5.0.0 to 5.3.0
    * chore(gh): update dependabot
    * toolbox: fix codeql go/zipslip
    * chore(gh): update release workflow
    * chore(gh): update unit tests workflow
    * chore(gh): update build workflow
    * chore(gh): update linting workflow
    * chore(gh): update govc tests workflow
    * chore(gh): update wip workflow
    * chore(gh): add lock workflow
    * chore(gh): update stale workflow
    * chore(gh): update docker workflow
    * chore(gh): update greeting workflow
    * chore(gh): update codeql workflow
    * chore(gh): update to `ubuntu-latest` runner
    * vcsim: Add vapi support for CategoryID and TagID fields
    * govc: Add '-id' option for tags.category and tags create
      commands
    * api: Add optional CategoryID,TagID fields for category and tag
      creation
* Wed Mar 12 2025 opensuse_buildservice@ojkastl.de
  - Update to version 0.49.0:
    * chore: Update version.go for v0.49.0
    * build(deps): bump golang.org/x/text from 0.22.0 to 0.23.0
    * chore: Use cns Task helpers in govc volume commands
    * govc: add volume.rm -keep flag to retain backing disk
    * govc: add volume.extend command
    * vcsim: add vsan Datastore support
    * vcsim: remove simulator.Map package variable
    * fix: vcsim: extend PropertyCollector lock to avoid potential
      races
    * govc: add GPU commands
    * govc: add session.login -jwt option
    * vcsim: add query and metadata support for CNS Volume API
    * build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0
    * build(deps): bump golang.org/x/text from 0.21.0 to 0.22.0
    * fix: Drop operationID soap header for unsupported endpoints
    * govc: Rewrite kms.export URL to use the host we connected to
      vCenter with
    * govc: Add storage.policy.create '-e' option to enable
      encryption
* Wed Feb 12 2025 opensuse_buildservice@ojkastl.de
  - Update to version 0.48.1:
    * chore: Update version.go for v0.48.1
    * build(deps): bump golang.org/x/text from 0.21.0 to 0.22.0
    * fix: Drop operationID soap header for unsupported endpoints
    * govc: Rewrite kms.export URL to use the host we connected to
      vCenter with
    * govc: Add storage.policy.create '-e' option to enable
      encryption
* Tue Jan 28 2025 opensuse_buildservice@ojkastl.de
  - Update to version 0.48.0:
    * chore: Update version.go for v0.48.0
    * Add ResourcePool.resourceConfigSpecDetailed to missingSet
      filter
    * add delete flag for CnsContainerCluster type
    * vcsim: add env var for use with ssoadmin GetTrustedCertificates
    * govc: sha256 for session cache
    * api: add vlsm.GlobalObjectManager.List method
    * vcsim: add disk query and metadata support
    * govc: add disk.metadata ls and update commands
    * fix: add DirectPathProfileManager to mo registry
    * vcsim: fix save+load of Alarm objects
    * govc: enhance VAPI for vSphere Supervisor Services
    * vcsim: add ssoadmin GetTrustedCertificates method
    * vcsim: fix lookup service deferred registration
    * vcsim: add vslm VStorageObjectManager (aka FCD Global Catalog)
      support
    * fix: support multiple property.Collector.Retrieve base type
      fields
    * fix: Add session lookup fallback for soap header auth
    * vcsim: add DatastoreNamespaceManager Create/Delete directory
      methods
    * fix: govc: import.ovf remote support regression
    * goreleaser: remove brew tap setup
* Fri Jan 03 2025 opensuse_buildservice@ojkastl.de
  - Update to version 0.47.0:
    * chore: Update version.go for v0.47.0
    * govc: Update govc usage doc
    * api: Fix OVF param to use interface
    * api: Generate bindings for 9.0.0.0.rc1
    * api: Generate API with Broadcom header
    * api: Specify ruby bundler for api gen
    * api: Update gen/gen.sh for 9.0.0.0.rc1
    * api: Support podman for building api
    * api: Build api with Go 1.23.2
    * govc: add datastore.download -json support
    * chore: update copyright header
    * vcsim: create cls vmdk descriptor and backing files
    * vcsim: Improve sim for pub/sub content libs
    * govc: add -b flag to volume.ls
    * cns: add json tags
    * api: Support returning DS info when resolving lib stor
    * api: Support DC for ResolveLibItemStor
    * govc: add disk.ls '-a' flag
    * api: Support encode/decode OVF to JSON
    * govc: add datastore.ls -H option
    * fix: govc fix field.info name (-n flag) validation
    * fix: SOAP vcSessionCookie value must be from vim25.Client
    * api: Fix object.VirtualDiskManager::Copy
    * vcsim: make QueryVirtualDiskUuid() result stable
    * vcsim: add VirtualDiskManager.QueryVirtualDiskInfo
    * vcsim: fix object.save when run directly against ESX
    * vcsim: LicenseManager enhancements
    * api: Update OVF ToConfigSpec to handled unknown types
    * api: A generic copy function for vim25/types
    * govc: remove minimum API version check
    * api: add override mechanism for SOAP Header.Cookie
    * api: OVF to ConfigSpec
    * Deprecate haproxy with vSphere 9.0
    * fix: toolbox: add freebsd stub for fileExtendedInfoFormat
    * build(deps): bump golang.org/x/text from 0.18.0 to 0.21.0
    * fix: vcsim: swap order of xsi type attribute
    * api: Support OVF ResourceType enum
    * api: Update OVF parser to conform to spec
    * vcsim: add UpdateAssignedLicense method
    * fix: assert Entity interface in mo.Value()
    * api: move cli/host/esxcli.Command to cli/esx package
    * build(deps): bump github.com/stretchr/testify from 1.9.0 to
      1.10.0
    * vcsim: add esxcli support
    * fix: Property Collector updates should be triggered on the
      empty FilterSet
    * fix: vcsim: output signed byte in ByteSlice.MarshalXML
    * govc: Move govc commands into cli pkg
    * fix: govc: wire up flags for namespace service create
    * vcsim: Lock alpine image tag to non-latest tag
    * fix: vcsim: avoid possible panic when applying PropertyFilter
    * chore: Minimum version selection
    * cns: Support encryption/re-encryption of volumes
* Fri Dec 13 2024 opensuse_buildservice@ojkastl.de
  - Update to version 0.46.3:
    * chore: Update version.go for v0.46.3
    * fix: toolbox: add freebsd stub for fileExtendedInfoFormat
    * vcsim: fix object.save when run directly against ESX
    * vcsim: LicenseManager enhancements
    * fix: vcsim: swap order of xsi type attribute
    * govc: remove minimum API version check
    * vcsim: add UpdateAssignedLicense method
    * fix: assert Entity interface in mo.Value()
    * fix: Property Collector updates should be triggered on the
      empty FilterSet
* Wed Nov 20 2024 opensuse_buildservice@ojkastl.de
  - Update to version 0.46.2:
    * chore: Update version.go for v0.46.2
    * fix: vcsim: output signed byte in ByteSlice.MarshalXML
* Fri Nov 15 2024 opensuse_buildservice@ojkastl.de
  - Update to version 0.46.1:
    * chore: Update version.go for v0.46.1
    * fix: vcsim: avoid possible panic when applying PropertyFilter
    * cns: Support encryption/re-encryption of volumes
* Tue Nov 12 2024 opensuse_buildservice@ojkastl.de
  - Update to version 0.46.0:
    * chore: Update version.go for v0.46.0
    * govc: add vm.change -migrate-encryption and -ft-encryption-mode
      options
    * api: Support CnsBlockCreateSpec
    * api: support MOID conversion in Finder methods
    * govc: add '-I' flag to ls and find commands
    * fix: Set DuplicateName Object to duplicate object
    * chore: skip tests unless running docker on linux
    * fix: CreateSATAController to return error when no bus numbers
    * api: change ManagerKmip.IsValidKey to use QueryCryptoKeyStatus
    * vcsim: add QueryCryptoKeyStatus
    * govc: add kms.key commands
    * api: add crypto.ManagerKmip.QueryCryptoKeyStatus
    * fix: vcsim: avoid race in DestroyPropertyFilter
    * api: Fetch crypto key in GetVirtualDiskInfoByUUID
    * Fix error assertion in IsCertificateUntrusted
* Thu Oct 24 2024 opensuse_buildservice@ojkastl.de
  - Update to version 0.45.1:
    * chore: Update version.go for v0.45.1
    * Fix error assertion in IsCertificateUntrusted
* Tue Oct 22 2024 opensuse_buildservice@ojkastl.de
  - Update to version 0.45.0:
    * chore: Update version.go for v0.45.0
    * govc: rename 'object.collect' -> 'collect'
    * govc: display default provider in kms.ls output
    * fix: Add missing privileges in simulator role
    * fix: Cross-platform path handling
    * bug: Do not panic on fault.In for valid errs
    * govc: Add an unreleased folder.place command for
      PlaceVMsXCluster
    * fix: check controller type in simulator configureDevice
    * fix: update controller's device list in AssignController
    * govc: support use of service version via GOVC_VIM_VERSION env
      var
    * fix: ensure proper vSAN URI format in ResolveLibraryItemStorage
    * api: tags error handling
    * fix: Use absolute path for reading manifest
    * fix: Abort lease on upload failure
* Fri Oct 11 2024 opensuse_buildservice@ojkastl.de
  - Update to version 0.44.1:
    * chore: Update version.go for v0.44.1
    * fix: ensure proper vSAN URI format in ResolveLibraryItemStorage
* Fri Oct 11 2024 opensuse_buildservice@ojkastl.de
  - Update to version 0.44.0:
    * chore: Update version.go for v0.44.0
    * chore: fixup internal version
    * vcsim: lock ViewManager in RegisterObject callbacks
    * govc: update help url
    * build(deps): bump golang.org/x/text from 0.18.0 to 0.19.0
    * vcsim: add *Context param to UpdateObject interface method
    * govc: add vm.change -managed-by flag
    * vcsim: support clearing ManagedBy field
    * fix: synchronize access to session.Manager.userSession
    * examples: add ExampleListView_ofContainerView
    * vcsim: handle traversal spec object updates
    * vcsim: ModifyListView 'remove' does not return unresolved
      objects
    * chore: bump default ClientVersion
    * docs: sync CHANGELOG
    * chore: bump Go versions
    * chore: fix GH Action tag output param
    * docs: various updates
    * govc: add storage.policy.info flag to query IO filters
    * Use internalpbm namespace for PbmQueryIOFiltersFromProfileId
    * vcsim: override response namespace from struct tag
    * api: Update folder.PlaceVMsXCluster to support several
      placement types
    * api: disable http.Transport.ForceAttemptHTTP2 by default
    * vcsim: fix RelocateVM_Task related races
    * govc: add native kms provider support
    * api: add vapi/crypto package with support for native KMS
    * api: add rest.Client.DownloadAttachment method
    * api: extract NewDatastoreURL from Datastore.NewURL method
    * api: Support querying PBM profile for IOFILTERS
    * govc: add kms commands
    * chore: rename crypto.Manager RegisterKmipCluster >
      RegisterKmsCluster
    * vcsim: support cluster registration in RegisterKmipServer
    * vcsim: Gen enc key w default provider on createvm
    * api: Helpers for key management servers
    * chore: simplify error handling by using the new fault package
* Sat Sep 14 2024 opensuse_buildservice@ojkastl.de
  - Update to version 0.43.0:
    * chore: Update version.go for v0.43.0
    * api: Fault helpers
    * vcsim: Support PlaceVm with relocate placement type
    * Update library state info to content library API
    * vcsim: Support PlaceVm with reconfigure placement type
    * build(deps): bump golang.org/x/text from 0.17.0 to 0.18.0
    * chore: sync generated govc/USAGE.md
    * govc: add disk.create '-profile' flag
    * govc: add vm.disk.create '-profile' flag
    * govc: add vm.disk.attach '-profile' flag
    * chore: govc: add common StorageProfileFlag
    * api: add VirtualMachine.AddDeviceWithProfile method
    * vcsim: add VirtualMachine AttachDisk and DetachDisk methods
    * fix: vcsim: avoid possible race when encoding PropertyCollector
      response
    * build(deps): bump peter-evans/create-pull-request from 6 to 7
    * vcsim: Support VM crypto spec in vC Sim
    * Add BackingDiskPath to BackingObjectDetails
    * govc: Add '-size' flag to datastore.create
    * govc add disk.attach and disk.detach commands
    * api: VirtualMachine.AttachDisk unitNumber param is optional
    * api: ToString for vim types
    * vcsim: add namespace/registervm implementation
    * govc: add namespace.registervm command
    * api: add namespace.RegisterVM binding
    * api: Fix panic when encoding nil iface ptrs to JSON
    * govc: Support thick/eager disk opts on vm.create
    * fix: use complete InventoryPath in Datacenter.Folders
* Sat Aug 17 2024 opensuse_buildservice@ojkastl.de
  - Update to version 0.42.0:
    * chore: Update version.go for v0.42.0
    * api: update eam bindings to include authentication schema with
      eam-vcenter build 24075398 Closes: 3521
* Sat Aug 17 2024 opensuse_buildservice@ojkastl.de
  - Update to version 0.41.0:
    * chore: Update version.go for v0.41.0
    * api: OptionValues IsTrue|IsFalse
* Tue Aug 13 2024 opensuse_buildservice@ojkastl.de
  - Update to version 0.40.0:
    * chore: Update version.go for v0.40.0
    * examples: add ExampleCollector_WaitForUpdatesEx_pagination
    * vcsim: add SessionManager.ImpersonateUser method
    * govc: add session.login '-as' flag to impersonate user
    * api: add session.Manager.ImpersonateUser method
    * fix: govc object.collect truncation
    * vcsim: implement WaitForUpdatesEx pagination support
    * vcsim: add AlarmManager
    * govc: add alarm commands
    * api: add alarm package with helpers for AlarmManager and Alarms
    * govc: add event.post command
    * fix: govc: output Message field for 'EventEx' types
    * build(deps): bump golang.org/x/text from 0.16.0 to 0.17.0
    * vcsim: fix panic in CancelTask
    * govc: add library.sync '-f' flag to force sync file content
    * fix: restore govc import.spec DiskProvisioning default value
    * vcsim: add ovf DiskProvisioning validation
    * api: convert vSAN directory name to uuid in
      ResolveLibraryItemStorage
    * vcsim: add DatastoreNamespaceManager
    * govc: add library.info -S flag
    * review feedback
    * review feedback
    * implement capacityAllocationUnits parser
* Mon Jul 22 2024 opensuse_buildservice@ojkastl.de
  - Update to version 0.39.0:
    * chore: Update version.go for v0.39.0
    * api: use CheckTestType in compat and provisioning checkers
    * api: add sata controller
    * api: Exporting Unit field in MetricSeries struct for external
      use
    * chore: bump go version
    * govc: add vm.check commands
    * govc: add '-spec' flag to vm clone, migrate and create commands
    * govc: add vm.migrate -net flag
    * vcsim: add VmCompatibilityChecker and VmProvisioningChecker
    * refactor: make importing templates available as a lib
    * chore: fix codeql
    * vcsim: Add support for DRS automation levels
    * api: Add simulator test for GetVirtualDiskInfoByUUID
    * api: GetVirtualDiskInfoByUUID for getting capacity/size info
    * api: change CoresPerNumaNode to a pointer type
    * api: Add a method for extending VMDK
    * api: add ResolveLibraryItemStorage
    * fix: handle base types by default in mo.LoadObjectContent
    * vcsim: Re-enable TenantManager
* Tue Jun 25 2024 opensuse_buildservice@ojkastl.de
  - Update to version 0.38.0:
    * chore: Update version.go for v0.38.0
    * govc: add vsan.info -file-service-enabled flag
    * vcsim: add vSAN FileServiceConfig support
    * chore: make doc
    * govc: add host.tpm.info and host.tpm.report commands
    * vcsim: add HostCertificateManager
    * govc: add host.cert.info -show flag
    * fix: xml marshal byte array fields as vCenter does
    * govc: add storage.policy.create zonal option
    * api: EnsureDisksHaveControllers helper
    * api: OptionValueList helper
    * govc: add '-storage' flag to namespace.create and
      namespace.update commands
    * api: add storage_specs field to Namespace related structures
    * govc: add vm.create '-profile' and '-place' flags
    * api: add pbm.DatastoreMap for finding compatible Datastores
    * govc: Add feature to pass fullname and org for windows vm
      customization
    * fix: govc vm.disk.change should only modify CapacityInBytes
    * build(deps): bump goreleaser/goreleaser-action from 5 to 6
    * vcsim: add library item storage API support
    * nfc: Record the SSL thumbprint for the host the (device) URL
      refers to
    * vcsim: add PropertyCollector index support
    * vcsim: fix: ignore unknown refs in Datacenter.PowerOnMultiVM
    * api: HardwareVersion.IsSupported vs IsValid
    * feat: vSphere Zones API bindings
    * api: Add library item storage APIs
    * build(deps): bump nokogiri from 1.16.2 to 1.16.5 in /gen
    * api: Update ConfigInfoToConfigSpec
    * api: Update generated types
    * vcsim: Add PbmCheckCompatibility method in pbm simulator
    * api: add checksum validation in Content Library update session
      file API
    * vcsim: add HostVirtualNicManager
    * chore: govc: use generated enum lists
    * api: Generate enum consts with Values funcs
    * vcsim: fix ReconfigVM validation when changing disk size
    * api: add SSLCertificate to TransferEndpoint in content library
      API
    * build(deps): bump chuhlomin/render-template from 1.9 to 1.10
    * bugfix: Exclude ServerGUID from MOR comparison in WaitEx
* Wed Jun 05 2024 opensuse_buildservice@ojkastl.de
  - Update to version 0.37.3:
    * chore: Update version.go for v0.37.3
    * nfc: Record the SSL thumbprint for the host the (device) URL
      refers to
* Fri May 10 2024 opensuse_buildservice@ojkastl.de
  - Update to version 0.37.2:
    * chore: Update version.go for v0.37.2
    * vcsim: Add PbmCheckCompatibility method in pbm simulator
    * api: add checksum validation in Content Library update session
      file API
    * vcsim: fix ReconfigVM validation when changing disk size
    * api: add SSLCertificate to TransferEndpoint in content library
      API
* Thu Apr 18 2024 opensuse_buildservice@ojkastl.de
  - Update to version 0.37.1:
    * chore: Update version.go for v0.37.1
    * bugfix: Exclude ServerGUID from MOR comparison in WaitEx
* Sat Apr 13 2024 opensuse_buildservice@ojkastl.de
  - Update to version 0.37.0:
    * chore: Update version.go for v0.37.0
    * vcsim: toggle Content Library cached fields in sync and evict
      calls
    * govc: Add library.evict command
    * vcsim: add ExtensionManager.FindExtension method
    * build(deps): add vcsim to rpm
    * govc: add default output formatting for namespace commands
    * fix: make cns.Client independent of vim25.Client
    * api: use RetrievePropertiesEx in mo package functions
    * vcsim: RetrievePropertiesEx & ContinueRetrievePropertiesEx
    * api: change RetrieveProperties to collect results in batches
    * feat: Add VAPI bindings for guest namespaces and virtual
      machine classes
    * build(deps): enable rpm builds and add archs
    * api: move vim25.Client.UseServiceVersion to soap.Client
    * api: Expose vSphere API to evict subscribed content library
    * fix: vcsim: re-parent children in ResourcePool.Destroy
    * vcsim: add TaskHistoryCollector support
    * Remove deprecation for task.Wait and task.WaitForResult
    * govc: snapshot.tree json output to stdout
    * fix: endpoint url to bypass lookup service if envoy sidecar
      enabled
    * api: Add Downloadendpoint field in the library item file struct
    * vcsim: add TaskManager.CreateTask support
    * vcsim: add ExtensionManager support
    * build(deps): bump google.golang.org/protobuf in /hack/tools
    * Add support for SHA256 thumbprint based vCenter authentication
    * fix: lookup client to use envoy sidecar url if enabled
    * docs: update CHANGELOG
    * docs: update CONTRIBUTORS
* Wed Apr 03 2024 opensuse_buildservice@ojkastl.de
  - Update to version 0.36.3:
    * chore: Update version.go for v0.36.3
    * Remove deprecation for task.Wait and task.WaitForResult
* Sat Mar 30 2024 opensuse_buildservice@ojkastl.de
  - Update to version 0.36.2:
    * chore: Update version.go for v0.36.2
    * govc: snapshot.tree json output to stdout
    * fix: endpoint url to bypass lookup service if envoy sidecar
      enabled
    * api: Add Downloadendpoint field in the library item file struct
* Sat Mar 16 2024 opensuse_buildservice@ojkastl.de
  - Update to version 0.36.1:
    * chore: Update version.go for v0.36.1
    * Add support for SHA256 thumbprint based vCenter authentication
    * fix: lookup client to use envoy sidecar url if enabled
* Sat Mar 16 2024 opensuse_buildservice@ojkastl.de
  - Update to version 0.36.0:
    * chore: Update version.go for v0.36.0
    * Updating CONTRIBUTORS
    * fix: vcsim Fetch method causes runtime panic when property is
      not set
    * Add APIs for vLCM enablement on a cluster and base ESXi image
      selection
    * chore: bump Go versions
    * build(deps): bump github.com/stretchr/testify from 1.8.4 to
      1.9.0
    * Add API for vLCM - offline depots and cluster baseline images
    * chore: Better support for ESXi & HW versions
    * vcsim: Enhanced sim support for upgrade VM
    * fix: Update summary.config.hwVersion in simulator
    * test fixes
    * fix: govc: use session KeepAlive in library.export command
    * Add service locator to CNS RelocateVolume spec
    * Add  "AggregatedSnapshotCapacityInMb" to
      CnsSnapshotCreateResult and CnsSnapshotDeleteResult.
* Mon Feb 12 2024 opensuse_buildservice@ojkastl.de
  - Update to version 0.35.0:
    * chore: Update version.go for v0.35.0
    * docs: update release doc
    * chore: update CONTRIBUTORS
    * govc: json tag camelCase fixes
    * Add "AggregatedSnapshotCapacityInMb" to cnstype.
    * add -json to snapshot.tree
    * build(deps): bump nokogiri from 1.14.3 to 1.16.2 in /gen
    * api: Sim vm config.changeVersion & config.modified
    * build(deps): bump peter-evans/create-pull-request from 5 to 6
    * Re-enable PC updates for indexed properties
    * build(deps): bump andstor/file-existence-action from 2 to 3
    * build(deps): bump peter-evans/create-or-update-comment from 3
      to 4
    * Add new "UsedCapacityInMb" in struct "CnsBlockBackingDetails"
    * build(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0
    * build(deps): bump actions/cache from 3 to 4
    * Self identify the executable making calls to vCenter
    * api: WaitForUpdatesEx & DestroyPropertyFilter
    * Changes to fix xml tag used for SnapshotId
    * vcsim: Fix -method-delay option to update task states
    * Fixes Missing Tags in AttachedTags
    * Changes to add CNS fault CnsSnapshotCreatedFault
    * build(deps): bump actions/upload-artifact from 3 to 4
    * build(deps): bump github/codeql-action from 2 to 3
    * build(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0
    * build(deps): bump chuhlomin/render-template from 1.8 to 1.9
* Sat Jan 20 2024 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - new package govc: vSphere CLI written in go

Files

/usr/bin/govc
/usr/share/doc/packages/govc
/usr/share/doc/packages/govc/README.md
/usr/share/licenses/govc
/usr/share/licenses/govc/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Aug 2 05:00:51 2026