chore(deps): update dependency vmware/govmomi to v0.54.1#124
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency vmware/govmomi to v0.54.1#124renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
4dfd355 to
6d332ca
Compare
6d332ca to
9893790
Compare
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:
0.53.0→0.54.1Release Notes
vmware/govmomi (vmware/govmomi)
v0.54.1Compare Source
Release v0.54.1
💫 API Changes
007fa1c] add ConcurrentAccess to IsTransientError (#4017)💫
vcsim(Simulator)11d6756] fix namespace compatibility routes📃 Documentation
f1879dc] updateCHANGELOG.md(#4024) (#4024)🧹 Chore
e6cfff7] Update version.go for v0.54.1bead769] build govc release with Go 1.2613dc7e3] fix use of GOPATH in govc tests6f36f6f] remove Debug on Failure from github workflow0de1452] bump go.mod min go version to 1.2540d91ea] remove hardcoded go version from module cache keyf04fb92] bump github action Go versions📖 Commits
e6cfff7] chore: Update version.go for v0.54.1bead769] chore: build govc release with Go 1.26f1879dc] docs: updateCHANGELOG.md(#4024) (#4024)b460984] chore(deps): bump dessant/lock-threads from 6.0.1 to 6.0.2 (#4023) (#4023)7888acb] chore(deps): bump dessant/lock-threads from 6.0.0 to 6.0.1 (#4019) (#4019)87cdbff] chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (#4020) (#4020)3016d63] chore(deps): bump goreleaser/goreleaser-action from 7.2.1 to 7.2.2 (#4018) (#4018)13dc7e3] chore: fix use of GOPATH in govc tests6f36f6f] chore: remove Debug on Failure from github workflow0de1452] chore: bump go.mod min go version to 1.25007fa1c] api: add ConcurrentAccess to IsTransientError (#4017)11d6756] vcsim: fix namespace compatibility routes2ad51d3] test: fix secure cookie test with Go 1.2640d91ea] chore: remove hardcoded go version from module cache keyf04fb92] chore: bump github action Go versionsv0.54.0Compare Source
🐞 Fix
a8ff1b1] parsing vApp properties while converting from OVF envelope to VM ConfigSpec(#3964) (#3964)💫 API Changes
92f18db] add FetchVmGroupForMultiwriterDisks vim25 bindings and vcsim support5ee9945] Fix OVF disk ID func6579127] Support NetworkSpec in Namespacesb54705c] More OVF->ConfigSpec testing25afc66] Support OVF->ConfigSpec SR-IOV NICs513e626] OVF->ConfigSpec support nil VHW6c60d63] Default to first VirtualSystem in OVF78a5ee4] Support disks sans contrllers36033df] Add OVF test fixtures76edb74] vSphere-specific OVF qualifiersaa91758] Uber OVF8dc36fe] Product categories945cef7] Disk capacity via prop, invalid prop keyse3e5a48] Fix string min/max9d8ceb0] Support explicit deployment configurationa695944] Parse OVF property qualifiers per DSP02437bd6976] 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.0280e083] 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 supportb7f92a5] 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 /gena287dcf] 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.12d0181b9] chore(deps): bump chuhlomin/render-template (#3996) (#3996)61e1166] minor change on QueryVolume result verification69ec24a] 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 Control7d4ac0d] 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 funcf950446] chore(deps): bump actions/setup-go from 6.3.0 to 6.4.06579127] api: Support NetworkSpec in Namespaces4592669] chore(deps): bump nokogiri from 1.19.1 to 1.19.2 in /gen57d3dfb] chore(deps): bump actions/cache from 5.0.3 to 5.0.4 (#3983) (#3983)b356a6b] ovf spec parser for dmtf os typesb54705c] api: More OVF->ConfigSpec testing25afc66] api: Support OVF->ConfigSpec SR-IOV NICs513e626] api: OVF->ConfigSpec support nil VHW6c60d63] api: Default to first VirtualSystem in OVF78a5ee4] api: Support disks sans contrllers36033df] api: Add OVF test fixtures76edb74] api: vSphere-specific OVF qualifiersaa91758] api: Uber OVF8dc36fe] api: Product categories945cef7] api: Disk capacity via prop, invalid prop keyse3e5a48] api: Fix string min/max9d8ceb0] api: Support explicit deployment configurationa695944] api: Parse OVF property qualifiers per DSP02437bd6976] api: File-backed disks in OVF->ConfigSpecb9612be] govc: add library.import disks option562d9cb] 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)v0.53.1Compare Source
💫
govc(CLI)5cdf9d9] add library.import disks option🧹 Chore
21f5823] Update version.go for v0.53.1📖 Commits
21f5823] chore: Update version.go for v0.53.15cdf9d9] govc: add library.import disks optionConfiguration
📅 Schedule: (UTC)
🚦 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.