Conversation
Bumps the go-dependencies group with 1 update: [google.golang.org/grpc](https://github.com/grpc/grpc-go). Updates `google.golang.org/grpc` from 1.80.0 to 1.81.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.80.0...v1.81.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.81.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
|
Claude finished @dependabot[bot]'s task in 52s —— View job Dependency Upgrade Review:
|
| Concern | Assessment |
|---|---|
| Min Go version → 1.25 | ✅ Safe — go.mod already specifies go 1.25.9 |
| Behavior change (RLS gauge metrics) | ✅ No impact — this repo doesn't use the RLS balancer |
| Bug fixes (xDS, transport RST_STREAM) | ✅ No impact — this repo doesn't use xDS or raw gRPC transport |
| New features (custom labels, SNI, ORCA) | ✅ All opt-in or disabled by default |
codes / status API stability |
✅ These are stable, core sub-packages — no changes in this release |
Transitive dependency bumps (cncf/xds/go, envoyproxy/*) are internal to grpc's xDS implementation, which this codebase does not use.
Verdict: Safe to merge. The only APIs this codebase uses (codes.Code constants and status.FromError) are untouched in this release. No follow-up action needed.
AfterTest lists namespaces by label, then deletes each. A namespace from a previous test could still be in Terminating state when listed, then finish terminating before the Delete lands, returning NotFound. This caused the flaky failure in TestGetPodsDataWithThrottling on PR #858 (grpc 1.80→1.81 dependabot bump shifted timing enough to expose it). Skip NotFound errors on cleanup deletes — the namespace is gone, which is what we wanted.
Bumps the go-dependencies group with 1 update: google.golang.org/grpc.
Updates
google.golang.org/grpcfrom 1.80.0 to 1.81.0Release notes
Sourced from google.golang.org/grpc's releases.
Commits
cb18228Change version to 1.81.0 (#9062)96748f9Cherry-pick #9105 to 1.81.x (#9106)9183222Cherry pick #9055, #9032 to v1.81.x (#9095)5cba6daRevert "deps: update dependencies for all modules (#9065)" (#9067)af8a936deps: update dependencies for all modules (#9065)cdc60dftransport: optimize heap allocations in ready reader and update syscall conne...208d053xds/resolver: pass complete XDSConfig in RPC context for HTTP filters (gRFC A...50fe1cctest: Fix flaky testTestServerStreaming_ClientCallRecvMsgTwicein `end2end...d574badbuild(deps): bump go.opentelemetry.io/otel/sdk from 1.42.0 to 1.43.0 (#9050)b8bf4d0build(deps): bump go.opentelemetry.io/otel/sdk from 1.42.0 to 1.43.0 in /inte...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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