apache / camel-k

Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers
https://camel.apache.org/camel-k
Apache License 2.0
868 stars 348 forks source link

chore(api): print Kamelets info #5804

Closed squakez closed 2 months ago

squakez commented 2 months ago

Useful to understand for which version the Kamelet was for or who is the provider

After this change we'll have:

$ kubectl get kamelets -n camel-k
NAME                                   TYPE     PROVIDER                     BUNDLED   CAMEL VERSION
avro-deserialize-action                action   Apache Software Foundation   true      4.0.1
avro-serialize-action                  action   Apache Software Foundation   true      4.0.1
aws-cloudtrail-source                  source   Apache Software Foundation   true      4.0.1

Release Note

chore(api): print Kamelets info