This is an automated email from the ASF dual-hosted git repository. nferraro pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from 2baefe2 Updated CHANGELOG.md new f3ce654 Add insepct sub-command. Add basic support for top-level dependendcies. new e7513f8 Factor out loader dependency computation. Add check. new 539d069 Re-use existing Camel catalog if one is present. new 8667fda Add output flag to both yaml and json formats. new 00f7a28 Update to new master. new 6e0e25b Remove unused options. new 2734d1d Use default runtime version. new 34c9a42 Remove reference to dependencies directory. new e5a96b3 Remove comment. new ce61b45 Update after rebase. new dd8235c Change back go.sum to match master. new daea471 Set resources.go to match upstream. new 7faf27a Update resources.go. The 13 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: deploy/resources.go | 6 +- pkg/cmd/inspect.go | 181 ++++++++++++++++++++++++++++++++++++++++++++ pkg/cmd/root.go | 1 + pkg/trait/dependencies.go | 28 +------ pkg/trait/util.go | 36 +++++++++ pkg/util/camel/catalog.go | 20 ++++- pkg/util/kubernetes/util.go | 19 +---- pkg/util/util.go | 48 ++++++++++++ 8 files changed, 290 insertions(+), 49 deletions(-) create mode 100644 pkg/cmd/inspect.go