-
Notifications
You must be signed in to change notification settings - Fork 6
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
Compatibility Issue with josdk-webhooks and Fabric8 Kubernetes Client #309
Comments
Hello,
|
Hi @afalhambra-hivemq , we will release a new version of webhook after josdk is released, where the fabric8 client versions will be synced, and this issue will go away. |
Thanks @csviri - is there any ETA for that? |
hopefully JOSDK + QOSDK will be released next week, shortly after will try to do this. |
Hi, I've just released the new version (2.0.0) that uses the newest fabric8 client. Closing this issue. |
Hi,
I attempted to locally update josdk-webhooks to use fabric8:kubernetes-client v7.0.0 to ensure compatibility with the new beta release of java-operator-sdk. However, I encountered an issue where the tests for the Quarkus part of the project are failing.
From what I’ve observed, the root cause seems to be that josdk-webhooks cannot currently be updated to fabric8:kubernetes-client v7.0.0 because Quarkus includes its own dependency on fabric8, which still references fabric8:kubernetes-client v6.13.4 on the latest officially released version.
Can you confirm that the josdk-webhooks framework won't be updated/released until Quarkus is updated to fabric8:kubernetes-client v7.0.0 with quarkusio/quarkus#42335?
Thank's for you feedback!
Kind regards
Martin
The text was updated successfully, but these errors were encountered: