Skip to content

deps(deps): update all non-major dependencies #426

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2024

This PR contains the following updates:

Package Change Age Confidence
github.com/go-logr/logr v1.4.2 -> v1.4.3 age confidence
github.com/onsi/ginkgo/v2 v2.22.0 -> v2.23.4 age confidence
github.com/onsi/gomega v1.36.1 -> v1.38.0 age confidence
github.com/validator-labs/validator v0.1.14 -> v0.1.16 age confidence
github.com/vmware/govmomi v0.46.2 -> v0.51.0 age confidence
k8s.io/api v0.31.4 -> v0.33.4 age confidence
k8s.io/apimachinery v0.31.4 -> v0.33.4 age confidence
k8s.io/client-go v0.31.4 -> v0.33.4 age confidence
sigs.k8s.io/cluster-api v1.9.0 -> v1.10.4 age confidence
sigs.k8s.io/controller-runtime v0.19.3 -> v0.21.0 age confidence

Release Notes

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

v1.4.3

Compare Source

Minor release.

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.4.2...v1.4.3

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

v2.23.4

Compare Source

2.23.4

Prior to this release Ginkgo would compute the incorrect number of available CPUs when running with -p in a linux container. Thanks to @​emirot for the fix!

Features
  • Add automaxprocs for using CPUQuota [2b9c428]
Fixes
  • clarify gotchas about -vet flag [1f59d07]
Maintenance

v2.23.3

Compare Source

2.23.3

Fixes
  • allow - as a standalone argument [cfcc1a5]
  • Bug Fix: Add GinkoTBWrapper.Chdir() and GinkoTBWrapper.Context() [feaf292]
  • ignore exit code for symbol test on linux [88e2282]

v2.23.2

Compare Source

2.23.2

🎉🎉🎉

At long last, some long-standing performance gaps between ginkgo and go test have been resolved!

Ginkgo operates by running go test -c to generate test binaries, and then running those binaries. It turns out that the compilation step of go test -c is slower than go test's compilation step because go test strips out debug symbols (ldflags=-w) whereas go test -c does not.

Ginkgo now passes the appropriate ldflags to go test -c when running specs to strip out symbols. This is only done when it is safe to do so and symbols are preferred when profiling is enabled and when ginkgo build is called explicitly.

This, coupled, with the instructions for disabling XProtect on MacOS yields a much better performance experience with Ginkgo.

v2.23.1

Compare Source

2.23.1

🚨 For users on MacOS 🚨

A long-standing Ginkgo performance issue on MacOS seems to be due to mac's antimalware XProtect. You can follow the instructions here to disable it in your terminal. Doing so sped up Ginkgo's own test suite from 1m8s to 47s.

Fixes

Ginkgo's CLI is now a bit clearer if you pass flags in incorrectly:

  • make it clearer that you need to pass a filename to the various profile flags, not an absolute directory [a0e52ff]
  • emit an error and exit if the ginkgo invocation includes flags after positional arguments [b799d8d]

This might cause existing CI builds to fail. If so then it's likely that your CI build was misconfigured and should be corrected. Open an issue if you need help.

v2.23.0

Compare Source

2.23.0

Ginkgo 2.23.0 adds a handful of methods to GinkgoT() to make it compatible with the testing.TB interface in Go 1.24. GinkgoT().Context(), in particular, is a useful shorthand for generating a new context that will clean itself up in a DeferCleanup(). This has subtle behavior differences from the golang implementation but should make sense in a Ginkgo... um... context.

Features
  • bump to go 1.24.0 - support new testing.TB methods and add a test to cover testing.TB regressions [37a511b]
Fixes
  • fix edge case where build -o is pointing at an explicit file, not a directory [7556a86]
  • Fix binary paths when precompiling multiple suites. [4df06c6]
Maintenance

v2.22.2

Compare Source

What's Changed

Full Changelog: onsi/ginkgo@v2.22.1...v2.22.2

v2.22.1

Compare Source

2.22.1

Fixes

Fix CSV encoding

Maintenance
  • ensure *.test files are gitignored so we don't accidentally commit compiled tests again [c88c634]
  • remove golang.org/x/net/context in favour of stdlib context [4df44bf]
onsi/gomega (github.com/onsi/gomega)

v1.38.0

Compare Source

1.38.0

Features
  • gstruct handles extra unexported fields [4ee7ed0]
Fixes
  • support [] in IgnoringTopFunction function signatures (#​851) [36bbf72]
Maintenance

v1.37.0

Compare Source

1.37.0

Features
  • add To/ToNot/NotTo aliases for AsyncAssertion [5666f98]

v1.36.3

Compare Source

1.36.3

Maintenance

v1.36.2

Compare Source

Maintenance

validator-labs/validator (github.com/validator-labs/validator)

v0.1.16

Compare Source

Bug Fixes
  • update plugin chart values with new metrics service targetPort (#​457) (c474d90)
Other
  • deps: bump golang.org/x/crypto from 0.30.0 to 0.31.0 (#​455) (a8c3422)
Dependency Updates

v0.1.15

Compare Source

Other
Dependency Updates
vmware/govmomi (github.com/vmware/govmomi)

v0.51.0

Compare Source

Release v0.51.0

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

v0.50.0

Compare Source

Release v0.50.0

Release Date: 2025-04-21

🐞 Fix
  • [28b39ed] vcsim -load Datastore summary.url property (#​3705)
  • [5833c6c] vcsim: fix PropertyFilter/Collector memory leak
💫 API Changes
  • [7a02bd9] Rewrite lookup service URLs on DNS error
  • [eb53c23] add PodVMOverheadInfo type and HostCapability field
  • [af92671] use crypto/rand for nonce generation
  • [036a4d1] use ParseInt and add int32 bounds check
  • [c99e28c] Add optional CategoryID,TagID fields for category and tag creation (#​3706)
💫 govc (CLI)
  • [ab3050b] Support Datastore Cluster in import.ova command (#​1265)
  • [75f2762] Add import.ova -net flag (#​3679)
  • [96ad8ab] Add -lease option to import/export commands
  • [aa5a378] Support -p and -s in with single task.set
  • [088003e] Add vm.policy.ls command (#​3727)
  • [278ebc9] Support snapshot.export
  • [a8997d5] fix integer type conversion
  • [b40a2ac] fix integer type conversion for guest.chown
  • [d2b4cc7] Add '-id' option for tags.category and tags create commands
💫 vcsim (Simulator)
  • [af3bc8b] Populate guest.ipStack property for container backed VMs
  • [282553e] Add minimal json-rpc support
  • [89942b7] Use the simulator's URL.Host in NFC lease URLs
  • [3040a0a] support multiple VirtualSystemType in OvfManager.CreateImportSpec
  • [ad31c4f] fix integer type conversion
  • [87e9b3e] Add vapi support for CategoryID and TagID fields
📃 Documentation
  • [4e6a5f8] remove legacy docs links
  • [8a592e2] update kb urls
  • [795b564] Update various API reference links
🧹 Chore
  • [6ed9b22] Update version.go for v0.50.0
  • [d1eb5e2] vim25/xml: sync with Go 1.24 encoding/xml
  • [e74e67e] gofmt -w -r 'interface{} -> any' .
  • [25e74a3] update copyright
  • [e966b83] update vmware/govc and vmware/vcsim dockerfiles
  • [a628d18] update codeql workflow
⚠️ BREAKING
📖 Commits
  • [6ed9b22] chore: Update version.go for v0.50.0
  • [554b6d0] chore(gh): update release
  • [1891935] build(deps): bump mxschmitt/action-tmate from 3.19 to 3.20
  • [af3bc8b] vcsim: Populate guest.ipStack property for container backed VMs
  • [f02f568] Handle the duration field as string
  • [7a02bd9] api: Rewrite lookup service URLs on DNS error
  • [282553e] vcsim: Add minimal json-rpc support
  • [89942b7] vcsim: Use the simulator's URL.Host in NFC lease URLs
  • [ab3050b] govc: Support Datastore Cluster in import.ova command (#​1265)
  • [75f2762] govc: Add import.ova -net flag (#​3679)
  • [28b39ed] fix: vcsim -load Datastore summary.url property (#​3705)
  • [96ad8ab] govc: Add -lease option to import/export commands
  • [aa5a378] govc: Support -p and -s in with single task.set
  • [4e6a5f8] docs: remove legacy docs links
  • [8a592e2] docs: update kb urls
  • [d52c1f8] chore(deps): go mod tidy
  • [89c260b] build(deps): bump golang.org/x/text from 0.23.0 to 0.24.0
  • [088003e] govc: Add vm.policy.ls command (#​3727)
  • [795b564] docs: Update various API reference links
  • [3040a0a] vcsim: support multiple VirtualSystemType in OvfManager.CreateImportSpec
  • [278ebc9] govc: Support snapshot.export
  • [d1eb5e2] chore: vim25/xml: sync with Go 1.24 encoding/xml
  • [5833c6c] fix: vcsim: fix PropertyFilter/Collector memory leak
  • [b15bf06] build(deps): bump goreleaser/goreleaser-action from 6.2.1 to 6.3.0
  • [eb53c23] api: add PodVMOverheadInfo type and HostCapability field
  • [a790f8a] refactor: header check
  • [e74e67e] chore: gofmt -w -r 'interface{} -> any' .
  • [25e74a3] chore: update copyright
  • [ad31c4f] vcsim: fix integer type conversion
  • [d1cb2a3] chore(deps): update bundler to v2 for dependabot
  • [8e40bd3] build(deps): bump actions/cache from 4.2.2 to 4.2.3
  • [0a2a3b1] build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2
  • [f8d2b7f] build(deps): bump actions/setup-go from 5.3.0 to 5.4.0
  • [e966b83] chore: update vmware/govc and vmware/vcsim dockerfiles
  • [af92671] api: use crypto/rand for nonce generation
  • [036a4d1] api: use ParseInt and add int32 bounds check
  • [a628d18] chore: update codeql workflow
  • [a8997d5] govc: fix integer type conversion
  • [b40a2ac] govc: fix integer type conversion for guest.chown
  • [5026416] build(deps): bump actions/stale from 9.0.0 to 9.1.0
  • [13746e8] build(deps): bump actions/setup-go from 5.0.0 to 5.3.0
  • [1d474f4] chore(gh): update dependabot
  • [69643bd] toolbox: fix codeql go/zipslip
  • [1996bca] chore(gh): update release workflow
  • [9e95e5a] chore(gh): update unit tests workflow
  • [f7ecbc9] chore(gh): update build workflow
  • [701a951] chore(gh): update linting workflow
  • [6260daa] chore(gh): update govc tests workflow
  • [cb5e910] chore(gh): update wip workflow
  • [67d10d5] chore(gh): add lock workflow
  • [61147b6] chore(gh): update stale workflow
  • [9edf6aa] chore(gh): update docker workflow
  • [4cd16c7] chore(gh): update greeting workflow
  • [14d73d6] chore(gh): update codeql workflow
  • [649b490] chore(gh): update to ubuntu-latest runner
  • [87e9b3e] vcsim: Add vapi support for CategoryID and TagID fields
  • [d2b4cc7] govc: Add '-id' option for tags.category and tags create commands
  • [c99e28c] api: Add optional CategoryID,TagID fields for category and tag creation (#​3706)

v0.49.0

Compare Source

Release v0.49.0

Release Date: 2025-03-11

🐞 Fix
  • [f13754e] vcsim: extend PropertyCollector lock to avoid potential races (#​3697)
  • [67566aa] Drop operationID soap header for unsupported endpoints
💫 govc (CLI)
  • [29fe42f] add volume.rm -keep flag to retain backing disk
  • [55b7637] add volume.extend command
  • [1b06c59] add GPU commands
  • [8f7fbc3] add session.login -jwt option (#​3041)
  • [35b5564] Rewrite kms.export URL to use the host we connected to vCenter with
  • [5899d79] Add storage.policy.create '-e' option to enable encryption
💫 vcsim (Simulator)
  • [f16c46b] add vsan Datastore support
  • [cdeb3e4] remove simulator.Map package variable
  • [4a0b946] add query and metadata support for CNS Volume API
🧹 Chore
  • [bd808e8] Update version.go for v0.49.0
  • [3bf0935] Use cns Task helpers in govc volume commands
⚠️ BREAKING

remove simulator.Map package variable [cdeb3e4]:
simulator.Map package variable has been removed
simulator.SpoofContext function has been renamed to NewContext

📖 Commits
  • [bd808e8] chore: Update version.go for v0.49.0
  • [3b71869] build(deps): bump golang.org/x/text from 0.22.0 to 0.23.0
  • [3bf0935] chore: Use cns Task helpers in govc volume commands
  • [29fe42f] govc: add volume.rm -keep flag to retain backing disk
  • [55b7637] govc: add volume.extend command
  • [f16c46b] vcsim: add vsan Datastore support
  • [cdeb3e4] vcsim: remove simulator.Map package variable
  • [f13754e] fix: vcsim: extend PropertyCollector lock to avoid potential races (#​3697)
  • [1b06c59] govc: add GPU commands
  • [8f7fbc3] govc: add session.login -jwt option (#​3041)
  • [4a0b946] vcsim: add query and metadata support for CNS Volume API
  • [afc4788] build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0
  • [e8a9a19] build(deps): bump golang.org/x/text from 0.21.0 to 0.22.0
  • [67566aa] fix: Drop operationID soap header for unsupported endpoints
  • [35b5564] govc: Rewrite kms.export URL to use the host we connected to vCenter with
  • [5899d79] govc: Add storage.policy.create '-e' option to enable encryption

v0.48.1

Compare Source

Release v0.48.1

Release Date: 2025-02-11

🐞 Fix
  • [92adc45] Drop operationID soap header for unsupported endpoints
💫 govc (CLI)
  • [8df8254] Rewrite kms.export URL to use the host we connected to vCenter with
  • [93efaa5] Add storage.policy.create '-e' option to enable encryption
🧹 Chore
  • [cc1a61b] Update version.go for v0.48.1
⚠️ BREAKING
📖 Commits
  • [cc1a61b] chore: Update version.go for v0.48.1
  • [f642f66] build(deps): bump golang.org/x/text from 0.21.0 to 0.22.0
  • [92adc45] fix: Drop operationID soap header for unsupported endpoints
  • [8df8254] govc: Rewrite kms.export URL to use the host we connected to vCenter with
  • [93efaa5] govc: Add storage.policy.create '-e' option to enable encryption

v0.48.0

Compare Source

Release v0.48.0

Release Date: 2025-01-27

🐞 Fix
  • [8aefcdd] add DirectPathProfileManager to mo registry
  • [90bd975] support multiple property.Collector.Retrieve base type fields
  • [64dd41d] Add session lookup fallback for soap header auth (#​3636)
  • [ac1c771] govc: import.ovf remote support regression (#​3596)
💫 API Changes
  • [116ba7e] add vlsm.GlobalObjectManager.List method
💫 govc (CLI)
  • [0d671fc] sha256 for session cache
  • [d6caa71] add disk.metadata ls and update commands
  • [81828ed] enhance VAPI for vSphere Supervisor Services (#​3624)
💫 vcsim (Simulator)
  • [dfc2311] add env var for use with ssoadmin GetTrustedCertificates
  • [c87a209] add disk query and metadata support
  • [b3b0a6e] fix save+load of Alarm objects
  • [f9e80d2] add ssoadmin GetTrustedCertificates method
  • [228a102] fix lookup service deferred registration
  • [6ac91ac] add vslm VStorageObjectManager (aka FCD Global Catalog) support (#​2542)
  • [f02e7e9] add DatastoreNamespaceManager Create/Delete directory methods
🧹 Chore
  • [648bbc7] Update version.go for v0.48.0
⚠️ BREAKING
📖 Commits
  • [648bbc7] chore: Update version.go for v0.48.0
  • [ca8c642] Add ResourcePool.resourceConfigSpecDetailed to missingSet filter
  • [d75327c] add delete flag for CnsContainerCluster type
  • [dfc2311] vcsim: add env var for use with ssoadmin GetTrustedCertificates
  • [0d671fc] govc: sha256 for session cache
  • [116ba7e] api: add vlsm.GlobalObjectManager.List method
  • [c87a209] vcsim: add disk query and metadata support
  • [d6caa71] govc: add disk.metadata ls and update commands
  • [8aefcdd] fix: add DirectPathProfileManager to mo registry
  • [b3b0a6e] vcsim: fix save+load of Alarm objects
  • [81828ed] govc: enhance VAPI for vSphere Supervisor Services (#​3624)
  • [f9e80d2] vcsim: add ssoadmin GetTrustedCertificates method
  • [228a102] vcsim: fix lookup service deferred registration
  • [6ac91ac] vcsim: add vslm VStorageObjectManager (aka FCD Global Catalog) support (#​2542)
  • [90bd975] fix: support multiple property.Collector.Retrieve base type fields
  • [64dd41d] fix: Add session lookup fallback for soap header auth (#​3636)
  • [f02e7e9] vcsim: add DatastoreNamespaceManager Create/Delete directory methods
  • [ac1c771] fix: govc: import.ovf remote support regression (#​3596)
  • [7932d02] goreleaser: remove brew tap setup

v0.47.1

Compare Source

Release v0.47.1

Release Date: 2025-01-07

🐞 Fix
🧹 Chore
  • [f841602] Update version.go for v0.47.1
  • [5d76bda] Update version.go for v0.47.1
⏮ Reverts
  • [42a6a31] chore: Update version.go for v0.47.1
⚠️ BREAKING
📖 Commits
  • [f841602] chore: Update version.go for v0.47.1
  • [27d06f3] fix: Add session lookup fallback for soap header auth (#​3636)
  • [42a6a31] Revert "chore: Update version.go for v0.47.1"
  • [5d76bda] chore: Update version.go for v0.47.1
  • [1de5fbf] fix: govc: import.ovf remote support regression (#​3596)

v0.47.0

Compare Source

Release v0.47.0

Release Date: 2025-01-02

🐞 Fix
  • [3793a5b] govc fix field.info name (-n flag) validation
  • [8adeb8b] SOAP vcSessionCookie value must be from vim25.Client
  • [2271a78] toolbox: add freebsd stub for fileExtendedInfoFormat (#​3620)
  • [f08496e] vcsim: swap order of xsi type attribute (#​2114)
  • [973a224] assert Entity interface in mo.Value()
  • [ad24cb4] Property Collector updates should be triggered on the empty FilterSet (#​3631)
  • [29de346] vcsim: output signed byte in ByteSlice.MarshalXML (#​3615)
  • [71b9c76] govc: wire up flags for namespace service create
  • [5e9a140] vcsim: avoid possible panic when applying PropertyFilter
💫 API Changes
  • [a447f4d] Fix OVF param to use interface
  • [17b5c08] Generate bindings for 9.0.0.0.rc1
  • [77de0b5] Generate API with Broadcom header
  • [4b7d0c5] Specify ruby bundler for api gen
  • [f238201] Update gen/gen.sh for 9.0.0.0.rc1
  • [05a6d57] Support podman for building api
  • [3d8b026] Build api with Go 1.23.2
  • [aa8279b] Support returning DS info when resolving lib stor
  • [64ca62f] Support DC for ResolveLibItemStor
  • [0af06a3] Support encode/decode OVF to JSON
  • [7598ae9] Fix object.VirtualDiskManager::Copy
  • [b2bde00] Update OVF ToConfigSpec to handled unknown types
  • [5bb9901] A generic copy function for vim25/types
  • [1918984] add override mechanism for SOAP Header.Cookie
  • [495a820] OVF to ConfigSpec
  • [e9f9eb0] Support OVF ResourceType enum
  • [42bf813] Update OVF parser to conform to spec
  • [05482c0] move cli/host/esxcli.Command to cli/esx package
💫 govc (CLI)

Configuration

📅 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.

👻 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 a review from a team as a code owner December 11, 2024 21:16
@renovate renovate bot added the go label Dec 11, 2024
@renovate renovate bot requested a review from ahmad-ibra December 11, 2024 21:16
Copy link
Contributor Author

renovate bot commented Dec 11, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 9 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22.5 -> 1.23.4
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db -> v0.0.0-20241210010833-40e02aabc2ad
golang.org/x/net v0.32.0 -> v0.33.0
golang.org/x/time v0.5.0 -> v0.7.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
google.golang.org/protobuf v1.35.2 -> v1.36.1
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 -> v0.0.0-20241105132330-32ad38e42d3f
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 -> v0.0.0-20241104100929-3ea5e8cea738
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd -> v0.0.0-20241010143419-9aa6b5e7a4b3
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 -> v4.4.2

renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 11, 2024
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Dec 11, 2024
Copy link

codecov bot commented Dec 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

@@           Coverage Diff           @@
##             main     #426   +/-   ##
=======================================
  Coverage   35.32%   35.32%           
=======================================
  Files          33       33           
  Lines        2701     2701           
=======================================
  Hits          954      954           
  Misses       1647     1647           
  Partials      100      100           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fc18a81...1f7047e. Read the comment docs.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3eddf86 to 1f7047e Compare December 12, 2024 01:00
@renovate renovate bot changed the title deps(deps): update module github.com/validator-labs/validator to v0.1.15 deps(deps): update all non-major dependencies Dec 12, 2024
@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. and removed size:XS This PR changes 0-9 lines, ignoring generated files. labels Dec 12, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 12, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 12, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 15, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 66b04b1 to d73378c Compare December 16, 2024 22:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d73378c to 4d108a3 Compare December 17, 2024 16:54
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 17, 2024
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. and removed size:S This PR changes 10-29 lines, ignoring generated files. labels Dec 17, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4d108a3 to 422f186 Compare December 17, 2024 21:25
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 17, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 21, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 24, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Apr 2, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4bfe52c to 3014f80 Compare April 6, 2025 22:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from bb95dad to 3f04c35 Compare April 23, 2025 23:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3f04c35 to ca49bdd Compare May 3, 2025 00:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ac551c2 to ee4bf6f Compare May 23, 2025 00:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b9c82c3 to 119636a Compare May 28, 2025 16:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 119636a to 2f6975d Compare June 17, 2025 21:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2f6975d to 015387a Compare June 29, 2025 03:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b57ff72 to 8150660 Compare July 16, 2025 07:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8150660 to 1c2cc19 Compare July 22, 2025 22:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d7d4d89 to 8a5d46f Compare August 14, 2025 16:58
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8a5d46f to 22a7eee Compare August 14, 2025 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies go size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants