Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the gomod group with 9 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
google.golang.org/protobuf 1.36.7 1.36.8
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

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 google.golang.org/protobuf from 1.36.7 to 1.36.8

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 9 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` |
| google.golang.org/protobuf | `1.36.7` | `1.36.8` |
| [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 `google.golang.org/protobuf` from 1.36.7 to 1.36.8

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: google.golang.org/protobuf
  dependency-version: 1.36.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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] <support@github.com>
@dependabot dependabot bot added the release-note-none Denotes a PR that doesn't merit a release note. label Aug 21, 2025
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Aug 21, 2025
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dependabot[bot], saschagrunert

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

The pull request process is described 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 lgtm "Looks good to me", indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Aug 21, 2025
@k8s-ci-robot k8s-ci-robot merged commit ca0237b into master Aug 21, 2025
36 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-809a486761 branch August 21, 2025 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. 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.

2 participants