CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
go.mod: remove replace, and update github.com/gogo/googleapis v1.4.1 #5390
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
edaa225
to
5a589e6
Compare
Build succeeded.
|
5a589e6
to
432a5ac
Compare
Build succeeded.
|
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.
LGTM
at least the dependency changes. i don't know about the cc_enable_arenas
stuff
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.
LGTM
Needs rebase on master |
Given all the work being done in protobufs in |
gogo/googleapis has a single dependency (github.com/gogo/protobuf), which is currently the same version as we use, and we have a separate replace for that dependency, so removing this override should not make a difference there. gogo/googleapis v1.4.1 Includes updated protos with the gogo/protobuf fixes for [CVE-2021-3121](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3121) Change logs and diffs for each release: - v1.3.3 generate grpc service for google/longrunning/operations.proto full diff: gogo/googleapis@v1.3.2...v1.3.3 - v1.4.0 Add google geo type full diff: gogo/googleapis@v1.3.3...v1.4.0 - v1.4.1 This release contains sources generated with the version of gogo/protobuf containing a fix for the "skippy peanut butter" issue. full diff: gogo/googleapis@v1.4.0...v1.4.1 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
432a5ac
to
36612d6
Compare
This comment was marked as outdated.
This comment was marked as outdated.
I should be able remove gogo/protobuf from containerd's main branch before 1.7.0. However 1.6.x and other branches would not have the migration changes. So we need to have this change and backport that to other branches. |
It's been a while, but for this one I was mostly looking if we could get rid of the replace rules (as they wouldn't be picked up by consumers of the containerd code). I'm never sure which changes are "safe" to pick for all the grpc parts, so eyes are always welcome on this (and if it's possible to do this in 1.6, I think that'd be great of course to reduce the number of replace rules) |
Build succeeded.
|
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.
@kzys still looks good after all this time :) LGTM |
relates to the discussion on #5208 (comment) and related to #4974
gogo/googleapis has a single dependency (github.com/gogo/protobuf), which is
currently the same version as we use, and we have a separate replace for that
dependency, so removing this override should not make a difference there.
gogo/googleapis v1.4.1 Includes updated protos with the gogo/protobuf fixes for
CVE-2021-3121
Change logs and diffs for each release:
generate grpc service for google/longrunning/operations.proto
full diff: https://github.com/gogo/googleapis/compare/v1.3.2..v1.3.3
Add google geo type
full diff: https://github.com/gogo/googleapis/compare/v1.3.3..v1.4.0
This release contains sources generated with the version of gogo/protobuf
containing a fix for the "skippy peanut butter" issue.
full diff: https://github.com/gogo/googleapis/compare/v1.4.0..v1.4.1