-
Notifications
You must be signed in to change notification settings - Fork 351
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
Release 2.2.0 #4991
Comments
I've just discovered that the latest default runtime (3.6.0) we've planned to use is not working as expected in native mode, due to the fact it is based on a jdk-17 image. It seems Quarkus 3.6.0 requires a jdk-21 based image. The fix is relatively easy and needs to be done in any case, but that means we need to postpone at least one week the release waiting for 3.6.1 to be out. We may even release keeping 3.2.0 as default since we do not have a strong dependency requirement, but probably it makes sense to wait for the fix. @oscerd wdyt? |
I guess it makes sense to wait. |
I've done the change on the runtime. As soon as we publish the snapshot I'll test with https://github.com/apache/camel-k/actions/workflows/nightly-latest-runtime.yml and if all is fine I'll start a new release process for the runtime 3.6.1 before kicking off 2.2. |
I may have found a way to solve the problem. Probably we won't need to wait for the runtime release and we can start the build today itself. Let's wait for the PR's check. |
Vote started. |
No description provided.
The text was updated successfully, but these errors were encountered: