-
Notifications
You must be signed in to change notification settings - Fork 11
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
bump kuberntes-client to latest kubernetes-client (likely 6.11.0) #668
Comments
Using the new kubernetes-client (tekton-client to be precise) wont work without additional work. The reasoning seems to be that
To me it looks like we need to add support for the new API, we can't simply drop the old one. If we dont bump to the new client we'd break it once we release intellij-kubernetes, intellij-openshift, intellij-knative, intellij-common with the new client. Users could not install those in parallel. A user could use intellij-tekton alone though. |
We're decided not to do the work to have the client bumped given the effort required. We lack the required time to resolve it. Contributions highly welcome! |
TriConsumer triggers incompatibility warnings in jetbrains marketplace. intellij-tekton is using it but it cannot bump to latest common version bcs of the outdated kubernetes-client that it needs to use (see redhat-developer/intellij-tekton#668). Signed-off-by: Andre Dietisheim <[email protected]>
TriConsumer triggers incompatibility warnings in jetbrains marketplace. intellij-tekton is using it but it cannot bump to latest common version bcs of the outdated kubernetes-client that it needs to use (see redhat-developer/intellij-tekton#668). Signed-off-by: Andre Dietisheim <[email protected]>
we need to keep track of the evolution of the kubernetes-client and get from 6.4.0 to 6.10+
redhat-developer/intellij-kubernetes#726 very likely requires a bump to the latest, fixed, kubernetes-client.
The text was updated successfully, but these errors were encountered: