Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 20, 2025

Bumps the gomod group with 8 updates in the / directory:

Package From To
github.com/onsi/ginkgo/v2 2.23.4 2.24.0
google.golang.org/grpc 1.74.2 1.75.0
k8s.io/api 0.34.0-rc.1 0.35.0-alpha.0
k8s.io/client-go 0.34.0-rc.1 0.35.0-alpha.0
k8s.io/cri-api 0.34.0-rc.1 0.35.0-alpha.0
k8s.io/cri-client 0.34.0-rc.1 0.35.0-alpha.0
k8s.io/kubectl 0.34.0-rc.1 0.35.0-alpha.0
k8s.io/kubelet 0.34.0-rc.1 0.35.0-alpha.0

Updates github.com/onsi/ginkgo/v2 from 2.23.4 to 2.24.0

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.24.0

2.24.0

Features

Specs can now be decorated with (e.g.) SemVerConstraint("2.1.0") and ginkgo --sem-ver-filter="2.1.1" will only run constrained specs that match the requested version. Learn more in the docs here! Thanks to @​Icarus9913 for the PR.

Fixes

  • remove -o from run command [3f5d379]. fixes #1582

Maintenance

Numerous dependency bumps and documentation fixes

Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.24.0

Features

Specs can now be decorated with (e.g.) SemVerConstraint("2.1.0") and ginkgo --sem-ver-filter="2.1.1" will only run constrained specs that match the requested version. Learn more in the docs here! Thanks to @​Icarus9913 for the PR.

Fixes

  • remove -o from run command [3f5d379]. fixes #1582

Maintenance

Numerous dependency bumps and documentation fixes

