Skip to content

Commit bfbfdce

Browse files
[skip changelog] Bump google.golang.org/grpc from 1.69.2 to 1.69.4 (#2809)
* [skip changelog] Bump google.golang.org/grpc from 1.69.2 to 1.69.4 Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.69.2 to 1.69.4. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.69.2...v1.69.4) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * generate licensed files --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alessio Perugini <[email protected]>
1 parent 34e79e1 commit bfbfdce

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+175
-174
lines changed

Diff for: .licensed.yml

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ reviewed:
5353
- github.com/go-git/gcfg/types
5454
- github.com/russross/blackfriday/v2
5555
- github.com/sagikazarmark/slog-shim
56+
- golang.org/x/crypto/sha3
5657
- golang.org/x/sys/execabs
5758
- golang.org/x/text/encoding
5859
- golang.org/x/text/encoding/internal

Diff for: .licenses/go/google.golang.org/grpc.dep.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
name: google.golang.org/grpc
3-
version: v1.69.2
3+
version: v1.69.4
44
type: go
55
summary: Package grpc implements an RPC system called gRPC.
6-
homepage: https://pkg.go.dev/google.golang.org/grpc
6+
homepage: https://godoc.org/google.golang.org/grpc
77
license: apache-2.0
88
licenses:
99
- sources: LICENSE

Diff for: .licenses/go/google.golang.org/grpc/attributes.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: google.golang.org/grpc/attributes
3-
version: v1.69.2
3+
version: v1.69.4
44
type: go
55
summary: Package attributes defines a generic key/value store used in various gRPC
66
components.
7-
homepage: https://pkg.go.dev/google.golang.org/grpc/attributes
7+
homepage: https://godoc.org/google.golang.org/grpc/attributes
88
license: apache-2.0
99
licenses:
10-
- sources: [email protected].2/LICENSE
10+
- sources: [email protected].4/LICENSE
1111
text: |2
1212
1313
Apache License

Diff for: .licenses/go/google.golang.org/grpc/backoff.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: google.golang.org/grpc/backoff
3-
version: v1.69.2
3+
version: v1.69.4
44
type: go
55
summary: Package backoff provides configuration options for backoff.
6-
homepage: https://pkg.go.dev/google.golang.org/grpc/backoff
6+
homepage: https://godoc.org/google.golang.org/grpc/backoff
77
license: apache-2.0
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].4/LICENSE
1010
text: |2
1111
1212
Apache License

Diff for: .licenses/go/google.golang.org/grpc/balancer.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: google.golang.org/grpc/balancer
3-
version: v1.69.2
3+
version: v1.69.4
44
type: go
55
summary: Package balancer defines APIs for load balancing in gRPC.
6-
homepage: https://pkg.go.dev/google.golang.org/grpc/balancer
6+
homepage: https://godoc.org/google.golang.org/grpc/balancer
77
license: apache-2.0
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].4/LICENSE
1010
text: |2
1111
1212
Apache License

Diff for: .licenses/go/google.golang.org/grpc/balancer/base.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: google.golang.org/grpc/balancer/base
3-
version: v1.69.2
3+
version: v1.69.4
44
type: go
55
summary: Package base defines a balancer base that can be used to build balancers
66
with different picking algorithms.
7-
homepage: https://pkg.go.dev/google.golang.org/grpc/balancer/base
7+
homepage: https://godoc.org/google.golang.org/grpc/balancer/base
88
license: apache-2.0
99
licenses:
10-
- sources: [email protected].2/LICENSE
10+
- sources: [email protected].4/LICENSE
1111
text: |2
1212
1313
Apache License

Diff for: .licenses/go/google.golang.org/grpc/balancer/grpclb/state.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: google.golang.org/grpc/balancer/grpclb/state
3-
version: v1.69.2
3+
version: v1.69.4
44
type: go
55
summary: Package state declares grpclb types to be set by resolvers wishing to pass
66
information to grpclb via resolver.State Attributes.
7-
homepage: https://pkg.go.dev/google.golang.org/grpc/balancer/grpclb/state
7+
homepage: https://godoc.org/google.golang.org/grpc/balancer/grpclb/state
88
license: apache-2.0
99
licenses:
10-
- sources: [email protected].2/LICENSE
10+
- sources: [email protected].4/LICENSE
1111
text: |2
1212
1313
Apache License

Diff for: .licenses/go/google.golang.org/grpc/balancer/pickfirst.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: google.golang.org/grpc/balancer/pickfirst
3-
version: v1.69.2
3+
version: v1.69.4
44
type: go
55
summary: Package pickfirst contains the pick_first load balancing policy.
6-
homepage: https://pkg.go.dev/google.golang.org/grpc/balancer/pickfirst
6+
homepage: https://godoc.org/google.golang.org/grpc/balancer/pickfirst
77
license: apache-2.0
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].4/LICENSE
1010
text: |2
1111
1212
Apache License

Diff for: .licenses/go/google.golang.org/grpc/balancer/pickfirst/internal.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: google.golang.org/grpc/balancer/pickfirst/internal
3-
version: v1.69.2
3+
version: v1.69.4
44
type: go
55
summary: Package internal contains code internal to the pickfirst package.
6-
homepage: https://pkg.go.dev/google.golang.org/grpc/balancer/pickfirst/internal
6+
homepage: https://godoc.org/google.golang.org/grpc/balancer/pickfirst/internal
77
license: apache-2.0
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].4/LICENSE
1010
text: |2
1111
1212
Apache License

Diff for: .licenses/go/google.golang.org/grpc/balancer/pickfirst/pickfirstleaf.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: google.golang.org/grpc/balancer/pickfirst/pickfirstleaf
3-
version: v1.69.2
3+
version: v1.69.4
44
type: go
55
summary: Package pickfirstleaf contains the pick_first load balancing policy which
66
will be the universal leaf policy after dualstack changes are implemented.
7-
homepage: https://pkg.go.dev/google.golang.org/grpc/balancer/pickfirst/pickfirstleaf
7+
homepage: https://godoc.org/google.golang.org/grpc/balancer/pickfirst/pickfirstleaf
88
license: apache-2.0
99
licenses:
10-
- sources: [email protected].2/LICENSE
10+
- sources: [email protected].4/LICENSE
1111
text: |2
1212
1313
Apache License

Diff for: .licenses/go/google.golang.org/grpc/balancer/roundrobin.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: google.golang.org/grpc/balancer/roundrobin
3-
version: v1.69.2
3+
version: v1.69.4
44
type: go
55
summary: Package roundrobin defines a roundrobin balancer.
6-
homepage: https://pkg.go.dev/google.golang.org/grpc/balancer/roundrobin
6+
homepage: https://godoc.org/google.golang.org/grpc/balancer/roundrobin
77
license: apache-2.0
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].4/LICENSE
1010
text: |2
1111
1212
Apache License

Diff for: .licenses/go/google.golang.org/grpc/binarylog/grpc_binarylog_v1.dep.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: google.golang.org/grpc/binarylog/grpc_binarylog_v1
3-
version: v1.69.2
3+
version: v1.69.4
44
type: go
5-
summary:
6-
homepage: https://pkg.go.dev/google.golang.org/grpc/binarylog/grpc_binarylog_v1
5+
summary:
6+
homepage: https://godoc.org/google.golang.org/grpc/binarylog/grpc_binarylog_v1
77
license: apache-2.0
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].4/LICENSE
1010
text: |2
1111
1212
Apache License

Diff for: .licenses/go/google.golang.org/grpc/channelz.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: google.golang.org/grpc/channelz
3-
version: v1.69.2
3+
version: v1.69.4
44
type: go
55
summary: Package channelz exports internals of the channelz implementation as required
66
by other gRPC packages.
7-
homepage: https://pkg.go.dev/google.golang.org/grpc/channelz
7+
homepage: https://godoc.org/google.golang.org/grpc/channelz
88
license: apache-2.0
99
licenses:
10-
- sources: [email protected].2/LICENSE
10+
- sources: [email protected].4/LICENSE
1111
text: |2
1212
1313
Apache License

Diff for: .licenses/go/google.golang.org/grpc/codes.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: google.golang.org/grpc/codes
3-
version: v1.69.2
3+
version: v1.69.4
44
type: go
55
summary: Package codes defines the canonical error codes used by gRPC.
6-
homepage: https://pkg.go.dev/google.golang.org/grpc/codes
6+
homepage: https://godoc.org/google.golang.org/grpc/codes
77
license: apache-2.0
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].4/LICENSE
1010
text: |2
1111
1212
Apache License

Diff for: .licenses/go/google.golang.org/grpc/connectivity.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: google.golang.org/grpc/connectivity
3-
version: v1.69.2
3+
version: v1.69.4
44
type: go
55
summary: Package connectivity defines connectivity semantics.
6-
homepage: https://pkg.go.dev/google.golang.org/grpc/connectivity
6+
homepage: https://godoc.org/google.golang.org/grpc/connectivity
77
license: apache-2.0
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].4/LICENSE
1010
text: |2
1111
1212
Apache License

Diff for: .licenses/go/google.golang.org/grpc/credentials.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
name: google.golang.org/grpc/credentials
3-
version: v1.69.2
3+
version: v1.69.4
44
type: go
55
summary: Package credentials implements various credentials supported by gRPC library,
66
which encapsulate all the state needed by a client to authenticate with a server
77
and make various assertions, e.g., about the client's identity, role, or whether
88
it is authorized to make a particular call.
9-
homepage: https://pkg.go.dev/google.golang.org/grpc/credentials
9+
homepage: https://godoc.org/google.golang.org/grpc/credentials
1010
license: apache-2.0
1111
licenses:
12-
- sources: [email protected].2/LICENSE
12+
- sources: [email protected].4/LICENSE
1313
text: |2
1414
1515
Apache License

Diff for: .licenses/go/google.golang.org/grpc/credentials/insecure.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: google.golang.org/grpc/credentials/insecure
3-
version: v1.69.2
3+
version: v1.69.4
44
type: go
55
summary: Package insecure provides an implementation of the credentials.TransportCredentials
66
interface which disables transport security.
7-
homepage: https://pkg.go.dev/google.golang.org/grpc/credentials/insecure
7+
homepage: https://godoc.org/google.golang.org/grpc/credentials/insecure
88
license: apache-2.0
99
licenses:
10-
- sources: [email protected].2/LICENSE
10+
- sources: [email protected].4/LICENSE
1111
text: |2
1212
1313
Apache License

Diff for: .licenses/go/google.golang.org/grpc/encoding.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: google.golang.org/grpc/encoding
3-
version: v1.69.2
3+
version: v1.69.4
44
type: go
55
summary: Package encoding defines the interface for the compressor and codec, and
66
functions to register and retrieve compressors and codecs.
7-
homepage: https://pkg.go.dev/google.golang.org/grpc/encoding
7+
homepage: https://godoc.org/google.golang.org/grpc/encoding
88
license: apache-2.0
99
licenses:
10-
- sources: [email protected].2/LICENSE
10+
- sources: [email protected].4/LICENSE
1111
text: |2
1212
1313
Apache License

Diff for: .licenses/go/google.golang.org/grpc/encoding/proto.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: google.golang.org/grpc/encoding/proto
3-
version: v1.69.2
3+
version: v1.69.4
44
type: go
55
summary: Package proto defines the protobuf codec.
6-
homepage: https://pkg.go.dev/google.golang.org/grpc/encoding/proto
6+
homepage: https://godoc.org/google.golang.org/grpc/encoding/proto
77
license: apache-2.0
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].4/LICENSE
1010
text: |2
1111
1212
Apache License

Diff for: .licenses/go/google.golang.org/grpc/experimental/stats.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: google.golang.org/grpc/experimental/stats
3-
version: v1.69.2
3+
version: v1.69.4
44
type: go
55
summary: Package stats contains experimental metrics/stats API's.
6-
homepage: https://pkg.go.dev/google.golang.org/grpc/experimental/stats
6+
homepage: https://godoc.org/google.golang.org/grpc/experimental/stats
77
license: apache-2.0
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].4/LICENSE
1010
text: |2
1111
1212
Apache License

Diff for: .licenses/go/google.golang.org/grpc/grpclog.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: google.golang.org/grpc/grpclog
3-
version: v1.69.2
3+
version: v1.69.4
44
type: go
55
summary: Package grpclog defines logging for grpc.
6-
homepage: https://pkg.go.dev/google.golang.org/grpc/grpclog
6+
homepage: https://godoc.org/google.golang.org/grpc/grpclog
77
license: apache-2.0
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].4/LICENSE
1010
text: |2
1111
1212
Apache License

Diff for: .licenses/go/google.golang.org/grpc/grpclog/internal.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: google.golang.org/grpc/grpclog/internal
3-
version: v1.69.2
3+
version: v1.69.4
44
type: go
55
summary: Package internal contains functionality internal to the grpclog package.
6-
homepage: https://pkg.go.dev/google.golang.org/grpc/grpclog/internal
6+
homepage: https://godoc.org/google.golang.org/grpc/grpclog/internal
77
license: apache-2.0
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].4/LICENSE
1010
text: |2
1111
1212
Apache License

Diff for: .licenses/go/google.golang.org/grpc/internal.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: google.golang.org/grpc/internal
3-
version: v1.69.2
3+
version: v1.69.4
44
type: go
55
summary: Package internal contains gRPC-internal code, to avoid polluting the godoc
66
of the top-level grpc package.
7-
homepage: https://pkg.go.dev/google.golang.org/grpc/internal
7+
homepage: https://godoc.org/google.golang.org/grpc/internal
88
license: apache-2.0
99
licenses:
10-
- sources: [email protected].2/LICENSE
10+
- sources: [email protected].4/LICENSE
1111
text: |2
1212
1313
Apache License

Diff for: .licenses/go/google.golang.org/grpc/internal/backoff.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: google.golang.org/grpc/internal/backoff
3-
version: v1.69.2
3+
version: v1.69.4
44
type: go
55
summary: Package backoff implement the backoff strategy for gRPC.
6-
homepage: https://pkg.go.dev/google.golang.org/grpc/internal/backoff
6+
homepage: https://godoc.org/google.golang.org/grpc/internal/backoff
77
license: apache-2.0
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].4/LICENSE
1010
text: |2
1111
1212
Apache License

Diff for: .licenses/go/google.golang.org/grpc/internal/balancer/gracefulswitch.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: google.golang.org/grpc/internal/balancer/gracefulswitch
3-
version: v1.69.2
3+
version: v1.69.4
44
type: go
55
summary: Package gracefulswitch implements a graceful switch load balancer.
6-
homepage: https://pkg.go.dev/google.golang.org/grpc/internal/balancer/gracefulswitch
6+
homepage: https://godoc.org/google.golang.org/grpc/internal/balancer/gracefulswitch
77
license: apache-2.0
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].4/LICENSE
1010
text: |2
1111
1212
Apache License

0 commit comments

Comments
 (0)