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 f42dedf Detect changes with digest and redeploy new ce21143 Added kamel binary new ae2a059 Renaming binaries and adding code generation The 2 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: .gitignore | 3 +- Gopkg.lock | 14 ++++- build/Makefile | 12 +++- cmd/{camel-k => camel-k-operator}/main.go | 0 pkg/util/test/testing_env.go => cmd/kamel/main.go | 22 ++++--- config/config.yaml | 2 +- deploy/operator.yaml | 12 ++-- pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go | 46 ++++++++++++++- pkg/build/local/local_builder_integration_test.go | 1 + pkg/{stub/action/action.go => cmd/cmd.go} | 26 ++++---- .../action/action.go => cmd/config/config.go} | 42 +++++++++---- pkg/cmd/run/run.go | 69 ++++++++++++++++++++++ {version => pkg/cmd/version}/version.go | 19 +++++- tmp/build/Dockerfile | 6 +- tmp/build/build.sh | 2 +- tmp/codegen/boilerplate.go.txt | 15 +++++ 16 files changed, 243 insertions(+), 48 deletions(-) rename cmd/{camel-k => camel-k-operator}/main.go (100%) copy pkg/util/test/testing_env.go => cmd/kamel/main.go (75%) copy pkg/{stub/action/action.go => cmd/cmd.go} (50%) copy pkg/{stub/action/action.go => cmd/config/config.go} (51%) create mode 100644 pkg/cmd/run/run.go copy {version => pkg/cmd/version}/version.go (67%)