sriov-network-device-plugin icon indicating copy to clipboard operation
sriov-network-device-plugin copied to clipboard

Bump the gomod-dependencies group across 1 directory with 7 updates

Open dependabot[bot] opened this issue 6 months ago • 6 comments
trafficstars

Bumps the gomod-dependencies group with 7 updates in the / directory:

Package From To
github.com/golang/glog 1.2.4 1.2.5
github.com/jaypipes/ghw 0.13.0 0.16.0
github.com/k8snetworkplumbingwg/network-attachment-definition-client 1.7.5 1.7.6
github.com/onsi/gomega 1.36.2 1.37.0
github.com/vishvananda/netlink 1.3.0 1.3.1
google.golang.org/grpc 1.69.2 1.72.0
k8s.io/kubelet 0.32.0 0.33.0

Updates github.com/golang/glog from 1.2.4 to 1.2.5

Release notes

Sourced from github.com/golang/glog's releases.

v1.2.5

What's Changed

Full Changelog: https://github.com/golang/glog/compare/v1.2.4...v1.2.5

Commits
  • 2b790ef glog: generate a Fatalf-like error message when writing to logsinks fails (#76)
  • See full diff in compare view

Updates github.com/jaypipes/ghw from 0.13.0 to 0.16.0

Release notes

Sourced from github.com/jaypipes/ghw's releases.

v0.16.0

What's Changed

New Contributors

Full Changelog: https://github.com/jaypipes/ghw/compare/v0.15.0...v0.16.0

v0.15.0

What's Changed

Full Changelog: https://github.com/jaypipes/ghw/compare/v0.0.14...v0.15.0

v0.14.0

What's Changed

New Contributors

Full Changelog: https://github.com/jaypipes/ghw/compare/v0.13.0...v0.14.0

Commits
  • b2e06de Merge pull request #410 from infastin/model
  • 8bfbc92 feat: more cpu model extractors
  • 9e879f1 Merge pull request #409 from zaneb/multipath-wwn
  • f0ccc08 Get WWN for multipath block devices
  • 3773bc3 Merge pull request #408 from jaypipes/issue407
  • b36d6a3 fix PCI address in filepath for graphics cards
  • 8018747 Merge pull request #406 from jaypipes/use-slices-contais
  • bba8dfb deps: accelerator: remove deps
  • 8f0a31c Merge pull request #404 from karman-docker/fix_index_out_of_range
  • fa9ef4c fixed an out of range index access
  • Additional commits viewable in compare view

Updates github.com/k8snetworkplumbingwg/network-attachment-definition-client from 1.7.5 to 1.7.6

Release notes

Sourced from github.com/k8snetworkplumbingwg/network-attachment-definition-client's releases.

v1.7.6

This release fixes a regression affecting CNI plugins that do not specify interfaces in their CNI ADD result.

Previously, IP addresses returned without an associated interface index were not being assigned to any network-status entry. This release restores the prior behavior by assigning such IPs to the last network status (i.e., the last sandboxed interface), ensuring consistent handling across plugins, especially those that omit the interfaces field entirely.

This change is important for compatibility with certain CNI plugins and maintains expected behavior from earlier versions of the net-attach-def library.

Special thanks to @​Brian-McM for identifying the issue and providing the fix!

Commits
  • e12bd55 Merge pull request #77 from Brian-McM/assign-ips-with-no-interface-to-default...
  • 77dfd49 Update pkg/utils/net-attach-def_test.go
  • 1945b69 Assign IPs that don't have an interface index to the last network status
  • See full diff in compare view

Updates github.com/onsi/gomega from 1.36.2 to 1.37.0

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.37.0

1.37.0

Features

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

v1.36.3

1.36.3

Maintenance

  • bump all the things [adb8b49]
  • chore: replace interface{} with any [7613216]
  • Bump google.golang.org/protobuf from 1.36.1 to 1.36.5 (#822) [9fe5259]
  • remove spurious "toolchain" from go.mod (#819) [a0e85b9]
  • Bump golang.org/x/net from 0.33.0 to 0.35.0 (#823) [604a8b1]
  • Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (#772) [36fbc84]
  • Bump github-pages from 231 to 232 in /docs (#778) [ced70d7]
  • Bump rexml from 3.2.6 to 3.3.9 in /docs (#788) [c8b4a07]
  • Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (#812) [06431b9]
  • Bump webrick from 1.8.1 to 1.9.1 in /docs (#800) [b55a92d]
  • Fix typos (#813) [a1d518b]
Changelog

Sourced from github.com/onsi/gomega's changelog.

1.37.0

Features

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

1.36.3

Maintenance

  • bump all the things [adb8b49]
  • chore: replace interface{} with any [7613216]
  • Bump google.golang.org/protobuf from 1.36.1 to 1.36.5 (#822) [9fe5259]
  • remove spurious "toolchain" from go.mod (#819) [a0e85b9]
  • Bump golang.org/x/net from 0.33.0 to 0.35.0 (#823) [604a8b1]
  • Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (#772) [36fbc84]
  • Bump github-pages from 231 to 232 in /docs (#778) [ced70d7]
  • Bump rexml from 3.2.6 to 3.3.9 in /docs (#788) [c8b4a07]
  • Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (#812) [06431b9]
  • Bump webrick from 1.8.1 to 1.9.1 in /docs (#800) [b55a92d]
  • Fix typos (#813) [a1d518b]
Commits
  • 272fca3 v1.37.0
  • 5666f98 add To/ToNot/NotTo aliases for AsyncAssertion
  • 2251143 v1.36.3
  • adb8b49 bump all the things
  • 7613216 chore: replace interface{} with any
  • 9fe5259 Bump google.golang.org/protobuf from 1.36.1 to 1.36.5 (#822)
  • a0e85b9 remove spurious "toolchain" from go.mod (#819)
  • 604a8b1 Bump golang.org/x/net from 0.33.0 to 0.35.0 (#823)
  • 36fbc84 Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (#772)
  • ced70d7 Bump github-pages from 231 to 232 in /docs (#778)
  • Additional commits viewable in compare view

Updates github.com/vishvananda/netlink from 1.3.0 to 1.3.1

Release notes

Sourced from github.com/vishvananda/netlink's releases.

v1.3.1

What's Changed

New Contributors

Full Changelog: https://github.com/vishvananda/netlink/compare/v1.3.0...v1.3.1

What's Changed

... (truncated)

Commits
  • 17daef6 vlan: add support for flags and qos maps
  • b929916 filter: add classid and port range support for flower
  • 06c2c01 feat: add vlanid - tunnelid mapping support
  • c4bb4f9 rdma: support rdma metrics: resource and statistic
  • e9f11f7 bugfix: parse ipv4 src/dst error
  • 1f4f72c Mimic ipset C code for determining correct default ipset revision
  • 2426b05 qdisc: fix wrong type info of tc_sfq_qopt
  • a2e4b9a veth: allow configuring peer attributes beyond namespace and address
  • 9d88d83 feat: add support for RtoMin lock
  • 6b5dd30 geneve: Support setting/getting source port range
  • Additional commits viewable in compare view

Updates google.golang.org/grpc from 1.69.2 to 1.72.0

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.72.0

Dependencies

  • Minimum supported Go version is now 1.23 (#8108)

API Changes

  • resolver: add experimental AddressMapV2 with generics to ultimately replace AddressMap. Deprecate AddressMap for deletion (#8187)
  • resolver: convert EndpointMap in place to use generics (#8189)

New Features

  • xds: add grpc.xds_client.server_failure counter metric on xDS client to record connectivity errors (#8203)
  • balancer/rls: allow maxAge to exceed 5 minutes if staleAge is set in the LB policy configuration (#8137)
  • ringhash: implement gRFC A76 improvements. (#8159)
  • pickfirst: The new pick first LB policy is made the default. The new LB policy implements the Happy Eyeballs algorithm. To disable the new policy set the environment variable GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST to false (case insensitive).

Bug Fixes

  • xds: fix support for circuit breakers and load reporting in LOGICAL_DNS clusters (#8169, #8170)
  • xds/cds: improve RPC error messages when resources are not found (#8122)
  • balancer/priority: fix race that could leak balancers and goroutines during shutdown (#8095)
  • stats/opentelemetry: fix trace attributes message sequence numbers to start from 0 (#8237)
  • balancer/pickfirstleaf: fix panic if deprecated Address.Metadata field is set to a non-comparable value by ignoring the field (#8227)

Behavior Changes

  • transport: make servers send an HTTP/2 RST_STREAM frame to cancel a stream when the deadline expires (#8071)

Documentation

  • stats: clarify the expected sequence of events on a stats handler (#7885)

Release 1.71.1

Bug Fixes

  • grpc: fix a bug causing an extra Read from the compressor if a compressed message is the same size as the limit. This could result in a panic with the built-in gzip compressor (#8178)
  • xds: restore the behavior of reading the bootstrap config before creating the first xDS client instead of at package init time (#8164)
  • stats/opentelemetry: use TextMapPropagator and TracerProvider from TraceOptions instead of OpenTelemetry globals (#8166)
  • client: fix races when an http proxy is configured that could lead to deadlocks or panics (#8195)
  • client: fix bug causing RPC failures with message "no children to pick from" when using a custom resolver that calls the deprecated NewAddress API (#8149)
  • wrr: fix slow processing of address updates that could result in problems including RPC failures for servers with a large number of backends (#8179)

Release 1.71.0

API Changes

  • balancer: Custom LB policies that record metrics must use the new MetricsRecorder method on Balancer.ClientConn instead of the removed Balancer.BuildOptions.MetricsRecorder field to obtain a metrics recorder. (#8027)
  • balancer: balancer.ClientConn implementations must now embed a delegate implementation. This allows grpc-go to add new methods to the interface and remain backward compatible. (#8026)
  • balancer/endpointsharding: The constructor accepts the child balancer's builder and a struct with optional configuration. (#8052)

... (truncated)

Commits
  • a43eba6 Change version to 1.72.0 (#8218)
  • 48f48c1 balancer/pickfirstleaf: Avoid reading Address.Metadata (#8227) (#8259)
  • fd6f585 Cherry-pick #8159 and #8243 to v1.72.x (#8255)
  • 79ca174 stats/opentelemetry: fix trace attributes message sequence numbers to start f...
  • 57a2605 xdsclient: fix TestServerFailureMetrics_BeforeResponseRecv test to wait for w...
  • 5edab9e xdsclient: add grpc.xds_client.server_failure counter mertric (#8203)
  • 78ba661 regenerate protos (#8208)
  • 6819ed7 delegatingresolver: Stop calls into delegates once the parent resolver is clo...
  • a51009d resolver: convert EndpointMap to use generics (#8189)
  • b0d1203 resolver: create AddressMapV2 with generics to replace AddressMap (#8187)
  • Additional commits viewable in compare view

Updates k8s.io/kubelet from 0.32.0 to 0.33.0

Commits
  • 2087e55 Update dependencies to v0.33.0 tag
  • c6b3504 Merge remote-tracking branch 'origin/master' into release-1.33
  • 1e1109b Move to released version of prometheus/client_golang v1.22.0 from rc.0
  • b83c32f bump etcd 3.5.21 sdk
  • 533c0cb Merge pull request #130701 from roycaihw/psi-metrics
  • cd9f99a Merge pull request #129296 from carlory/fg-CPUManager
  • f5162a4 API definition for PSI metrics
  • 2459d5b Remove general available feature-gate CPUManager
  • 6abc4fc Merge pull request #129872 from seans3/websocket-https-proxy
  • 7395334 Merge pull request #130535 from ffromani/cpumanager-policy-options-ga
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

dependabot[bot] avatar May 12 '25 18:05 dependabot[bot]

Pull Request Test Coverage Report for Build 14979903423

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 74.508%

Totals Coverage Status
Change from base Build 14837814551: 0.0%
Covered Lines: 2122
Relevant Lines: 2848

💛 - Coveralls

coveralls avatar May 12 '25 18:05 coveralls

/hold

lets wait for this

SchSeba avatar May 27 '25 13:05 SchSeba

Dependabot wasn't able to update downloading. Because of this, Dependabot cannot update this pull request.

dependabot[bot] avatar Jun 09 '25 19:06 dependabot[bot]

Dependabot wasn't able to update downloading. Because of this, Dependabot cannot update this pull request.

dependabot[bot] avatar Jun 16 '25 19:06 dependabot[bot]

Dependabot wasn't able to update downloading. Because of this, Dependabot cannot update this pull request.

dependabot[bot] avatar Jun 23 '25 18:06 dependabot[bot]

Dependabot wasn't able to update downloading. Because of this, Dependabot cannot update this pull request.

dependabot[bot] avatar Jun 23 '25 19:06 dependabot[bot]

Dependabot wasn't able to update downloading. Because of this, Dependabot cannot update this pull request.

dependabot[bot] avatar Jun 30 '25 18:06 dependabot[bot]

Dependabot wasn't able to update downloading. Because of this, Dependabot cannot update this pull request.

dependabot[bot] avatar Jul 07 '25 18:07 dependabot[bot]

Dependabot wasn't able to update downloading. Because of this, Dependabot cannot update this pull request.

dependabot[bot] avatar Jul 07 '25 19:07 dependabot[bot]

Dependabot wasn't able to update downloading. Because of this, Dependabot cannot update this pull request.

dependabot[bot] avatar Jul 14 '25 19:07 dependabot[bot]

Dependabot wasn't able to update downloading. Because of this, Dependabot cannot update this pull request.

dependabot[bot] avatar Jul 14 '25 19:07 dependabot[bot]

Dependabot wasn't able to update downloading. Because of this, Dependabot cannot update this pull request.

dependabot[bot] avatar Jul 21 '25 20:07 dependabot[bot]

@dependabot rebase

adrianchiris avatar Aug 03 '25 09:08 adrianchiris

Looks like these dependencies are updatable in another way, so this is no longer needed.

dependabot[bot] avatar Aug 03 '25 09:08 dependabot[bot]