Re: [PR] feat(trait): allow usage of semver for camel.runtime-version [camel-k]

2024-04-05 Thread via GitHub


squakez merged PR #5327:
URL: https://github.com/apache/camel-k/pull/5327


-- 
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



[PR] feat(trait): allow usage of semver for camel.runtime-version [camel-k]

2024-04-05 Thread via GitHub


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

   
   
   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   quarkus2.16.03.20.1   
   Ready
   camel-catalog-3.8.1quarkus3.8.1 4.4.1
   Ready
   ```
   It will pick up version 2.1.6.0
   
   Closes https://github.com/apache/camel-k/issues/5311
   
   
   **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