-
Notifications
You must be signed in to change notification settings - Fork 176
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
Upgrade refs to use 1.11/8.0 #32
Upgrade refs to use 1.11/8.0 #32
Conversation
3c9b14a
to
9b8eec2
Compare
thanks for the PR! I'm in the process of updating some other repos with similar changes right now, so I want to double-check that the dependency versions listed here don't cause vendoring issues, but it they don't, I'll merge this. |
Works for me. Hmm... looks like travis is trying to run glide, which isn't in Travis. Can you make sure glide.lock and vendor are up-to-date? |
7bf8f2a
to
9f7b572
Compare
9f7b572
to
83b0d74
Compare
The hash is pretty consistent but I've tried a few things, locally it works fine - I wonder if it could be the cache on Travis's side ? |
@DirectXMan12 I think there's an issue with the current
State when I clone the repo:
so but if I do We have several solutions:
Not sure what strategy do you want for this repo? |
I'd remove vendor as a dependency for everything, it gets weird otherwise. |
Let me know if that looks better @DirectXMan12. Thanks for your review 🙇 |
2bf9994
to
05da333
Compare
I just saw that #34 got submitted - It will be great to have 1.12 in the incubator! Let me know your thoughts 🙂 |
@DirectXMan12, sorry for the direct ping - Any chance you can let us know if this is good to go ? |
hey, sorry about the delay -- I was out of the office for the past few weeks. I'll try to review this this week, and hopefully get it merged. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: DirectXMan12 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hey!
First off, thanks a lot for all the work you do, I'm using extensively the custom-metrics repo at my company and it's awesome!
As you probably know, some configs allow the creation of a requestheader CA in the extension-apiserver-authentication ConfigMap but no client CA (in EKS notably). This has been an issue for the metrics server which you fixed in 0.3.0 kubernetes/apiserver@e59fba7
But the commit ref in the lock for the apiserver here is too old, so the upstream fix is not embedded.
I don't believe that this contribution will be merged, but I wanted to bring it up to your attention.
I have been using this code on my external metrics server successfully - If you find time to upgrade the glide here, that would be fantastic. Hopefully this PR might help!
Thanks again,
Charly