-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Add missing dependency google.golang.org/api/dns #26026
Conversation
Looks like a trivial vendored code addition/update. LGTM. |
Looks like a license failure on one of the dependencies....
|
I'm not sure how to resolve this error. @brendandburns ? @lavalamp ? |
@nikhiljindal FYI, as you're doing such a marvellous job of shepherding the cluster federation PR's through the pipeline. |
Blocked on #26105 |
…ilenco/msgpack.v2/ to vendor/
…eran hack/godep-save.sh
GCE e2e build/test failed for commit a031768. Please reference the list of currently known flakes when examining this failure. If you request a re-test, you must reference the issue describing the flake. |
So the godep licenses are apparently out of date. But when I run hack/update-godep-licenses.sh it just crashes. I'll have to debug that.
|
@quinton-hoole I noticed this problem a couple days ago and managed to make #26008, which is now out of date. I didn't have time to figure out what was going on. |
@goltermann @karlkfi FYI - godep license checks and license regenerator seems to be broken. To unblock the release, I'm going to temporarily disable it. Does anyone actually understand what this is for, and what it's supposed to do? |
It's definitely used by Google for GKE - we need to verify that all godeps are using an appropriate license for us to release GKE containing a new minor version of Kubernetes. |
@quinton-hoole: Both The problem is that godeps frequently become out of date on master and then whoever makes a new PR gets to fix it, even if they didn't change any godeps. |
Thanks Karl. I sorted it out in the linked PR.
|
Apparently not quite. Still failing in #26020, but for different reasons now. |
Blocked on #26348 |
Closing in favor of #26020 |
Add missing dependency:
google.golang.org/api/dns
to vendor/