Skip to content

Commit 8b78c05

Browse files
[skip-changelog] Batch updates from dependabot (#2606)
* Bump google.golang.org/grpc from 1.62.1 to 1.64.0 Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.62.1 to 1.64.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.62.1...v1.64.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump github.com/fatih/color from 1.16.0 to 1.17.0 Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/fatih/color/releases) - [Commits](fatih/color@v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: github.com/fatih/color dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump github.com/gofrs/uuid/v5 from 5.0.0 to 5.2.0 Bumps [github.com/gofrs/uuid/v5](https://github.com/gofrs/uuid) from 5.0.0 to 5.2.0. - [Release notes](https://github.com/gofrs/uuid/releases) - [Commits](gofrs/uuid@v5.0.0...v5.2.0) --- updated-dependencies: - dependency-name: github.com/gofrs/uuid/v5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 Bumps google.golang.org/protobuf from 1.33.0 to 1.34.1. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Updated license cache * Removed deprecated functions usage * Do a connect-retry loop during deamon integration test * Updated grpc tooling version used in build and CI --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent db93172 commit 8b78c05

File tree

111 files changed

+267
-497
lines changed

Some content is hidden

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

111 files changed

+267
-497
lines changed

.github/workflows/check-protobuf-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ jobs:
6161
- name: Install protoc compiler
6262
uses: arduino/setup-protoc@v3
6363
with:
64-
version: v24.3
64+
version: v26.1
6565
repo-token: ${{ secrets.GITHUB_TOKEN }}
6666

6767
- name: Install Go deps
6868
run: |
69-
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.31.0
69+
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.34.1
7070
go install google.golang.org/grpc/cmd/[email protected]
7171
7272
- name: Install Task

.licenses/go/github.com/fatih/color.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/fatih/color
3-
version: v1.16.0
3+
version: v1.17.0
44
type: go
55
summary: Package color is an ANSI color package to output colorized or SGR defined
66
output to the standard output.

.licenses/go/github.com/gofrs/uuid/v5.dep.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
name: github.com/gofrs/uuid/v5
3-
version: v5.0.0
3+
version: v5.2.0
44
type: go
55
summary: Package uuid provides implementations of the Universally Unique Identifier
6-
(UUID), as specified in RFC-4122 and the Peabody RFC Draft (revision 03).
6+
(UUID), as specified in RFC-9562 (formerly RFC-4122).
77
homepage: https://pkg.go.dev/github.com/gofrs/uuid/v5
88
license: mit
99
licenses:

.licenses/go/github.com/golang/protobuf/proto.dep.yml

-39
This file was deleted.

.licenses/go/google.golang.org/genproto/googleapis/rpc/status.dep.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: google.golang.org/genproto/googleapis/rpc/status
3-
version: v0.0.0-20240123012728-ef4313101c80
3+
version: v0.0.0-20240318140521-94a12d6c2237
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/google.golang.org/genproto/googleapis/rpc/status
77
license: apache-2.0
88
licenses:
9-
- sources: [email protected]20240123012728-ef4313101c80/LICENSE
9+
- sources: [email protected]20240318140521-94a12d6c2237/LICENSE
1010
text: |2
1111
1212
Apache License

.licenses/go/google.golang.org/grpc.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: google.golang.org/grpc
3-
version: v1.62.1
3+
version: v1.64.0
44
type: go
55
summary: Package grpc implements an RPC system called gRPC.
66
homepage: https://pkg.go.dev/google.golang.org/grpc

.licenses/go/google.golang.org/grpc/attributes.dep.yml

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

.licenses/go/google.golang.org/grpc/backoff.dep.yml

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

.licenses/go/google.golang.org/grpc/balancer.dep.yml

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

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

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

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

+2-2
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.62.1
3+
version: v1.64.0
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.
77
homepage: https://pkg.go.dev/google.golang.org/grpc/balancer/grpclb/state
88
license: apache-2.0
99
licenses:
10-
- sources: grpc@v1.62.1/LICENSE
10+
- sources: grpc@v1.64.0/LICENSE
1111
text: |2
1212
1313
Apache License

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

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

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

+2-2
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.62.1
3+
version: v1.64.0
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/google.golang.org/grpc/binarylog/grpc_binarylog_v1
77
license: apache-2.0
88
licenses:
9-
- sources: grpc@v1.62.1/LICENSE
9+
- sources: grpc@v1.64.0/LICENSE
1010
text: |2
1111
1212
Apache License

.licenses/go/google.golang.org/grpc/channelz.dep.yml

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

.licenses/go/google.golang.org/grpc/codes.dep.yml

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

.licenses/go/google.golang.org/grpc/connectivity.dep.yml

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

.licenses/go/google.golang.org/grpc/credentials.dep.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: google.golang.org/grpc/credentials
3-
version: v1.62.1
3+
version: v1.64.0
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
@@ -9,7 +9,7 @@ summary: Package credentials implements various credentials supported by gRPC li
99
homepage: https://pkg.go.dev/google.golang.org/grpc/credentials
1010
license: apache-2.0
1111
licenses:
12-
- sources: grpc@v1.62.1/LICENSE
12+
- sources: grpc@v1.64.0/LICENSE
1313
text: |2
1414
1515
Apache License

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

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

.licenses/go/google.golang.org/grpc/encoding.dep.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: google.golang.org/grpc/encoding
3-
version: v1.62.1
3+
version: v1.64.0
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.
77
homepage: https://pkg.go.dev/google.golang.org/grpc/encoding
88
license: apache-2.0
99
licenses:
10-
- sources: grpc@v1.62.1/LICENSE
10+
- sources: grpc@v1.64.0/LICENSE
1111
text: |2
1212
1313
Apache License

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

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

.licenses/go/google.golang.org/grpc/grpclog.dep.yml

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

.licenses/go/google.golang.org/grpc/internal.dep.yml

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

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

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

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

+2-2
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.62.1
3+
version: v1.64.0
44
type: go
55
summary: Package gracefulswitch implements a graceful switch load balancer.
66
homepage: https://pkg.go.dev/google.golang.org/grpc/internal/balancer/gracefulswitch
77
license: apache-2.0
88
licenses:
9-
- sources: grpc@v1.62.1/LICENSE
9+
- sources: grpc@v1.64.0/LICENSE
1010
text: |2
1111
1212
Apache License

.licenses/go/google.golang.org/grpc/internal/balancerload.dep.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: google.golang.org/grpc/internal/balancerload
3-
version: v1.62.1
3+
version: v1.64.0
44
type: go
55
summary: Package balancerload defines APIs to parse server loads in trailers.
66
homepage: https://pkg.go.dev/google.golang.org/grpc/internal/balancerload
77
license: apache-2.0
88
licenses:
9-
- sources: grpc@v1.62.1/LICENSE
9+
- sources: grpc@v1.64.0/LICENSE
1010
text: |2
1111
1212
Apache License

0 commit comments

Comments
 (0)