-
Notifications
You must be signed in to change notification settings - Fork 455
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
chore(deps): bump github.com/vmware/govmomi from 0.46.1 to 0.47.1 #2325
chore(deps): bump github.com/vmware/govmomi from 0.46.1 to 0.47.1 #2325
Conversation
Bumps [github.com/vmware/govmomi](https://github.com/vmware/govmomi) from 0.46.1 to 0.47.1. - [Release notes](https://github.com/vmware/govmomi/releases) - [Changelog](https://github.com/vmware/govmomi/blob/main/CHANGELOG.md) - [Commits](vmware/govmomi@v0.46.1...v0.47.1) --- updated-dependencies: - dependency-name: github.com/vmware/govmomi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
v0.47.0 has changes for OVF that will need to be addressed here in the provider.
# github.com/hashicorp/terraform-provider-vsphere/vsphere/internal/helper/ovfdeploy
Error: vsphere/internal/helper/ovfdeploy/ovf_helper.go:547:56: cannot use importSpecParam (variable of type types.OvfCreateImportSpecParams) as types.BaseOvfCreateImportSpecParams value in argument to ovfManager.CreateImportSpec: types.OvfCreateImportSpecParams does not implement types.BaseOvfCreateImportSpecParams (method GetOvfCreateImportSpecParams has pointer receiver)
Use the `&` operator is used when creating `importSpecParam` to ensure the instance is a pointer. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
Fixed in cb4cc0d. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in cb4cc0d.
A newer version of github.com/vmware/govmomi exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
This functionality has been released in v2.11.1 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
Bumps github.com/vmware/govmomi from 0.46.1 to 0.47.1.
Release notes
Sourced from github.com/vmware/govmomi's releases.
... (truncated)
Commits
f841602
chore: Update version.go for v0.47.127d06f3
fix: Add session lookup fallback for soap header auth42a6a31
Revert "chore: Update version.go for v0.47.1"5d76bda
chore: Update version.go for v0.47.11de5fbf
fix: govc: import.ovf remote support regression95396cd
chore: Update version.go for v0.47.04eab163
Merge pull request #3666 from dougm/datastore-download-json80de29b
Merge pull request #3667 from akutz/feature/api-9.0.0.0.rc1ad5c90a
govc: Update govc usage doca447f4d
api: Fix OVF param to use interfaceMost Recent Ignore Conditions Applied to This Pull Request
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)