chore(deps): bump google.golang.org/grpc from 1.82.1 to 1.83.1 in /aks-live-patching - #9413
Conversation
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.82.1 to 1.83.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.82.1...v1.83.1) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.83.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Windows Unit Test Results 3 files 14 suites 53s ⏱️ Results for commit 985333f. |
There was a problem hiding this comment.
🟢 Approval recommended
The dependency graph is consistent with other repository modules, and the update contains applicable security fixes without incompatible local API usage.
Pull request overview
Updates the live-patching protobuf module to gRPC-Go 1.83.1, incorporating upstream security, stability, and performance fixes.
Changes:
- Bumps gRPC-Go from 1.82.1 to 1.83.1.
- Refreshes related GenProto and OpenTelemetry checksums.
Package Update Analysis: google.golang.org/grpc
Version change: 1.82.1 → 1.83.1 (minor update)
OS variants affected: Not OS-specific; shared Go-generated API package
OS variants NOT updated: None
Changes between 1.82.1 and 1.83.1
| Change | Description | Risk |
|---|---|---|
| Security | Rejects requests missing authority/Host headers. | 🟢 Low |
| Security | Mitigates HTTP/2 control-frame resource exhaustion. | 🟡 Medium |
| Security | Fixes multiple xDS RBAC fail-open cases and unsupported-rule panics. | 🟢 Low |
| Security | Validates malformed ALTS frames. | 🟢 Low |
| Bug fix | Prevents panics from empty xDS route matchers. | 🟢 Low |
| Feature | Adds xDS authentication, proxy, matcher, metrics, and policy-update capabilities. | 🟢 Low |
| Performance | Restricts memory overhead when buffering small data frames. | 🟢 Low |
| Compatibility | Restores Plan 9 compilation. | 🟢 Low |
Overall Risk: 🟡 Medium
Justification: This is a backward-compatible minor update, but it modifies core transport throttling and updates transitive dependencies.
Recommendation: Approve after standard CI validation.
File summaries
| File | Description |
|---|---|
aks-live-patching/go.mod |
Updates gRPC-Go and its GenProto dependency. |
aks-live-patching/go.sum |
Refreshes checksums for gRPC and transitive dependencies. |
Review details
- Files reviewed: 1/2 changed files
- Comments generated: 0
- Review effort level: Balanced
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Bumps google.golang.org/grpc from 1.82.1 to 1.83.1.
Release notes
Sourced from google.golang.org/grpc's releases.
... (truncated)
Commits
1550d9eChange version to 1.83.1 (#9336)ebba6f3Cherry-pick #9258 and #9332 into v1.83.x (#9335)8cfeca0Cherry-pick #9331 to v1.83.x (#9333)dec6951Change version to 1.83.1-dev (#9229)4c226daChange version to 1.83.0 (#9228)c198988Cherrypick 9223 into v1.83.x (#9279)8ce3ebfCherrypick PR 9255 into v1.83.x (#9263)e393849Cherry-pick recent changes from master (#9240)2a112a8authz: add onPolicyUpdate callback to authz file watcher (#9142)1a80fcavet: adds a check to disallow usage of regex.Compile in xDS code (#9216)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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.