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

Usage of older Kameletes version on main #4985

Closed
matzew opened this issue Dec 12, 2023 · 1 comment
Closed

Usage of older Kameletes version on main #4985

matzew opened this issue Dec 12, 2023 · 1 comment
Labels
kind/feature New feature or request

Comments

@matzew
Copy link
Member

matzew commented Dec 12, 2023

Requirement

Make latest data-types (for Azure Storage Blob (and others)) avainable

Problem

Looking here: https://github.com/apache/camel-k/blob/main/script/Makefile#L89

I see usage of 4.0.0, but there are already newer versions, like 4.1.0 or 4.2.0.

In apache/camel-kamelets#1777 it was discussed that this needs to be updated,

as well as using a camel-quarkus, that points to 4.2.0.

But as of Nov there is a 3.6.0 of camel-quarkus
https://mvnrepository.com/artifact/org.apache.camel.quarkus/camel-quarkus-core/3.6.0

Proposal

No response

Open questions

No response

@matzew matzew added the kind/feature New feature or request label Dec 12, 2023
@squakez
Copy link
Contributor

squakez commented Dec 13, 2023

This is correct. The "default" kamelet bundle used is the one belonging to the default Camel version. As soon as we move to Camel 4.2 (likely next week), we will update accordingly. However, mind that since Camel K can run other runtime versions, you need to make sure the Kamelet specification is in line with the runtime used [1].

[1] https://camel.apache.org/camel-k/next/kamelets/kamelets-distribution.html

@squakez squakez closed this as not planned Won't fix, can't repro, duplicate, stale Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants