Skip to content

chore(all): update deps#318

Open
renovate-bot wants to merge 1 commit into
openconfig:mainfrom
renovate-bot:renovate/deps
Open

chore(all): update deps#318
renovate-bot wants to merge 1 commit into
openconfig:mainfrom
renovate-bot:renovate/deps

Conversation

@renovate-bot

@renovate-bot renovate-bot commented Nov 25, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
bazel minor 8.4.28.7.0 age confidence
gazelle bazel_dep minor 0.47.00.51.3 age confidence
github.com/openconfig/bootz require minor v0.6.1v0.7.0 age confidence
github.com/openconfig/gnsi require patch v1.9.0v1.9.1 age confidence
golang (source) minor 1.25.41.26.4 age confidence
google.golang.org/genproto/googleapis/rpc require digest ff82c1b4308a22 age confidence
google.golang.org/grpc/cmd/protoc-gen-go-grpc require minor v1.5.1v1.6.2 age confidence
google.golang.org/protobuf require patch v1.36.10v1.36.11 age confidence
googleapis bazel_dep patch 0.0.0-20251111-659ea6e90.0.0-20260525-ef19b7b7 age confidence
grpc bazel_dep minor 1.76.0.bcr.11.81.0 age confidence
openconfig/common-ci action minor v0.2.0v0.3.0 age confidence
openconfig_bootz bazel_dep minor 0.6.10.7.0 age confidence
openconfig_gnsi bazel_dep patch 1.9.01.9.1 age confidence
rules_go bazel_dep minor 0.59.00.61.1 age confidence

Release Notes

bazelbuild/bazel (bazel)

v8.7.0

Compare Source


Release Notes:

v8.6.0

Compare Source


Release Notes:

v8.5.1

Compare Source


Release Notes:

v8.5.0

Compare Source


Release Notes:

bazel-contrib/bazel-gazelle (gazelle)

v0.51.3

What's Changed

Full Changelog: bazel-contrib/bazel-gazelle@v0.51.2...v0.51.3

v0.51.1

What's changed

  • Fixed an issue where go mod tidy in a project that depends on github.com/bazelbuild/bazel-gazelle v0.51.0 would report missing v2 packages.

v0.51.0

What's Changed

New Contributors

Full Changelog: bazel-contrib/bazel-gazelle@v0.50.0...v0.51.0

v0.50.0

What's Changed

Full Changelog: bazel-contrib/bazel-gazelle@v0.49.0...v0.50.0

v0.49.0

What's Changed

Full Changelog: bazel-contrib/bazel-gazelle@v0.48.0...v0.49.0

v0.48.0

What's Changed

New Contributors

Full Changelog: bazel-contrib/bazel-gazelle@v0.47.0...v0.48.0

openconfig/bootz (github.com/openconfig/bootz)

v0.7.0

Compare Source

New Feature
  • Streaming Bootz v1.0 API
What's Changed

Full Changelog: openconfig/bootz@v0.6.2...v0.7.0

v0.6.2

Compare Source

What's Changed

New Contributors

Full Changelog: openconfig/bootz@v0.6.1...v0.6.2

openconfig/gnsi (github.com/openconfig/gnsi)

v1.9.1

Compare Source

What's Changed
New Contributors

Full Changelog: openconfig/gnsi@v1.9.0...v1.9.1

golang/go (golang)

v1.26.4

v1.26.3

v1.26.2

v1.26.1

v1.26.0

v1.25.11

v1.25.10

v1.25.9

v1.25.8

v1.25.7

v1.25.6

v1.25.5

grpc/grpc-go (google.golang.org/grpc/cmd/protoc-gen-go-grpc)

v1.6.2: protoc-gen-go-grpc v1.6.2

Dependencies

  • Upgrade dependencies to latest.

v1.6.1: protoc-gen-go-grpc v1.6.1

