Skip to content
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

Merged
merged 13 commits into from
Aug 22, 2022
Merged

chore: Upgrade k8s and Knative dependencies #3552

merged 13 commits into from
Aug 22, 2022

Conversation

astefanutti
Copy link
Member

@astefanutti astefanutti commented Aug 18, 2022

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:

  • controller-runtime to v0.11.2
  • knative to v1.6.0 (v0.33.0)
  • code-generator to v0.23.5

Fixes #3381.

Release Note

Upgrade k8s to v0.23.5
Upgrade controller-runtime to v0.11.2
Upgrade Knative to v1.6.0

@astefanutti astefanutti changed the title chore: Upgrade dependencies chore: Upgrade k8s and Knative dependencies Aug 19, 2022
Copy link
Member

@tadayosi tadayosi left a 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?

@tadayosi tadayosi mentioned this pull request Aug 22, 2022
@astefanutti
Copy link
Member Author

astefanutti commented Aug 22, 2022

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.

@astefanutti astefanutti merged commit d646fc6 into apache:main Aug 22, 2022
@astefanutti astefanutti deleted the pr-422 branch August 22, 2022 10:52
@tadayosi tadayosi added this to the 1.10.0 milestone Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to Knative v1.5.0
4 participants