-
Notifications
You must be signed in to change notification settings - Fork 350
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
chore: Upgrade k8s and Knative dependencies #3552
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I'm just wondering why it's the time to upgrade the core dependencies. Is my understanding correct that Camel K 1.10.0 will be released in September whereas K8s 1.22 will be EoL on 2022-10-28, so it's OK to support only K8s >=1.23 for Camel K 1.10.0?
Generally, the sooner the upgrade the better, that happens once all the main dependencies have upgraded. For that round, the rationale is that the upgrade is required for the project to compile against k8s v1.23+, and Knative project hasn't yet upgraded to k8s v1.24. |
This PR upgrades the k8s dependencies to v0.23.x, so it's possible to integrate Camel K with more recent k8s projects.
It incidentally upgrades the following dependencies:
Fixes #3381.
Release Note