squakez opened a new pull request, #5327:
URL: https://github.com/apache/camel-k/pull/5327

   <!-- Description -->
   
   With this PR we fix a minor problem that was impeding us to make use of the 
semantic version jolly. Once this is merged we'll be able to run:
   ```
   kamel run test.yaml -t camel.runtime-version=2.x
   ```
   which will resolve to the best match of the existing CamelCatalogs. For 
example, given:
   ```
   NAME                   RUNTIME PROVIDER   RUNTIME VERSION   RUNTIME CAMEL 
VERSION   PHASE
   camel-catalog-2.16.0   quarkus            2.16.0            3.20.1           
       Ready
   camel-catalog-3.8.1    quarkus            3.8.1             4.4.1            
       Ready
   ```
   It will pick up version 2.1.6.0
   
   Closes https://github.com/apache/camel-k/issues/5311
   <!--
   Enter your extended release note in the below block. If the PR requires
   additional action from users switching to the new release, include the string
   "action required". If no release note is required, write "NONE". 
   
   You can (optionally) mark this PR with labels "kind/bug" or "kind/feature" 
to make sure
   the text is added to the right section of the release notes. 
   -->
   
   **Release Note**
   ```release-note
   feat(trait): allow usage of semver for camel.runtime-version 
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to