-
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
Upgrade to latest fabric8 libraries #60
Comments
Error seems to be caused by a breaking change in
Once I added the file
Everything works. Maybe this ticket should remain open so documentation can be added once fabric8 is upgraded? |
Hi @BramMeerten , somehow I missed the issue, currently I'm working also to have the most recent version of fabric8 here by default. yes, we can keep this open, and will update the Docs. But also feel free to open a PR for that. |
for conversion Hooks we are acutally doing this: |
I did not look at that option because it saids |
Checked on this briefly. There is an other difference though, for conversion hooks we have the mappers, and those always (well almost) work on CustomResources. But for validators and mutators in the API it is anyways desired to use lambdas, also those not always work on some concrete classes, can be more generic. So there can be a mutation hook that adds a label to any resource ( Therefore would probably stick rather with the advised way in this case. However, there should be a sample, and docs for this for sure. It's also a question if this should be also changed for conversion hooks, to use the advised approach. |
@BramMeerten |
Currently fabric8 version
6.2.0
is used.When I try to use fabric8
6.5.0
in my project, I get an error from kubernetes-webhooks-framework:The reason I want to use version
6.5.0
is because I'm upgradingsnakeyaml
dependency because of a critical CVE (CVE-2022-1471). This is only possible inkubernetes-client
version6.5.0
(fabric8io/kubernetes-client#4933).Is it possible to upgrade to
6.5.0
or make sure it's compatible?The text was updated successfully, but these errors were encountered: