Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump github.com/vmware/govmomi from 0.44.1 to 0.45.1 #2292

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2024

Bumps github.com/vmware/govmomi from 0.44.1 to 0.45.1.

Release notes

Sourced from github.com/vmware/govmomi's releases.

v0.45.1

Release v0.45.1

Release Date: 2024-10-23

🧹 Chore

  • [af51f76a] Update version.go for v0.45.1

⚠️ BREAKING

📖 Commits

  • [af51f76a] chore: Update version.go for v0.45.1
  • [0ed140ee] Fix error assertion in IsCertificateUntrusted

v0.45.0

Release v0.45.0

Release Date: 2024-10-21

🐞 Fix

  • [84464784] Add missing privileges in simulator role
  • [36ee9a1e] Cross-platform path handling (#3555)
  • [71378bcb] check controller type in simulator configureDevice
  • [c44199a8] update controller's device list in AssignController
  • [17f6966d] ensure proper vSAN URI format in ResolveLibraryItemStorage
  • [60f2a6ea] Use absolute path for reading manifest (#3550)
  • [36cac699] Abort lease on upload failure (#3554)

💫 API Changes

  • [d14cbf39] tags error handling (#3112)

💫 govc (CLI)

  • [407da6c3] rename 'object.collect' -> 'collect'
  • [aec11224] display default provider in kms.ls output
  • [831b722f] Add an unreleased folder.place command for PlaceVMsXCluster
  • [2bbc6d83] support use of service version via GOVC_VIM_VERSION env var

🧹 Chore

  • [888548b9] Update version.go for v0.45.0

... (truncated)

Commits
  • af51f76 chore: Update version.go for v0.45.1
  • 0ed140e Fix error assertion in IsCertificateUntrusted
  • 888548b chore: Update version.go for v0.45.0
  • 19de4ba Merge pull request #3599 from dougm/govc-collect
  • 407da6c govc: rename 'object.collect' -> 'collect'
  • 7948ad8 Merge pull request #3598 from dougm/kms-ls-default
  • aec1122 govc: display default provider in kms.ls output
  • 15e0e96 Merge pull request #3596 from Xiol/issue-3555-cross-platform-paths
  • c0321f8 Merge pull request #3556 from Xiol/issue-3554-abort-lease-on-failure
  • 26e9cb4 Merge pull request #3551 from Xiol/issue-3550-readmanifest-abs-path
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
github.com/vmware/govmomi [>= 0.33.a, < 0.34]
github.com/vmware/govmomi [< 0.37, > 0.36.1]
github.com/vmware/govmomi [>= 0.43.a, < 0.44]

Dependabot compatibility score

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)

@dependabot dependabot bot requested a review from a team as a code owner October 24, 2024 04:58
@dependabot dependabot bot added dependencies Type: Dependencies go Pull requests that update Go code labels Oct 24, 2024
@github-actions github-actions bot added provider Type: Provider chore Type: Chore needs-review Status: Pull Request Needs Review labels Oct 24, 2024
@tenthirtyam
Copy link
Collaborator

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/vmware/govmomi-0.45.1 branch from b4c97d1 to 852d47b Compare November 3, 2024 09:26
Bumps [github.com/vmware/govmomi](https://github.com/vmware/govmomi) from 0.44.1 to 0.45.1.
- [Release notes](https://github.com/vmware/govmomi/releases)
- [Changelog](https://github.com/vmware/govmomi/blob/main/CHANGELOG.md)
- [Commits](vmware/govmomi@v0.44.1...v0.45.1)

---
updated-dependencies:
- dependency-name: github.com/vmware/govmomi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/vmware/govmomi-0.45.1 branch from 852d47b to 1ca16d4 Compare November 5, 2024 19:26
@tenthirtyam tenthirtyam merged commit 3d995b1 into main Nov 5, 2024
6 checks passed
@tenthirtyam tenthirtyam deleted the dependabot/go_modules/github.com/vmware/govmomi-0.45.1 branch November 5, 2024 22:04
@tenthirtyam tenthirtyam removed the needs-review Status: Pull Request Needs Review label Dec 4, 2024
Copy link

github-actions bot commented Jan 4, 2025

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 4, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
chore Type: Chore dependencies Type: Dependencies go Pull requests that update Go code provider Type: Provider
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants