-
Notifications
You must be signed in to change notification settings - Fork 1.1k
bump(deps): protobuf, grpc for open-telemetry #4843
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Hi @sallyom. Thanks for your PR. I'm waiting for a cri-o member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: sallyom The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/ok-to-test |
Codecov Report
@@ Coverage Diff @@
## master #4843 +/- ##
==========================================
+ Coverage 42.98% 43.00% +0.02%
==========================================
Files 107 107
Lines 9809 9792 -17
==========================================
- Hits 4216 4211 -5
+ Misses 5142 5130 -12
Partials 451 451 |
| // is included in the runc release | ||
| github.com/syndtr/gocapability => github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 | ||
| google.golang.org/genproto => google.golang.org/genproto v0.0.0-20200117163144-32f20d992d24 | ||
| google.golang.org/grpc => google.golang.org/grpc v1.27.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll ask around, I dunno if this is still necessary.
Signed-off-by: Sally O'Malley <[email protected]>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: sallyom The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@sallyom: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
|
I'll close this as I've included the bump in the tracing PR: #4883. I've moved the comment about whether kata needs protobuf pinned there, also. |
Signed-off-by: Sally O'Malley [email protected]
What type of PR is this?
/kind dependency-change
What this PR does / why we need it:
protobuf and grpc update
running through CI to detect issues
Does this PR introduce a user-facing change?