-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
Update k8s.io/client-go to a valid version #1061
Comments
Hi @stevehipwell, thanks for logging this. I'll have a look at this, there shouldn't be a problem with grabbing the latest proper version. There's some background linked from here too: #629 Ultimately I'm not super happy that I need to pull in |
@hairyhenderson would you like a PR? If so I'd suggest maybe |
I'd love a PR! I only use the |
I think you could go with any version from |
No changes happened in v0.18 to methods that gomplate is referencing... So v0.20.2 is fine. |
I was referring to methods that consumers might be using, in my case I need to stick with |
@stevehipwell oh - does that mean gomplate using v0.20.2 won't work for you? |
@hairyhenderson I'm not sure, which is why I was proposing a |
@stevehipwell why don't you try with the specific commit in #1063 now, to validate whether it'll work? Just do |
@hairyhenderson I'm done for the day but will give it a try first thing in the morning (I'm in the UK). |
@hairyhenderson I can use it with a replace block and it's better than the |
Ok, thanks @stevehipwell! |
The current import of
k8s.io/client-go v11.0.0+incompatible
causes any project inheriting from this to loose their correctk8s.io/client-go
import. Could you pick a version from K8s v1.17 upwards (v0.x.y
) and use that library version (e.g.k8s.io/client-go v0.18.15
for K8s v1.18).If you have a dependency forcing you to
k8s.io/client-go v11.0.0+incompatible
please could you use the following pattern to fix projects consuming this project.The text was updated successfully, but these errors were encountered: