Skip to content

Commit

Permalink
[skip-changelog] Batch updates from dependabot (#2606)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
cmaglie and dependabot[bot] authored May 15, 2024
1 parent db93172 commit 8b78c05
Show file tree
Hide file tree
Showing 111 changed files with 267 additions and 497 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-protobuf-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ jobs:
- name: Install protoc compiler
uses: arduino/setup-protoc@v3
with:
version: v24.3
version: v26.1
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install Go deps
run: |
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.31.0
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.34.1
go install google.golang.org/grpc/cmd/[email protected]
- name: Install Task
Expand Down
2 changes: 1 addition & 1 deletion .licenses/go/github.com/fatih/color.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/fatih/color
version: v1.16.0
version: v1.17.0
type: go
summary: Package color is an ANSI color package to output colorized or SGR defined
output to the standard output.
Expand Down
4 changes: 2 additions & 2 deletions .licenses/go/github.com/gofrs/uuid/v5.dep.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: github.com/gofrs/uuid/v5
version: v5.0.0
version: v5.2.0
type: go
summary: Package uuid provides implementations of the Universally Unique Identifier
(UUID), as specified in RFC-4122 and the Peabody RFC Draft (revision 03).
(UUID), as specified in RFC-9562 (formerly RFC-4122).
homepage: https://pkg.go.dev/github.com/gofrs/uuid/v5
license: mit
licenses:
Expand Down
39 changes: 0 additions & 39 deletions .licenses/go/github.com/golang/protobuf/proto.dep.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: google.golang.org/genproto/googleapis/rpc/status
version: v0.0.0-20240123012728-ef4313101c80
version: v0.0.0-20240318140521-94a12d6c2237
type: go
summary:
homepage: https://pkg.go.dev/google.golang.org/genproto/googleapis/rpc/status
license: apache-2.0
licenses:
- sources: [email protected]20240123012728-ef4313101c80/LICENSE
- sources: [email protected]20240318140521-94a12d6c2237/LICENSE
text: |2
Apache License
Expand Down
2 changes: 1 addition & 1 deletion .licenses/go/google.golang.org/grpc.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: google.golang.org/grpc
version: v1.62.1
version: v1.64.0
type: go
summary: Package grpc implements an RPC system called gRPC.
homepage: https://pkg.go.dev/google.golang.org/grpc
Expand Down
4 changes: 2 additions & 2 deletions .licenses/go/google.golang.org/grpc/attributes.dep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: google.golang.org/grpc/attributes
version: v1.62.1
version: v1.64.0
type: go
summary: Package attributes defines a generic key/value store used in various gRPC
components.
homepage: https://pkg.go.dev/google.golang.org/grpc/attributes
license: apache-2.0
licenses:
- sources: grpc@v1.62.1/LICENSE
- sources: grpc@v1.64.0/LICENSE
text: |2
Apache License
Expand Down
4 changes: 2 additions & 2 deletions .licenses/go/google.golang.org/grpc/backoff.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: google.golang.org/grpc/backoff
version: v1.62.1
version: v1.64.0
type: go
summary: Package backoff provides configuration options for backoff.
homepage: https://pkg.go.dev/google.golang.org/grpc/backoff
license: apache-2.0
licenses:
- sources: grpc@v1.62.1/LICENSE
- sources: grpc@v1.64.0/LICENSE
text: |2
Apache License
Expand Down
4 changes: 2 additions & 2 deletions .licenses/go/google.golang.org/grpc/balancer.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: google.golang.org/grpc/balancer
version: v1.62.1
version: v1.64.0
type: go
summary: Package balancer defines APIs for load balancing in gRPC.
homepage: https://pkg.go.dev/google.golang.org/grpc/balancer
license: apache-2.0
licenses:
- sources: grpc@v1.62.1/LICENSE
- sources: grpc@v1.64.0/LICENSE
text: |2
Apache License
Expand Down
4 changes: 2 additions & 2 deletions .licenses/go/google.golang.org/grpc/balancer/base.dep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: google.golang.org/grpc/balancer/base
version: v1.62.1
version: v1.64.0
type: go
summary: Package base defines a balancer base that can be used to build balancers
with different picking algorithms.
homepage: https://pkg.go.dev/google.golang.org/grpc/balancer/base
license: apache-2.0
licenses:
- sources: grpc@v1.62.1/LICENSE
- sources: grpc@v1.64.0/LICENSE
text: |2
Apache License
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: google.golang.org/grpc/balancer/grpclb/state
version: v1.62.1
version: v1.64.0
type: go
summary: Package state declares grpclb types to be set by resolvers wishing to pass
information to grpclb via resolver.State Attributes.
homepage: https://pkg.go.dev/google.golang.org/grpc/balancer/grpclb/state
license: apache-2.0
licenses:
- sources: grpc@v1.62.1/LICENSE
- sources: grpc@v1.64.0/LICENSE
text: |2
Apache License
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: google.golang.org/grpc/balancer/roundrobin
version: v1.62.1
version: v1.64.0
type: go
summary: Package roundrobin defines a roundrobin balancer.
homepage: https://pkg.go.dev/google.golang.org/grpc/balancer/roundrobin
license: apache-2.0
licenses:
- sources: grpc@v1.62.1/LICENSE
- sources: grpc@v1.64.0/LICENSE
text: |2
Apache License
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: google.golang.org/grpc/binarylog/grpc_binarylog_v1
version: v1.62.1
version: v1.64.0
type: go
summary:
homepage: https://pkg.go.dev/google.golang.org/grpc/binarylog/grpc_binarylog_v1
license: apache-2.0
licenses:
- sources: grpc@v1.62.1/LICENSE
- sources: grpc@v1.64.0/LICENSE
text: |2
Apache License
Expand Down
4 changes: 2 additions & 2 deletions .licenses/go/google.golang.org/grpc/channelz.dep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: google.golang.org/grpc/channelz
version: v1.62.1
version: v1.64.0
type: go
summary: Package channelz exports internals of the channelz implementation as required
by other gRPC packages.
homepage: https://pkg.go.dev/google.golang.org/grpc/channelz
license: apache-2.0
licenses:
- sources: grpc@v1.62.1/LICENSE
- sources: grpc@v1.64.0/LICENSE
text: |2
Apache License
Expand Down
4 changes: 2 additions & 2 deletions .licenses/go/google.golang.org/grpc/codes.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: google.golang.org/grpc/codes
version: v1.62.1
version: v1.64.0
type: go
summary: Package codes defines the canonical error codes used by gRPC.
homepage: https://pkg.go.dev/google.golang.org/grpc/codes
license: apache-2.0
licenses:
- sources: grpc@v1.62.1/LICENSE
- sources: grpc@v1.64.0/LICENSE
text: |2
Apache License
Expand Down
4 changes: 2 additions & 2 deletions .licenses/go/google.golang.org/grpc/connectivity.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: google.golang.org/grpc/connectivity
version: v1.62.1
version: v1.64.0
type: go
summary: Package connectivity defines connectivity semantics.
homepage: https://pkg.go.dev/google.golang.org/grpc/connectivity
license: apache-2.0
licenses:
- sources: grpc@v1.62.1/LICENSE
- sources: grpc@v1.64.0/LICENSE
text: |2
Apache License
Expand Down
4 changes: 2 additions & 2 deletions .licenses/go/google.golang.org/grpc/credentials.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: google.golang.org/grpc/credentials
version: v1.62.1
version: v1.64.0
type: go
summary: Package credentials implements various credentials supported by gRPC library,
which encapsulate all the state needed by a client to authenticate with a server
Expand All @@ -9,7 +9,7 @@ summary: Package credentials implements various credentials supported by gRPC li
homepage: https://pkg.go.dev/google.golang.org/grpc/credentials
license: apache-2.0
licenses:
- sources: grpc@v1.62.1/LICENSE
- sources: grpc@v1.64.0/LICENSE
text: |2
Apache License
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: google.golang.org/grpc/credentials/insecure
version: v1.62.1
version: v1.64.0
type: go
summary: Package insecure provides an implementation of the credentials.TransportCredentials
interface which disables transport security.
homepage: https://pkg.go.dev/google.golang.org/grpc/credentials/insecure
license: apache-2.0
licenses:
- sources: grpc@v1.62.1/LICENSE
- sources: grpc@v1.64.0/LICENSE
text: |2
Apache License
Expand Down
4 changes: 2 additions & 2 deletions .licenses/go/google.golang.org/grpc/encoding.dep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: google.golang.org/grpc/encoding
version: v1.62.1
version: v1.64.0
type: go
summary: Package encoding defines the interface for the compressor and codec, and
functions to register and retrieve compressors and codecs.
homepage: https://pkg.go.dev/google.golang.org/grpc/encoding
license: apache-2.0
licenses:
- sources: grpc@v1.62.1/LICENSE
- sources: grpc@v1.64.0/LICENSE
text: |2
Apache License
Expand Down
4 changes: 2 additions & 2 deletions .licenses/go/google.golang.org/grpc/encoding/proto.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: google.golang.org/grpc/encoding/proto
version: v1.62.1
version: v1.64.0
type: go
summary: Package proto defines the protobuf codec.
homepage: https://pkg.go.dev/google.golang.org/grpc/encoding/proto
license: apache-2.0
licenses:
- sources: grpc@v1.62.1/LICENSE
- sources: grpc@v1.64.0/LICENSE
text: |2
Apache License
Expand Down
4 changes: 2 additions & 2 deletions .licenses/go/google.golang.org/grpc/grpclog.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: google.golang.org/grpc/grpclog
version: v1.62.1
version: v1.64.0
type: go
summary: Package grpclog defines logging for grpc.
homepage: https://pkg.go.dev/google.golang.org/grpc/grpclog
license: apache-2.0
licenses:
- sources: grpc@v1.62.1/LICENSE
- sources: grpc@v1.64.0/LICENSE
text: |2
Apache License
Expand Down
4 changes: 2 additions & 2 deletions .licenses/go/google.golang.org/grpc/internal.dep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: google.golang.org/grpc/internal
version: v1.62.1
version: v1.64.0
type: go
summary: Package internal contains gRPC-internal code, to avoid polluting the godoc
of the top-level grpc package.
homepage: https://pkg.go.dev/google.golang.org/grpc/internal
license: apache-2.0
licenses:
- sources: grpc@v1.62.1/LICENSE
- sources: grpc@v1.64.0/LICENSE
text: |2
Apache License
Expand Down
4 changes: 2 additions & 2 deletions .licenses/go/google.golang.org/grpc/internal/backoff.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: google.golang.org/grpc/internal/backoff
version: v1.62.1
version: v1.64.0
type: go
summary: Package backoff implement the backoff strategy for gRPC.
homepage: https://pkg.go.dev/google.golang.org/grpc/internal/backoff
license: apache-2.0
licenses:
- sources: grpc@v1.62.1/LICENSE
- sources: grpc@v1.64.0/LICENSE
text: |2
Apache License
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: google.golang.org/grpc/internal/balancer/gracefulswitch
version: v1.62.1
version: v1.64.0
type: go
summary: Package gracefulswitch implements a graceful switch load balancer.
homepage: https://pkg.go.dev/google.golang.org/grpc/internal/balancer/gracefulswitch
license: apache-2.0
licenses:
- sources: grpc@v1.62.1/LICENSE
- sources: grpc@v1.64.0/LICENSE
text: |2
Apache License
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: google.golang.org/grpc/internal/balancerload
version: v1.62.1
version: v1.64.0
type: go
summary: Package balancerload defines APIs to parse server loads in trailers.
homepage: https://pkg.go.dev/google.golang.org/grpc/internal/balancerload
license: apache-2.0
licenses:
- sources: grpc@v1.62.1/LICENSE
- sources: grpc@v1.64.0/LICENSE
text: |2
Apache License
Expand Down
Loading

0 comments on commit 8b78c05

Please sign in to comment.