[release/1.6] Bump grpc to v1.56.3#9285
[release/1.6] Bump grpc to v1.56.3#9285thaJeztah wants to merge 2 commits intocontainerd:release/1.6from
Conversation
|
Skipping CI for Draft Pull Request. |
| github.com/gogo/googleapis => github.com/gogo/googleapis v1.3.2 | ||
|
|
||
| // urfave/cli must be <= v1.22.1 due to a regression: https://github.com/urfave/cli/issues/1092 | ||
| github.com/urfave/cli => github.com/urfave/cli v1.22.1 | ||
| google.golang.org/genproto => google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63 |
There was a problem hiding this comment.
The github.com/gogo/googleapis and google.golang.org/genproto replace rules had to be removed, as module resolution failed with them (golang.org/x/oauth2 and other failures)
8bd84cd to
136c0bc
Compare
| github.com/google/uuid v1.3.0 // indirect | ||
| github.com/imdario/mergo v0.3.12 // indirect | ||
| github.com/klauspost/compress v1.11.13 // indirect | ||
| github.com/klauspost/compress v1.15.9 // indirect |
There was a problem hiding this comment.
Interesting one; I was actually looking why it updated, but I'm guessing that integration/client uses some dependencies that are not used in the main module; and because of that it forces it to be updated;
github.com/klauspost/compress has different values in the go.mod files require section: v1.11.13 in root go.mod v1.15.9 in integration/client/go.mod
Updating seems like a sane thing to do, so let me add a commit to update the version
The package has multiple improvements and bug fixes. Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com> (cherry picked from commit d063597) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
136c0bc to
ac90bad
Compare
|
Looks like we need to update the project checks (to get rid ot the vndr install); |
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
This PR is stale because it has been open 90 days with no activity. This PR will be closed in 7 days unless new comments are made or the stale label is removed. |
|
This PR was closed because it has been stalled for 7 days with no activity. |
updated the branch to v1.56.3