Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 23, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/onsi/ginkgo/v2 v2.27.2 -> v2.27.3 age adoption passing confidence
github.com/onsi/gomega v1.38.2 -> v1.38.3 age adoption passing confidence
github.com/slack-go/slack v0.16.0 -> v0.17.3 age adoption passing confidence
github.com/vmware/govmomi v0.50.0 -> v0.52.0 age adoption passing confidence

Release Notes

onsi/ginkgo (github.com/onsi/ginkgo/v2)

v2.27.3

Compare Source

2.27.3

Fixes

report exit result in case of failure [1c9f356]
fix data race [ece19c8]

onsi/gomega (github.com/onsi/gomega)

v1.38.3

Compare Source

1.38.3

Fixes

make string formatitng more consistent for users who use format.Object directly

slack-go/slack (github.com/slack-go/slack)

v0.17.3

Compare Source

What's New
Fixes
  • Parse simple string based errors as part of the response by @​nlopes in #​1452
    In the previous version we introduced the ability to parse specific errors (more complex ones) but Slack can still send us a string. string is now the fallback type.
Other
  • Examples are now using environment variables and command line arguments consistently by @​nlopes in #​1456
    Also added a ./examples/README.md explaining the patterns that should be used.

Full Changelog: slack-go/slack@v0.17.2...v0.17.3

v0.17.2

Compare Source

Features added
New Contributors

Full Changelog: slack-go/slack@v0.17.1...v0.17.2

v0.17.1

Compare Source

This has the potential to be a breaking change if and only if you have been building SlackResponse by hand, which you shouldn't 😬. If you are, my apologies for adding this in a minor version, I thought the likelihood of this to be very very low. See #​1443 for more details.

Features added
  • Add channel_unshared event by @​nlopes in #​1437
  • Add missing Blocks to UploadFileContextV2 by @​dalyndalton in #​1435
    This adds the missing optional dependency for Blocks to the upload file method, allowing users to use rich blocks and buttons during the file upload process.
  • Return Errors field in SlackErrorResponse by @​nlopes in #​1443
Detailed list of all of the changes
New Contributors

Full Changelog: slack-go/slack@v0.17.0...v0.17.1

v0.17.0

Compare Source

MAJOR BREAKING CHANGES

This release has a few major breaking changes. And a couple require developers to pay a bit of attention, else their programs will break.
I am sorry this is the case but such is life sometimes.

See below for the most important, and trickier breaking changes.

Breaking changes
  • Fix message event struct by @​paprikati in #​1391 and #​1408
    Our MessageEvent has been quite wrong for a while. This should fix it but it does mean folks will have to change their code to cope with this new structure. Please be extra vigilant in areas of your code that uses MessageEvent.
  • Function execution events now correctly accept interfaces not strings by @​ProjectBarks in #​1357
    FunctionExecutedEvent had Inputs set as map[string]string but that didn't allow enough flexibility - that has been changed to map[string]interface.
  • Allow emoji value in plain text blocks to be null by @​calebmckay in #​1354
    The Emoji field in TextBlockObject is now a pointer to ensure we can make a distinction between nil and false. Only affects when unmarshalling.
  • Remove Legacy Workflows by @​lorenzoaiello in #​1350
    Slack has deprecated legacy workflows for a long time, and beginning September 26, 2024, Slack stopped executing workflows containing a "step from app." See more at https://api.slack.com/changelog/2023-08-workflow-steps-from-apps-step-back.
  • Implement PublishViewContext to keep hash optional by @​ishitamundhra in #​1322
    PublishViewContext() now requires people to pass a PublishViewContextRequest which became a public type. If you call PublishViewContext() in your code, please adjust accordingly.
  • Renamed AltText to AltTxt and SnippetText to SnippetType (in GetUploadURLExternalParameters and UploadFileV2Parameters) by @​nlopes in #​1422
  • AppHomeOpenedEvent View is now a pointer by @​nlopes in #​1424
    This provides slightly better ergonomics in the case when there's no view yet.
Features added
Fixes
Detailed list of all of the changes
New Contributors

Full Changelog: slack-go/slack@v0.16.0...v0.17.0

