deps(deps): update module github.com/vmware/govmomi to v0.44.0#237
Merged
renovate[bot] merged 1 commit intomainfrom Oct 8, 2024
Merged
deps(deps): update module github.com/vmware/govmomi to v0.44.0#237renovate[bot] merged 1 commit intomainfrom
renovate[bot] merged 1 commit intomainfrom
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ @@ Coverage Diff @@
## main #237 +/- ##
=======================================
Coverage 53.16% 53.16%
=======================================
Files 46 46
Lines 6435 6435
=======================================
Hits 3421 3421
Misses 2149 2149
Partials 865 865 Continue to review full report in Codecov by Sentry.
|
TylerGillson
added a commit
that referenced
this pull request
Nov 8, 2024
🤖 I have created a release *beep* *boop* --- ## [0.2.3](v0.2.2...v0.2.3) (2024-11-08) ### Bug Fixes * slack values generated with incorrect casing ([#253](#253)) ([e9a78d8](e9a78d8)) ### Other * make reviewable ([#241](#241)) ([9f778ba](9f778ba)) * make reviewable ([#248](#248)) ([0c1c5f8](0c1c5f8)) * update build gsm ([02a4824](02a4824)) * Update README.md ([8cae0a3](8cae0a3)) * Update renovate.json ([#251](#251)) ([0401105](0401105)) ### Dependency Updates * **deps:** update actions/checkout digest to 11bd719 ([#245](#245)) ([de9e4b1](de9e4b1)) * **deps:** update actions/checkout digest to eef6144 ([#236](#236)) ([da46421](da46421)) * **deps:** update actions/setup-go digest to 41dfa10 ([#246](#246)) ([e609b92](e609b92)) * **deps:** update all non-major dependencies ([#252](#252)) ([8c3dce6](8c3dce6)) * **deps:** update anchore/sbom-action action to v0.17.4 ([#240](#240)) ([347cb47](347cb47)) * **deps:** update anchore/sbom-action action to v0.17.6 ([#242](#242)) ([5819cf0](5819cf0)) * **deps:** update golang.org/x/exp digest to 225e2ab ([#234](#234)) ([b34f23c](b34f23c)) * **deps:** update golang.org/x/exp digest to f66d83c ([#239](#239)) ([21f6d92](21f6d92)) * **deps:** update kubernetes packages to v0.31.2 ([#244](#244)) ([ff77688](ff77688)) * **deps:** update module github.com/fsnotify/fsnotify to v1.8.0 ([#249](#249)) ([83f1eed](83f1eed)) * **deps:** update module github.com/vmware/govmomi to v0.44.0 ([#237](#237)) ([bb122f3](bb122f3)) * **deps:** update module github.com/vmware/govmomi to v0.44.1 ([#238](#238)) ([64b877d](64b877d)) * **deps:** update module github.com/vmware/govmomi to v0.45.1 ([#243](#243)) ([d5341a5](d5341a5)) * **deps:** update module sigs.k8s.io/controller-runtime to v0.19.1 ([#247](#247)) ([d8c689f](d8c689f)) * **deps:** update softprops/action-gh-release digest to e7a8f85 ([#250](#250)) ([31eab3f](31eab3f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.43.0->v0.44.0Release Notes
vmware/govmomi (github.com/vmware/govmomi)
v0.44.0Compare Source
Release v0.44.0
🐞 Fix
bf6e162] synchronize access to session.Manager.userSession (#3571)💡 Examples
da37212] add ExampleListView_ofContainerView💫 API Changes
733f1c0] Update folder.PlaceVMsXCluster to support several placement types4665dff] disable http.Transport.ForceAttemptHTTP2 by default (#3564)d95d350] add vapi/crypto package with support for native KMSd2ccadf] add rest.Client.DownloadAttachment methodcb0453c] extract NewDatastoreURL from Datastore.NewURL method9a02a4a] Support querying PBM profile for IOFILTERS92797d4] Helpers for key management servers💫
govc(CLI)844fa1c] update help url7daac37] add vm.change -managed-by flag2613278] add storage.policy.info flag to query IO filters108e4fd] add native kms provider supportccf449e] add kms commands💫
vcsim(Simulator)5a9567f] lock ViewManager in RegisterObject callbacks6267644] add *Context param to UpdateObject interface method3ba044c] support clearing ManagedBy field (#3572)2c49326] handle traversal spec object updatesfc91180] ModifyListView 'remove' does not return unresolved objects1f0838e] override response namespace from struct tag6cea86e] fix RelocateVM_Task related races (#3565)f81e83d] support cluster registration in RegisterKmipServercddbe1f] Gen enc key w default provider on createvm📃 Documentation
707acb8] sync CHANGELOG (#3286)582eefa] various updates🧹 Chore
ff95505] Update version.go for v0.44.0f807c48] fixup internal version70edf99] bump default ClientVersione6bfadb] bump Go versions4d0e69d] fix GH Action tag output param796892a] rename crypto.Manager RegisterKmipCluster > RegisterKmsCluster2b65990] simplify error handling by using the new fault package📖 Commits
ff95505] chore: Update version.go for v0.44.0f807c48] chore: fixup internal version5a9567f] vcsim: lock ViewManager in RegisterObject callbacks844fa1c] govc: update help urld0278e2] build(deps): bump golang.org/x/text from 0.18.0 to 0.19.06267644] vcsim: add *Context param to UpdateObject interface method7daac37] govc: add vm.change -managed-by flag3ba044c] vcsim: support clearing ManagedBy field (#3572)bf6e162] fix: synchronize access to session.Manager.userSession (#3571)da37212] examples: add ExampleListView_ofContainerView2c49326] vcsim: handle traversal spec object updatesfc91180] vcsim: ModifyListView 'remove' does not return unresolved objects70edf99] chore: bump default ClientVersion707acb8] docs: sync CHANGELOG (#3286)e6bfadb] chore: bump Go versions4d0e69d] chore: fix GH Action tag output param582eefa] docs: various updates2613278] govc: add storage.policy.info flag to query IO filtersda340f5] Use internalpbm namespace for PbmQueryIOFiltersFromProfileId1f0838e] vcsim: override response namespace from struct tag733f1c0] api: Update folder.PlaceVMsXCluster to support several placement types4665dff] api: disable http.Transport.ForceAttemptHTTP2 by default (#3564)6cea86e] vcsim: fix RelocateVM_Task related races (#3565)108e4fd] govc: add native kms provider supportd95d350] api: add vapi/crypto package with support for native KMSd2ccadf] api: add rest.Client.DownloadAttachment methodcb0453c] api: extract NewDatastoreURL from Datastore.NewURL method9a02a4a] api: Support querying PBM profile for IOFILTERSccf449e] govc: add kms commands796892a] chore: rename crypto.Manager RegisterKmipCluster > RegisterKmsClusterf81e83d] vcsim: support cluster registration in RegisterKmipServercddbe1f] vcsim: Gen enc key w default provider on createvm92797d4] api: Helpers for key management servers2b65990] chore: simplify error handling by using the new fault packageConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.