Bug Fixes

  • Upgrade protobuf dependency to v1.36.11 to fix missing go_package errors for Editions feature protos (e.g. cpp_features.proto). (#​8853)

v1.6.0: Release 1.6.0

Compare Source

API Changes

  • Add and use connectivity package for states (#​1430)
  • metadata: Remove NewContext and FromContext for gRFC L7 (#​1392)
  • Remove expiration_interval from grpclb message (#​1477)

Features

  • Add status details support to server HTTP handler (#​1438)
  • stats: add methods to allow setting grpc-trace-bin and grpc-tags-bin headers (#​1404)
  • Expose ConnectivityState of a ClientConn. (#​1385)
  • DNS resolver (#​1300)

Performance

  • Put *gzip.Writer back to pool (#​1441)
  • Remove defer funtion in recvBufferReader Read method (#​1031)

Bug fixes

  • When sending a non heads-up goaway close the connection if there are no active streams. (#​1474)
  • Fix grpclb protos to not cause re-registration of types (#​1466)
  • transport: fix handling of InTapHandle's returned context (#​1461)
  • transport: Fix deadlock in client keepalive. (#​1460)
  • Deduplicate dns record in lookup (#​1454)
  • Fix host string passed to PerRPCCredentials (#​1433)
  • Fix a goroutine leak in DialContext (#​1424)
  • Set peer before sending request (#​1423)
  • Don't use 64-bit integers with atomic. (#​1411)
  • Automatic WriteStatus for RecvMsg/SendMsg error on server side (#​1409)
  • Server should send 2 goaway messages to gracefully shutdown the connection. (#​1403)
  • Enabling client process multiple GoAways (#​1393)
  • addrConn: change address to slice of address (#​1376)
  • Do not create new addrConn when connection error happens (#​1369)
  • Validate send quota again after acquiring writable channel (#​1367)

Documentation

  • add comment for the package in benchmark/benchmain/main.go (#​1464)
  • Add -u to installation command (#​1451)
  • Update ServerInHandle comments (#​1437)
  • Add 'experimental' note to ServeHTTP godoc (#​1429)
  • Use NewOutgoingContext in the metadata doc (#​1425)
  • Fix missing and wrong license (#​1422)
  • Change comment on stats.End.Error (#​1418)
  • Document Server.ServeHTTP (#​1406)
  • Use log instead of grpclog in routeguide example (#​1395)
  • Add doc in default implementation fatal functions on os.Exit() (#​1365)

Testing

  • Check "x/net/context" with go vet like "context" (#​1490)
  • Remove unnecessary function handleStreamSuspension (#​1468)
  • Call cancel function to avoid ctx leak (#​1465)
  • go-generate pb.go files and check in Travis to make sure they don't change (#​1426)
  • Add flags for tls file path (#​1419)
  • Call cancel on contexts in tests (#​1412)
  • benchmark: don't stop timer until after workers are done (#​1407)
  • Assign testdata path to correct variable (#​1397)
  • Do not call testdata.Path when defining flags (#​1394)
  • Fix bufconn.Close to not be blocking. (#​1377)
  • benchmark: add benchmain/main.go to run benchmark with flag set (#​1352)
  • benchmark: remove multi-layer for loop (#​1339)
  • Add testdata package and unify testdata to only one dir (#​1297)
protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.36.11

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.10...v1.36.11

User-visible changes:
CL/726780: encoding/prototext: Support URL chars in type URLs in text-format.

Bug fixes:
CL/728680: internal/impl: check recursion limit in lazy decoding validation
CL/711015: reflect/protodesc: fix handling of import options in dynamic builds

Maintenance:
CL/728681: reflect/protodesc: add support for edition unstable
CL/727960: all: add EDITION_UNSTABLE support
CL/727940: types: regenerate using latest protobuf v33.2 release
CL/727140: internal/testprotos/lazy: convert .proto files to editions
CL/723440: cmd/protoc-gen-go: add missing annotations for few generated protobuf symbols.
CL/720980: internal/filedesc: remove duplicative Message.unmarshalOptions
CL/716360: internal/encoding/tag: use proto3 defaults if proto3
CL/716520: proto: un-flake TestHasExtensionNoAlloc
CL/713342: compiler/protogen: properly filter option dependencies in go-protobuf plugin.
CL/711200: proto: add test for oneofs containing messages with required fields
CL/710855: proto: add explicit test for a non-nil but empty byte slice

grpc/grpc (grpc)

v1.81.0

This is release 1.81.0 (graphic) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • [EventEngine] Fix a potential use-after-free error on Windows. (#​42078)
  • [ssl] Server side handshaker factory stores a map of key signers. (#​42002)
  • [Core] Fix completion queue shutdown race on weak memory models (ARM). (#​41510)
  • [EventEngine] Fix a Windows race that causes an assertion error. (#​41563)
  • [grpc_error] enable error_flatten experiment in OSS. (#​41471)
  • [Python] Trim Python2 backward compatiblity syntax - removed (object) inheritance. (#​41708)

Objective-C

  • [ObjC] Add receiveNextMessage to GRPCUnaryProtoCall. (#​42260)

Python

  • [Python] Add typing_extensions dep to aio Bazel target. (#​42001)
  • [Python] [Pyright] Part 1 - Pyright for src/python/grpcio/grpc/aio/_base_server.py. (#​42240)
  • [Python] Drop 3.9. (#​42145)
  • [Python] grpc-status: Relax protobuf dependency upper bound to allow 7.x. (#​41948)
  • [Python] [Typeguard] Part 5 - Add Typeguard SYNC Stack in tests. (#​40278)
  • [Python] Remove GIL from ReceiveMessageOperation.un_c method. (#​41812)
  • [Python] Support observability in AsyncIO stack. (#​41573)

Ruby

  • [Ruby] Drop support for EOL Ruby 3.1 and clean up. (#​41435)
  • [Ruby] Composed CallCredentials keep a reference to their source. (#​41782)

v1.80.0

This is release 1.80.0 (glimmering) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • [ssl] Implement TLS private key signer in Python. (#​41701)
  • [TLS Credentials]: Private Key Offload Implementation. (#​41606)
  • Fix max sockaddr struct size on OpenBSD. (#​40454)
  • [core] Enable EventEngine for Python by default, and EventEngine fork support in Python and Ruby. (#​41432)
  • [TLS Credentials]: Create InMemoryCertificateProvider to update certificates independently. (#​41484)
  • [Ruby] Build/test ruby 4.0 and build native gems with Ruby 4.0 support. (#​41324)
  • [EventEngine] Remove an incorrect std::move in DNSServiceResolver constructor. (#​41502)
  • [RR and WRR] enable change to connect from a random index. (#​41472)
  • [xds] Implement gRFC A101. (#​41051)

C++

  • [C++] Add SNI override option to C++ channel credentials options API. (#​41460)

C#

Objective-C

  • [Fix][Compiler] Plugins fall back to the edition 2023 for older protobuf. (#​41357)

PHP

  • [PHP] Disable php infinite recursion check for callback from Core to PHP. (#​41835)
  • [PHP] Fix runtime error with PHp8.5 alpha because zend_exception_get_defaul…. (#​40337)

Python

  • [Python] Fix GRPC_TRACE not working when absl log initialized in cython. (#​41814)
  • Revert "[Python] Align GRPC_ENABLE_FORK_SUPPORT env defaults in core and python (#​41455)". (#​41769)
  • [Python] Fix AsyncIO Server maximum_concurrent_rpcs enforcement preventing negative active_rpcs count. (#​41532)
  • [Python] Docs: correct grpc.Compression references. (#​41705)
  • [Python] [Typeguard] Part 4 - Add Typeguard to AIO stack in tests . (#​40226)
  • [Python] Fix multi-thread exception for Asyncio gRPC clients - Fixes #​25364. (#​41483)
  • [Python] Resolve absl::InitializeLog warning. (#​39779)
  • [Python] Remove IF usage in Cython. (#​41400)
  • [Python] Add language features to exported proto files. (#​41501)
  • [Python] Fix crash when iterating on AIO Metadata keys(), values(), items() or list(metadata.values()) etc. . (#​41481)
  • [Python] Modernize and revamp Public API Docs. (#​41287)

Ruby

  • [Ruby] Added support to push native-debug packages off rubygems to public gcs bucket. (#​41270)

v1.78.0

This is release 1.78.0 (gutsy) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

C++

  • adding address_sorting dep in naming test build. (#​41045)

Objective-C

  • [Backport][v1.78.x][Fix][Compiler] Plugins fall back to the edition 2023 for older protobuf. (#​41358)

Python

  • [python] aio: fix race condition causing asyncio.run() to hang forever during the shutdown process. (#​40989)
  • [Python] Migrate to pyproject.toml build system from setup.py builds. (#​40833)
  • [Python] Log error details when ExecuteBatchError occurs (at DEBUG level). ([#&#8203

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Monday through Friday (* * * * 1-5)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot changed the title chore(all): update google.golang.org/genproto/googleapis/rpc digest to 79d6a2a chore(all): update deps Nov 27, 2025
@renovate-bot renovate-bot force-pushed the renovate/deps branch 4 times, most recently from c21deb4 to 16b6d37 Compare December 3, 2025 03:47
@renovate-bot renovate-bot force-pushed the renovate/deps branch 5 times, most recently from 73b8787 to eabffda Compare December 17, 2025 02:39
@renovate-bot renovate-bot force-pushed the renovate/deps branch 2 times, most recently from 7b781cb to d0cee24 Compare December 23, 2025 13:57
@forking-renovate

forking-renovate Bot commented Dec 23, 2025

Copy link
Copy Markdown

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.0 -> 1.25.0
google.golang.org/grpc v1.79.1 -> v1.81.0
golang.org/x/net v0.48.0 -> v0.51.0
golang.org/x/sys v0.39.0 -> v0.42.0
golang.org/x/text v0.32.0 -> v0.34.0

@renovate-bot renovate-bot force-pushed the renovate/deps branch 5 times, most recently from c95fd4d to cc2113a Compare January 17, 2026 01:30
@renovate-bot renovate-bot force-pushed the renovate/deps branch 4 times, most recently from d305dea to 9c3d033 Compare January 23, 2026 00:38
@renovate-bot renovate-bot force-pushed the renovate/deps branch 4 times, most recently from 693d438 to bc6846d Compare February 2, 2026 20:50
@renovate-bot renovate-bot force-pushed the renovate/deps branch 4 times, most recently from 1b9361c to e6a2ee2 Compare February 6, 2026 01:09
@renovate-bot renovate-bot force-pushed the renovate/deps branch 5 times, most recently from 07425dd to c39415a Compare March 18, 2026 00:35
@renovate-bot renovate-bot force-pushed the renovate/deps branch 6 times, most recently from 6bdba6e to 1e48eb2 Compare March 24, 2026 18:08
@renovate-bot renovate-bot force-pushed the renovate/deps branch 4 times, most recently from 4aef842 to 4fa41c1 Compare March 30, 2026 21:21
@bstoll

bstoll commented Mar 31, 2026

Copy link
Copy Markdown
Contributor

Having a bit of a problem because GRPC 1.80 doesn't work with protobuf v34+ for building C++ protos - there are ways to force this to work (ie single_version_override) but I am not sure what option is best right now. openconfig_bootz is using protobuf v34 - it did not see this problem since it doesn't build c++ protos in it.

It is difficult to track which versions of [Bazel(7/8/9)/Protobuf/GRPC] can build protos for [Go/C++] - something seems to break a lot.

@renovate-bot renovate-bot force-pushed the renovate/deps branch 7 times, most recently from 0a96980 to 2ae4754 Compare April 7, 2026 22:04
@renovate-bot renovate-bot force-pushed the renovate/deps branch 3 times, most recently from e0975b7 to c5fe9c8 Compare April 14, 2026 05:44
@renovate-bot renovate-bot force-pushed the renovate/deps branch 3 times, most recently from 685d04d to c65de17 Compare April 27, 2026 18:07
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.

2 participants