vmware/govmomi (github.com/vmware/govmomi)

v0.52.0

Compare Source

Release v0.52.0

Release Date: 2025-08-18

🐞 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
💫 vcsim (Simulator)
  • [3efce10] add SearchIndex.FindAllByUuid() support
  • [5a50d40] Fault injection
  • [2fed341] CreateVm should allow existing nvram files
  • [38a8488] Resolve NSX OpaqueBacking to the DistributedVirtualPortgroup
  • [25ce2a1] Avoid panic if VM NIC is removed after CustomizeVM
📃 Documentation
🧹 Chore
  • [e53c30d] Update version.go for v0.52.0
⚠️ BREAKING
📖 Commits
  • [e53c30d] chore: Update version.go for v0.52.0
  • [d0143b1] docs: update CHANGELOG.md (#​3839) (#​3839)
  • [edf81ad] build(deps): bump golang.org/x/text from 0.26.0 to 0.28.0 (#​3835) (#​3835)
  • [521695d] build(deps): bump goreleaser/goreleaser-action from 6.3.0 to 6.4.0 (#​3838) (#​3838)
  • [161b964] build(deps): bump github.com/go-viper/mapstructure/v2 (#​3811) (#​3811)
  • [90a7f76] build(deps): bump nokogiri from 1.18.8 to 1.18.9 in /gen (#​3822) (#​3822)
  • [57127ba] build(deps): bump test-unit from 3.6.8 to 3.7.0 in /gen (#​3817) (#​3817)
  • [0e836f2] build(deps): bump actions/cache from 4.2.3 to 4.2.4 (#​3834) (#​3834)
  • [aa32ef3] vcsim : Remove the single VM limitation for PlaceVmsXCluster API
  • [2278e0e] api: Update folder.PlaceVMsXCluster to return available candidate networks
  • [74528cf] Add option to GetVirtualDiskInfoByUUID for choosing exclude snapshot disks when calculating virtualdisk size
  • [debe7c7] update json tags and add tests for syncvolume api
  • [245af17] binding for CnsKubernetesQueryFilter
  • [b74b010] Implement bindings for CNS Unregister Volume Created new method called CnsUnregisterVolume Created CnsUnregisterVolume, CnsUnregisterVolumeRequestType and CnsUnregisterVolumeResponse types Created UnregisterVolume method on CNS Client Created TestUnregisterVolume function to test the changes
  • [28eeab9] api: fix comments and doc links
  • [f12361c] Add tests for types of meta fault (#​3824) (#​3824)
  • [7a3647c] api: fix action parameters
  • [8ee9995] api: update drafts bindings
  • [37dd0c8] api: bindings for esx/settings/clusters/cluster/configuration/drafts
  • [7074655] api: Placement policy WSDL names changed
  • [55501e2] api: add bindings for recent tasks and schema
  • [3230765] api: add bindings for esx/settings/cluster/configuration
  • [74eea10] api: add bindings for esx/settings/cluster/enablement/configuration/transition
  • [3efce10] vcsim: add SearchIndex.FindAllByUuid() support
  • [e48f1ff] Add CnsSyncVolume API bindings
  • [d25f318] Update govc/USAGE.md
  • [858de8d] Introduce Govmomi bindings to support VM placement policies
  • [b67bf1a] Added new simulator test TestPlaceVmsXClusterCreateAndPowerOnWithCandidateNetworks
  • [4a142ef] Made changes suggested in review - removed go.mod
  • [915ef1e] Fix binding generation by bumping Ruby version
  • [6248951] Updated folder.place usage
  • [9822e17] Add shared disk parameters to Cns AttachDetach Spec
  • [e61ad35] api: Update folder.PlaceVMsXCluster to filter clusters based on candidate networks availability - Add GoVmomi Bindings to CandidateNetworks - Made changes suggested by Shengjie
  • [0c58602] Fix the quotation in the copyright header
  • [281c86f] update CnsVolumeCreateSpec and CnsVolumeOperationResult
  • [109a53a] Add SPBM internal types and methods related to K8s compliant names changes
  • [cbbe8d2] handle vim25:NotSupported returned with CnsFault
  • [24f4996] skip CNS transaction tests when env CNS_RUN_TRANSACTION_TESTS is not set
  • [870f1e7] update CnsVolumeCreateSpec and CnsSnapshotCreateSpec for Transaction Support. add new fault CnsVolumeAlreadyExistsFault
  • [0e4a0fa] Added govmomi binding changes for SPBM API changes for reserve K8s compliant name feature
  • [5a50d40] vcsim: Fault injection
  • [2fed341] vcsim: CreateVm should allow existing nvram files
  • [8febefc] Add linkedClone creation support for CNS volumes
  • [8784335] api: Add "lsilogicsas" alias for "lsilogic-sas" in CreateSCSIController
  • [38a8488] vcsim: Resolve NSX OpaqueBacking to the DistributedVirtualPortgroup
  • [0b0e0cc] govc: Add vmclass configSpec options
  • [25ce2a1] vcsim: Avoid panic if VM NIC is removed after CustomizeVM
  • [5c16d3f] fix: vcsim: Avoid panic in QueryAvailablePerfMetric if VM has no Datastore

v0.51.0

Compare Source

Release Date: 2025-05-23

🐞 Fix
  • [e61afb1] vcsim: Avoid possible race in SessionManager.Logout
💫 API Changes
  • [2250eba] Add option to use a filter function as value of property.Match (#​3785)
  • [a534f39] Add object.VirtualMachine.CreateSnapshotEx method
  • [761efe9] Add object.VirtualMachine.PromoteDisks method
  • [a09e0ec] Extend vmdk.Info to include Descriptor
💫 govc (CLI)
  • [59cb29b] Add vm.disk.promote command
  • [eaaeb84] Add import.vmdk '-i' flag to output vmdk info only
💫 vcsim (Simulator)
  • [30750a6] Add CreateSnapshotEx for simulator
  • [6af11fc] Use OptionManager to configure session timeout duration
  • [40a596c] Add VirtualMachine.PromoteDisks_Task method
  • [22c7be3] Use vmdk.Descriptor for vmdk file metadata
  • [54f2b70] Avoid use of sha1 for stable UUIDs (OIDs) (#​3766)
🧹 Chore
  • [5019694] Update version.go for v0.51.0
  • [a5f933d] update container images
  • [9002dc9] update .goreleaser.yml to v2
⚠️ BREAKING

Use OptionManager to configure session timeout duration [6af11fc]:
var simulator.SessionIdleTimeout has been removed.
Use sim25.SetSessionTimeout instead.

📖 Commits
  • [5019694] chore: Update version.go for v0.51.0
  • [2250eba] api: Add option to use a filter function as value of property.Match (#​3785)
  • [30750a6] vcsim: Add CreateSnapshotEx for simulator
  • [a534f39] api: Add object.VirtualMachine.CreateSnapshotEx method
  • [6af11fc] vcsim: Use OptionManager to configure session timeout duration
  • [2bcb4c3] build(deps): bump actions/setup-go from 5.4.0 to 5.5.0
  • [bf0dfcb] chore(deps): go mod tidy
  • [d41f29d] build(deps): bump golang.org/x/text from 0.24.0 to 0.25.0
  • [40a596c] vcsim: Add VirtualMachine.PromoteDisks_Task method
  • [59cb29b] govc: Add vm.disk.promote command
  • [761efe9] api: Add object.VirtualMachine.PromoteDisks method
  • [22c7be3] vcsim: Use vmdk.Descriptor for vmdk file metadata
  • [98ad4c1] build(deps): bump mxschmitt/action-tmate from 3.21 to 3.22
  • [eaaeb84] govc: Add import.vmdk '-i' flag to output vmdk info only
  • [a09e0ec] api: Extend vmdk.Info to include Descriptor
  • [e61afb1] fix: vcsim: Avoid possible race in SessionManager.Logout
  • [0cbdbf0] emacs: Add datastore.ls '-a' flag when prefix arg is given
  • [a5f933d] chore: update container images
  • [54f2b70] vcsim: Avoid use of sha1 for stable UUIDs (OIDs) (#​3766)
  • [49ec77a] build(deps): bump test-unit from 3.6.7 to 3.6.8 in /gen
  • [ecbccf5] build(deps): bump mxschmitt/action-tmate from 3.20 to 3.21
  • [b1a3a20] build(deps): bump nokogiri in /gen in the bundler group
  • [9002dc9] chore: update .goreleaser.yml to v2

Configuration

📅 Schedule: Branch creation - "before 8am on Friday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from Nuckal777 and defo89 as code owners May 23, 2025 00:36
@renovate renovate bot changed the title Renovate: Update module sigs.k8s.io/controller-runtime to v0.21.0 Renovate: Update module sigs.k8s.io/controller-runtime to v0.21.0 - autoclosed May 23, 2025
@renovate renovate bot closed this May 23, 2025
@renovate renovate bot deleted the renovate/external-dependencies branch May 23, 2025 09:02
@renovate renovate bot changed the title Renovate: Update module sigs.k8s.io/controller-runtime to v0.21.0 - autoclosed Renovate: Update module sigs.k8s.io/controller-runtime to v0.21.0 May 30, 2025
@renovate renovate bot reopened this May 30, 2025
@renovate renovate bot force-pushed the renovate/external-dependencies branch from 37c679a to 425b265 Compare May 30, 2025 03:32
@renovate renovate bot changed the title Renovate: Update module sigs.k8s.io/controller-runtime to v0.21.0 Renovate: Update External dependencies May 30, 2025
@renovate renovate bot force-pushed the renovate/external-dependencies branch from 425b265 to 32f57a0 Compare May 30, 2025 08:47
@renovate renovate bot force-pushed the renovate/external-dependencies branch 2 times, most recently from 591096b to cd82c9e Compare June 8, 2025 23:15
@renovate renovate bot force-pushed the renovate/external-dependencies branch 2 times, most recently from a2385db to 14932a4 Compare June 29, 2025 15:29
@renovate renovate bot force-pushed the renovate/external-dependencies branch from 14932a4 to 4b3ca36 Compare July 4, 2025 20:49
@renovate renovate bot force-pushed the renovate/external-dependencies branch from 4b3ca36 to 195f01d Compare July 22, 2025 21:50
@renovate renovate bot force-pushed the renovate/external-dependencies branch 2 times, most recently from d959288 to b1c0539 Compare August 13, 2025 04:41
@renovate renovate bot force-pushed the renovate/external-dependencies branch 6 times, most recently from 9de34fb to 14f3c99 Compare August 22, 2025 15:15
@renovate renovate bot force-pushed the renovate/external-dependencies branch from d277c8f to 8667d33 Compare September 25, 2025 23:38
@majewsky
Copy link
Contributor

@Nuckal777 Do you want to take a look at this? I have always ignored this PR because I don't feel like I can judge govmomi updates.

@renovate renovate bot force-pushed the renovate/external-dependencies branch 3 times, most recently from 8ef19ef to a160b30 Compare October 2, 2025 16:07
@renovate renovate bot force-pushed the renovate/external-dependencies branch 6 times, most recently from ec18382 to bbd1b71 Compare October 10, 2025 22:44
@renovate renovate bot force-pushed the renovate/external-dependencies branch 3 times, most recently from a60fbe3 to aa60421 Compare October 28, 2025 21:37
@renovate renovate bot force-pushed the renovate/external-dependencies branch from aa60421 to 207493e Compare November 3, 2025 20:57
@renovate renovate bot force-pushed the renovate/external-dependencies branch 3 times, most recently from 6d2c7f0 to 6d05859 Compare November 12, 2025 23:29
@renovate renovate bot force-pushed the renovate/external-dependencies branch 6 times, most recently from c706842 to e832b30 Compare November 24, 2025 20:00
@renovate renovate bot force-pushed the renovate/external-dependencies branch 2 times, most recently from 813f736 to 85d3778 Compare November 28, 2025 19:49
@renovate renovate bot force-pushed the renovate/external-dependencies branch from 85d3778 to 42e20c1 Compare December 8, 2025 14:35
@renovate renovate bot force-pushed the renovate/external-dependencies branch from 42e20c1 to 54924cd Compare December 8, 2025 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants