chore(deps): bump grpc, golangci-lint, atomicfile, build-push-action, bls-signatures#1263
chore(deps): bump grpc, golangci-lint, atomicfile, build-push-action, bls-signatures#1263
Conversation
Patch release with dependency updates and a minor comment fix. No functional changes. Refs: dependabot PR #1260 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Notable changes: - Bug fix: Remove -dev suffix from User-Agent header (v1.79.1) - Security fix: HTTP/2 server header size check enforcement (v1.79.0) - New: weighted random shuffling of endpoints (gRFC A113) - New: random_subsetting LB policy (gRFC A68) - Fix: TLS authority override port stripping - Performance: buffer pool, slice allocation optimizations Refs: dependabot PR #1262 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…2.10.1 Notable changes: - v2.10.1: Fix buildssa panic - v2.10.0: gosec 2.22.11→2.23.0 (new rules G117, G602, G701-G706), staticcheck 0.6.1→0.7.0, ginkgolinter 0.22.0→0.23.0 - v2.9.0: go1.26 support, new linter rules for revive (epoch-naming, use-slices-sort), arangolint query injection detection Also bumps transitive deps: godoc-lint, securego/gosec, honnef.co/go/tools (staticcheck), golang.org/x/exp/typeparams. Refs: dependabot PR #1261 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Security improvements: - v6.19.0: Scope default GIT_AUTH_TOKEN to github.com (was previously unscoped), bump several JS deps (lodash, undici, etc.) - v6.19.1: Derive GIT_AUTH_TOKEN host from GitHub server URL - v6.19.2: Preserve port in GIT_AUTH_TOKEN host Refs: dependabot PR #1259 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Updates from Dec 2024 (0bb5c5b) to Oct 2025 (dd68365) commit. Maintenance release: CI modernization (ubuntu-20.04 → ubuntu-latest), CMake updates, Windows build fix (libssp removal). No security or functional changes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
📝 WalkthroughWalkthroughThis pull request updates multiple dependencies across GitHub Actions workflows and Go modules. The docker/build-push-action action version is bumped from 6.18.0 to 6.19.2 in workflow files, while go.mod receives updates to several Go packages including gRPC (1.78.0 to 1.79.1), golangci-lint (2.8.0 to 2.10.1), and various linting tools. Changes
Poem
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Issue being fixed or feature implemented
Incorporates 4 open dependabot PRs (#1259, #1260, #1261, #1262) plus an update to the BLS signatures library into a single batched PR. All updates have been security-audited with
govulncheckand manual CVE review.What was done?
Five dependency updates, each as a separate commit:
Security audit results
Closes #1259, closes #1260, closes #1261, closes #1262
How Has This Been Tested?
govulncheck ./...— no vulnerabilitiesgo mod tidy— cleanBreaking Changes
None
Checklist:
Summary by CodeRabbit