This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-k.git.


    from ee61ae0  Align tests to latest camel-k-runtime SNAPSHOT
     new 08e3a2e  feat(cli): add sub command kamel kamelet for get and delete 
#2312
     new 594983e  Updated CHANGELOG.md
     new 66d5975  Related to #2165: account for annotations when checking if 
integration is changed
     new c279aab  Update README to reflect where Sample.java is
     new 4dcbe4a  Updated CHANGELOG.md

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.md                                       |  10 ++
 README.adoc                                        |   2 +-
 pkg/apis/camel/v1alpha1/kamelet_types.go           |  10 +-
 pkg/cmd/{kit_test.go => kamelet.go}                |  16 ++-
 pkg/cmd/{kit_delete.go => kamelet_delete.go}       | 101 +++++++--------
 pkg/cmd/kamelet_get.go                             | 139 +++++++++++++++++++++
 pkg/cmd/kit_delete.go                              |   2 +-
 pkg/cmd/root.go                                    |   1 +
 pkg/install/kamelets.go                            |   6 +-
 pkg/util/digest/digest.go                          |  19 +++
 .../{flow/flow_test.go => digest/digest_test.go}   |  39 +++---
 11 files changed, 255 insertions(+), 90 deletions(-)
 copy pkg/cmd/{kit_test.go => kamelet.go} (72%)
 copy pkg/cmd/{kit_delete.go => kamelet_delete.go} (50%)
 create mode 100644 pkg/cmd/kamelet_get.go
 copy pkg/util/{flow/flow_test.go => digest/digest_test.go} (60%)

Reply via email to