Commits
  • 3d9dae2 v2.24.0
  • 3f5d379 remove -o from run command
  • 0545eab feat: add semantic version filtering API (#1570)
  • 63a2ff1 Bump nokogiri from 1.18.8 to 1.18.9 in /docs (#1579)
  • d45b476 Bump golang.org/x/tools from 0.34.0 to 0.36.0 (#1576)
  • 652f5b3 Bump actions/checkout from 4 to 5 (#1577)
  • 0a618d4 update GinkgoT to support new Output and Attr testing.T functions
  • 86fda3a fix grammar
  • 7470c9e Bump github.com/go-logr/logr from 1.4.2 to 1.4.3 (#1559)
  • 5e06732 Bump golang.org/x/tools from 0.33.0 to 0.34.0 (#1560)
  • Additional commits viewable in compare view

Updates google.golang.org/grpc from 1.74.2 to 1.75.0

Release notes

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

Release 1.75.0

Behavior Changes

  • xds: Remove support for GRPC_EXPERIMENTAL_XDS_FALLBACK environment variable. Fallback support can no longer be disabled. (#8482)
  • stats: Introduce DelayedPickComplete event, a type alias of PickerUpdated. (#8465)
    • This (combined) event will now be emitted only once per call, when a transport is successfully selected for the attempt.
    • OpenTelemetry metrics will no longer have multiple "Delayed LB pick complete" events in Go, matching other gRPC languages.
    • A future release will delete the PickerUpdated symbol.
  • credentials: Properly apply grpc.WithAuthority as the highest-priority option for setting authority, above the setting in the credentials themselves. (#8488)
    • Now that this WithAuthority is available, the credentials should not be used to override the authority.
  • round_robin: Randomize the order in which addresses are connected to in order to spread out initial RPC load between clients. (#8438)
  • server: Return status code INTERNAL when a client sends more than one request in unary and server streaming RPC. (#8385)
    • This is a behavior change but also a bug fix to bring gRPC-Go in line with the gRPC spec.

New Features

  • dns: Add an environment variable (GRPC_ENABLE_TXT_SERVICE_CONFIG) to provide a way to disable TXT lookups in the DNS resolver (by setting it to false). By default, TXT lookups are enabled, as they were previously. (#8377)

Bug Fixes

  • xds: Fix regression preventing empty node IDs in xDS bootstrap configuration. (#8476)
  • xds: Fix possible panic when certain invalid resources are encountered. (#8412)
  • xdsclient: Fix a rare panic caused by processing a response from a closed server. (#8389)
  • stats: Fix metric unit formatting by enclosing non-standard units like call and endpoint in curly braces to comply with UCUM and gRPC OpenTelemetry guidelines. (#8481)
  • xds: Fix possible panic when clusters are removed from the xds configuration. (#8428)
  • xdsclient: Fix a race causing "resource doesn not exist" when rapidly subscribing and unsubscribing to the same resource. (#8369)
  • client: When determining the authority, properly percent-encode (if needed, which is unlikely) when the target string omits the hostname and only specifies a port (grpc.NewClient(":<port-number-or-name>")). (#8488)
Commits
  • b9788ef Change version to 1.75.0 (#8493)
  • 2bd74b2 credentials: fix behavior of grpc.WithAuthority and credential handshake prec...
  • 9fa3267 xds: remove xds client fallback environment variable (#8482)
  • 62ec29f grpc: Fix cardinality violations in non-client streaming RPCs. (#8385)
  • 85240a5 stats: change non-standard units to annotations (#8481)
  • ac13172 update deps (#8478)
  • 0a895bc examples/opentelemetry: use experimental metrics in example (#8441)
  • 8b61e8f xdsclient: do not process updates from closed server channels (#8389)
  • 7238ab1 Allow empty nodeID (#8476)
  • 9186ebd cleanup: use slices.Equal to simplify code (#8472)
  • Additional commits viewable in compare view

Updates k8s.io/api from 0.34.0-rc.1 to 0.35.0-alpha.0

Commits

Updates k8s.io/apimachinery from 0.34.0-rc.1 to 0.35.0-alpha.0

Commits

Updates k8s.io/client-go from 0.34.0-rc.1 to 0.35.0-alpha.0

Commits

Updates k8s.io/cri-api from 0.34.0-rc.1 to 0.35.0-alpha.0

Commits

Updates k8s.io/cri-client from 0.34.0-rc.1 to 0.35.0-alpha.0

Commits

Updates k8s.io/kubectl from 0.34.0-rc.1 to 0.35.0-alpha.0

Commits

Updates k8s.io/kubelet from 0.34.0-rc.1 to 0.35.0-alpha.0

Commits

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

Bumps the gomod group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.23.4` | `2.24.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.74.2` | `1.75.0` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.34.0-rc.1` | `0.35.0-alpha.0` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.34.0-rc.1` | `0.35.0-alpha.0` |
| [k8s.io/cri-api](https://github.com/kubernetes/cri-api) | `0.34.0-rc.1` | `0.35.0-alpha.0` |
| [k8s.io/cri-client](https://github.com/kubernetes/cri-client) | `0.34.0-rc.1` | `0.35.0-alpha.0` |
| [k8s.io/kubectl](https://github.com/kubernetes/kubectl) | `0.34.0-rc.1` | `0.35.0-alpha.0` |
| [k8s.io/kubelet](https://github.com/kubernetes/kubelet) | `0.34.0-rc.1` | `0.35.0-alpha.0` |



Updates `github.com/onsi/ginkgo/v2` from 2.23.4 to 2.24.0
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.23.4...v2.24.0)

Updates `google.golang.org/grpc` from 1.74.2 to 1.75.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.74.2...v1.75.0)

Updates `k8s.io/api` from 0.34.0-rc.1 to 0.35.0-alpha.0
- [Commits](kubernetes/api@v0.34.0-rc.1...v0.35.0-alpha.0)

Updates `k8s.io/apimachinery` from 0.34.0-rc.1 to 0.35.0-alpha.0
- [Commits](kubernetes/apimachinery@v0.34.0-rc.1...v0.35.0-alpha.0)

Updates `k8s.io/client-go` from 0.34.0-rc.1 to 0.35.0-alpha.0
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.34.0-rc.1...v0.35.0-alpha.0)

Updates `k8s.io/cri-api` from 0.34.0-rc.1 to 0.35.0-alpha.0
- [Commits](kubernetes/cri-api@v0.34.0-rc.1...v0.35.0-alpha.0)

Updates `k8s.io/cri-client` from 0.34.0-rc.1 to 0.35.0-alpha.0
- [Commits](kubernetes/cri-client@v0.34.0-rc.1...v0.35.0-alpha.0)

Updates `k8s.io/kubectl` from 0.34.0-rc.1 to 0.35.0-alpha.0
- [Commits](kubernetes/kubectl@v0.34.0-rc.1...v0.35.0-alpha.0)

Updates `k8s.io/kubelet` from 0.34.0-rc.1 to 0.35.0-alpha.0
- [Commits](kubernetes/kubelet@v0.34.0-rc.1...v0.35.0-alpha.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-version: 2.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: google.golang.org/grpc
  dependency-version: 1.75.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: k8s.io/api
  dependency-version: 0.35.0-alpha.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.35.0-alpha.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: k8s.io/client-go
  dependency-version: 0.35.0-alpha.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: k8s.io/cri-api
  dependency-version: 0.35.0-alpha.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: k8s.io/cri-client
  dependency-version: 0.35.0-alpha.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: k8s.io/kubectl
  dependency-version: 0.35.0-alpha.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: k8s.io/kubelet
  dependency-version: 0.35.0-alpha.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the release-note-none Denotes a PR that doesn't merit a release note. label Aug 20, 2025
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Aug 20, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign klueska for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Aug 20, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 21, 2025

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

@dependabot dependabot bot closed this Aug 21, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-d482b2e1dd branch August 21, 2025 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. release-note-none Denotes a PR that doesn't merit a release note. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant