-
Notifications
You must be signed in to change notification settings - Fork 175
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
Fix OpenCensus and OCAgent dependencies #437
Conversation
Avoid depending on protobuf v1.3+ as it breaks kubernetes
This should resolve #413 |
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.
This is awesome. Thanks @jhendrixMSFT!
One comment on the override.
version = "0.4.5" | ||
version = "=0.3.0" | ||
|
||
[[override]] |
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.
What's the plan for this override? Remove in a future version?
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.
Yes, once it's safe for kubernetes to ingest v1.3 of protobuf.
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.
Sounds good. Thanks again, @jhendrixMSFT!
Awesome thanks @jhendrixMSFT. |
xref: Azure/go-autorest#437 Signed-off-by: Tamal Saha <tamal@appscode.com>
Avoid depending on protobuf v1.3+ as it breaks kubernetes
Thank you for your contribution to Go-AutoRest! We will triage and review it as soon as we can.
As part of submitting, please make sure you can make the following assertions:
dev
branch, except in the case of urgent bug fixes warranting their own release.master
, I've updated CHANGELOG.md to address the changes I'm making.