Skip to content

build(deps): bump google.golang.org/grpc from 1.78.0 to 1.79.3 in /test/magpiego#11451

Merged
DariuszPorowski merged 1 commit intomainfrom
dependabot/go_modules/test/magpiego/google.golang.org/grpc-1.79.3
Mar 20, 2026
Merged

build(deps): bump google.golang.org/grpc from 1.78.0 to 1.79.3 in /test/magpiego#11451
DariuszPorowski merged 1 commit intomainfrom
dependabot/go_modules/test/magpiego/google.golang.org/grpc-1.79.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2026

Bumps google.golang.org/grpc from 1.78.0 to 1.79.3.

Release notes

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

Release 1.79.3

Security

  • server: fix an authorization bypass where malformed :path headers (missing the leading slash) could bypass path-based restricted "deny" rules in interceptors like grpc/authz. Any request with a non-canonical path is now immediately rejected with an Unimplemented error. (#8981)

Release 1.79.2

Bug Fixes

  • stats: Prevent redundant error logging in health/ORCA producers by skipping stats/tracing processing when no stats handler is configured. (grpc/grpc-go#8874)

Release 1.79.1

Bug Fixes

Release 1.79.0

API Changes

  • mem: Add experimental API SetDefaultBufferPool to change the default buffer pool. (#8806)
  • experimental/stats: Update MetricsRecorder to require embedding the new UnimplementedMetricsRecorder (a no-op struct) in all implementations for forward compatibility. (#8780)

Behavior Changes

  • balancer/weightedtarget: Remove handling of Addresses and only handle Endpoints in resolver updates. (#8841)

New Features

  • experimental/stats: Add support for asynchronous gauge metrics through the new AsyncMetricReporter and RegisterAsyncReporter APIs. (#8780)
  • pickfirst: Add support for weighted random shuffling of endpoints, as described in gRFC A113.
    • This is enabled by default, and can be turned off using the environment variable GRPC_EXPERIMENTAL_PF_WEIGHTED_SHUFFLING. (#8864)
  • xds: Implement :authority rewriting, as specified in gRFC A81. (#8779)
  • balancer/randomsubsetting: Implement the random_subsetting LB policy, as specified in gRFC A68. (#8650)

Bug Fixes

  • credentials/tls: Fix a bug where the port was not stripped from the authority override before validation. (#8726)
  • xds/priority: Fix a bug causing delayed failover to lower-priority clusters when a higher-priority cluster is stuck in CONNECTING state. (#8813)
  • health: Fix a bug where health checks failed for clients using legacy compression options (WithDecompressor or RPCDecompressor). (#8765)
  • transport: Fix an issue where the HTTP/2 server could skip header size checks when terminating a stream early. (#8769)
  • server: Propagate status detail headers, if available, when terminating a stream during request header processing. (#8754)

Performance Improvements

  • credentials/alts: Optimize read buffer alignment to reduce copies. (#8791)
  • mem: Optimize pooling and creation of buffer objects. (#8784)
  • transport: Reduce slice re-allocations by reserving slice capacity. (#8797)
Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 19, 2026
Copilot AI review requested due to automatic review settings March 19, 2026 02:22
@dependabot dependabot bot requested review from a team as code owners March 19, 2026 02:22
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 19, 2026
@dependabot dependabot bot review requested due to automatic review settings March 19, 2026 02:22
@github-actions
Copy link

github-actions bot commented Mar 19, 2026

Unit Tests

    2 files  ±0    415 suites  ±0   6m 57s ⏱️ +8s
4 882 tests ±0  4 880 ✅ ±0  2 💤 ±0  0 ❌ ±0 
5 785 runs  ±0  5 783 ✅ ±0  2 💤 ±0  0 ❌ ±0 

Results for commit cb9dc23. ± Comparison against base commit e380a53.

♻️ This comment has been updated with latest results.

Copilot AI review requested due to automatic review settings March 19, 2026 04:51
@dependabot dependabot bot force-pushed the dependabot/go_modules/test/magpiego/google.golang.org/grpc-1.79.3 branch from 28cb1b4 to e841e34 Compare March 19, 2026 04:51
@dependabot dependabot bot review requested due to automatic review settings March 19, 2026 04:51
Copilot AI review requested due to automatic review settings March 19, 2026 23:06
@sk593 sk593 requested a deployment to external-contributor-approval March 19, 2026 23:06 — with GitHub Actions Waiting
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the test/magpiego Go module to use google.golang.org/grpc v1.79.3 (from v1.78.0), incorporating upstream fixes including a server-side security fix for malformed :path headers.

Changes:

  • Bump google.golang.org/grpc from v1.78.0 to v1.79.3 in test/magpiego/go.mod.
  • Update test/magpiego/go.sum checksums to match the new gRPC version.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
test/magpiego/go.mod Updates the indirect gRPC dependency requirement to v1.79.3.
test/magpiego/go.sum Refreshes module checksums for gRPC v1.79.3.

@codecov
Copy link

codecov bot commented Mar 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 51.23%. Comparing base (9f88abc) to head (0f6bfc8).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11451      +/-   ##
==========================================
- Coverage   51.23%   51.23%   -0.01%     
==========================================
  Files         699      699              
  Lines       44065    44065              
==========================================
- Hits        22577    22575       -2     
- Misses      19329    19330       +1     
- Partials     2159     2160       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@DariuszPorowski
Copy link
Member

@dependabot recreate

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.78.0 to 1.79.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.78.0...v1.79.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-version: 1.79.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/test/magpiego/google.golang.org/grpc-1.79.3 branch from 0f6bfc8 to cb9dc23 Compare March 20, 2026 01:54
@radius-functional-tests
Copy link

radius-functional-tests bot commented Mar 20, 2026

Radius functional test overview

🔍 Go to test action run

Click here to see the test run details
Name Value
Repository radius-project/radius
Commit ref cb9dc23
Unique ID func653e6d8776
Image tag pr-func653e6d8776
  • gotestsum 1.13.0
  • KinD: v0.29.0
  • Dapr: 1.14.4
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.3.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-func653e6d8776
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-func653e6d8776
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-func653e6d8776
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func653e6d8776
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func653e6d8776
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting ucp-cloud functional tests...
⌛ Starting corerp-cloud functional tests...
✅ ucp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded

@DariuszPorowski DariuszPorowski merged commit 0198f04 into main Mar 20, 2026
55 checks passed
@DariuszPorowski DariuszPorowski deleted the dependabot/go_modules/test/magpiego/google.golang.org/grpc-1.79.3 branch March 20, 2026 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants