Skip to content

chore(deps): bump the go-minor-patch group with 2 updates#66

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-minor-patch-d2956c83a4
Open

chore(deps): bump the go-minor-patch group with 2 updates#66
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-minor-patch-d2956c83a4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Bumps the go-minor-patch group with 2 updates: google.golang.org/api and google.golang.org/grpc.

Updates google.golang.org/api from 0.279.0 to 0.280.0

Release notes

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

v0.280.0

0.280.0 (2026-05-19)

Features

Changelog

Sourced from google.golang.org/api's changelog.

0.280.0 (2026-05-19)

Features

Commits

Updates google.golang.org/grpc from 1.80.0 to 1.81.1

Release notes

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

Release 1.81.1

Security

  • xds/rbac: Fix a potential authorization bypass caused by incorrectly falling through URI/DNS SANs to Subject Distinguished Name (DN) when matching the authenticated principal name. With this fix, only the first non-empty identity source will be used, as per gRFC A41. (#9111)

Bug Fixes

  • otel: Segregate client and server RPC information used for metrics and traces, to avoid one overwriting the other. (#9081)

Release 1.81.0

Behavior Changes

  • balancer/rls: Switch gauge metrics to asynchronous emission (once per collection cycle) to reduce telemetry noise and align with other gRPC language implementations. (#8808)

Dependencies

  • Minimum supported Go version is now 1.25. (#8969)

Bug Fixes

  • xds: Use the leaf cluster's security config for the TLS handshake instead of the aggregate cluster's config. (#8956)
  • transport: Send a RST_STREAM when receiving an END_STREAM when the stream is not already half-closed. (#8832)
  • xds: Fix ADS resource name validation to prevent a panic. (#8970)

New Features

  • grpc/stats: Add support for custom labels in per-call metrics (gRFC A108). (#9008)
  • xds: Add support for Server Name Indication (SNI) and SAN validation (gRFC A101). Disabled by default. To enable, set GRPC_EXPERIMENTAL_XDS_SNI=true environment variable. (#9016)
  • xds: Add support to control which fields get propagated from ORCA backend metric reports to LRS load reports (gRFC A85). Disabled by default. To enable, set GRPC_EXPERIMENTAL_XDS_ORCA_LRS_PROPAGATION=true. (#9005)
  • xds: Add metrics to track xDS client connectivity and cached resource state (gRFC A78). (#8807)
  • stats/otel: Enhance grpc.subchannel.disconnections metric by adding disconnection reason to the grpc.disconnect_error label (gRFC A94). This provides granular insights into why subchannels are closing. (#8973)
  • mem: Add mem.Buffer.Slice() API to slice the buffer like a slice. (#8977)

Performance Improvements

  • alts: Pool read buffers to lower memory utilization when sockets are unreadable. (#8964)
  • transport: Pool HTTP/2 framer read buffers to reduce idle memory consumption. Currently limited to Linux for ALTS and non-encrypted transports (TCP, Unix). To disable, set GRPC_GO_EXPERIMENTAL_HTTP_FRAMER_READ_BUFFER_POOLING=false and report any issues. (#9032)
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 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

Summary by CodeRabbit

  • Chores
    • Updated Go module dependencies to latest versions.

Review Change Stack

Bumps the go-minor-patch group with 2 updates: [google.golang.org/api](https://github.com/googleapis/google-api-go-client) and [google.golang.org/grpc](https://github.com/grpc/grpc-go).


Updates `google.golang.org/api` from 0.279.0 to 0.280.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.279.0...v0.280.0)

Updates `google.golang.org/grpc` from 1.80.0 to 1.81.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.80.0...v1.81.1)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-version: 0.280.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: google.golang.org/grpc
  dependency-version: 1.81.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 25, 2026

Labels

The following labels could not be found: dependencies, go-sidecar. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Copy link
Copy Markdown

@greptile-apps greptile-apps Bot left a comment

Choose a reason for hiding this comment

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

dependabot[bot] has reached the 50-review limit for trial accounts. To continue receiving code reviews, upgrade your plan.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 25, 2026

📝 Walkthrough

Walkthrough

Go module dependencies updated across direct and indirect requirements: google.golang.org/api and google.golang.org/grpc advanced to newer versions, alongside golang.org/x/* cryptography, networking, system, and text libraries. The google.golang.org/genproto/googleapis/rpc pseudo-version refreshed.

Changes

Dependency Updates

Layer / File(s) Summary
Direct and indirect dependency version bumps
go.mod
google.golang.org/api (v0.279.0→v0.280.0), google.golang.org/grpc (v1.80.0→v1.81.1), golang.org/x/crypto (v0.50.0→v0.51.0), golang.org/x/net (v0.53.0→v0.54.0), golang.org/x/sys (v0.43.0→v0.44.0), golang.org/x/text (v0.36.0→v0.37.0), and google.golang.org/genproto/googleapis/rpc pseudo-version updated.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

🐰 A hop, a skip, a version bump,
Dependencies climb the update stump,
Google and gRPC dance anew,
Security patches bloom on through,
Our go.mod sings fresh and light!

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description is largely incomplete relative to the template. It lacks mandatory sections including 📝 Description, 🧩 Type of Change, and all ✅ Strict Checklist items (security, code quality, testing, etc.). Add the missing template sections: provide a 📝 Description explaining the improvements, select appropriate 🧩 Type of Change (likely Infrastructure/Ecosystem), and complete all mandatory checklist items, especially the security and dependency review checklist.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and accurately summarizes the main change: a dependency bump for the go-minor-patch group with 2 updates to Google API and gRPC libraries.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/go_modules/go-minor-patch-d2956c83a4

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@go.mod`:
- Around line 37-38: Update the indirect dependency "golang.org/x/net" from
v0.54.0 to at least v0.7.0 to address the HIGH "Uncontrolled Resource
Consumption" advisory: change the go.mod requirement for golang.org/x/net to a
version >= v0.7.0 (e.g., v0.7.0), then run the module commands to propagate the
update (use go get golang.org/x/net@v0.7.0 and go mod tidy or go get -u ./... as
appropriate) to ensure transitive resolution picks the patched version; leave
"golang.org/x/crypto v0.51.0" and "golang.org/x/text v0.37.0" unchanged since
they are outside the affected ranges.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 137e9367-11d7-4a62-8c5a-2bfeba21925b

📥 Commits

Reviewing files that changed from the base of the PR and between e9d472a and 4ff0fa6.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • go.mod

Comment thread go.mod
Comment on lines +37 to +38
golang.org/x/crypto v0.51.0 // indirect
golang.org/x/net v0.54.0 // indirect
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Description: Check security advisories for updated indirect dependencies

echo "=== Checking Security Advisories for golang.org/x/crypto ==="
gh api graphql -f query='
{
  securityVulnerabilities(first: 10, ecosystem: GO, package: "golang.org/x/crypto") {
    nodes {
      advisory {
        summary
        severity
        publishedAt
      }
      vulnerableVersionRange
      firstPatchedVersion {
        identifier
      }
    }
  }
}' 2>/dev/null || echo "Could not fetch security advisories"

echo -e "\n=== Checking Security Advisories for golang.org/x/net ==="
gh api graphql -f query='
{
  securityVulnerabilities(first: 10, ecosystem: GO, package: "golang.org/x/net") {
    nodes {
      advisory {
        summary
        severity
        publishedAt
      }
      vulnerableVersionRange
      firstPatchedVersion {
        identifier
      }
    }
  }
}' 2>/dev/null || echo "Could not fetch security advisories"

echo -e "\n=== Checking Security Advisories for golang.org/x/text ==="
gh api graphql -f query='
{
  securityVulnerabilities(first: 10, ecosystem: GO, package: "golang.org/x/text") {
    nodes {
      advisory {
        summary
        severity
        publishedAt
      }
      vulnerableVersionRange
      firstPatchedVersion {
        identifier
      }
    }
  }
}' 2>/dev/null || echo "Could not fetch security advisories"

Repository: AIX-Format/PiWorker-OS

Length of output: 6181


Handle HIGH security advisory affecting golang.org/x/net v0.54.0

  • golang.org/x/net v0.54.0 // indirect is still within a reported HIGH vulnerability: “Uncontrolled Resource Consumption” (vulnerableVersionRange: < 0.7.0, first patched: 0.7.0). Bump golang.org/x/net to >= 0.7.0 (or ensure transitive resolution pulls the patched version).
  • golang.org/x/crypto v0.51.0 // indirect: the reported advisories are for older ranges (e.g., < 0.45.0, < 0.35.0), so they don’t cover the current version.
  • golang.org/x/text v0.37.0 // indirect: reported advisories target < 0.3.7, < 0.3.8, < 0.3.3, so the current version is outside those ranges.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@go.mod` around lines 37 - 38, Update the indirect dependency
"golang.org/x/net" from v0.54.0 to at least v0.7.0 to address the HIGH
"Uncontrolled Resource Consumption" advisory: change the go.mod requirement for
golang.org/x/net to a version >= v0.7.0 (e.g., v0.7.0), then run the module
commands to propagate the update (use go get golang.org/x/net@v0.7.0 and go mod
tidy or go get -u ./... as appropriate) to ensure transitive resolution picks
the patched version; leave "golang.org/x/crypto v0.51.0" and "golang.org/x/text
v0.37.0" unchanged since they are outside the affected ranges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants