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 ee7edd4  Fix #1463: add apis and client as submodule
     new d99fd27  Fix #1470: support inline YAML
     new 00f8ec7  Fix #1470: fix knative source update test
     new 31c39d2  Fix #1470: use a YAML example in OLM

The 3 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:
 ...el-k.v1.0.0-snapshot.clusterserviceversion.yaml | 20 ++++++++--
 e2e/knative/knative_platform_test.go               | 11 +++++-
 pkg/apis/camel/v1/common_types.go                  | 13 +++++++
 pkg/apis/camel/v1/integration_types.go             |  1 +
 pkg/apis/camel/v1/integration_types_support.go     | 25 +++++++++++++
 pkg/apis/camel/v1/zz_generated.deepcopy.go         | 17 +++++++++
 pkg/cmd/run.go                                     | 25 +++++++++----
 pkg/trait/init.go                                  | 21 ++++++++++-
 pkg/util/digest/digest.go                          | 12 ++++++
 pkg/util/{camel/camel_runtime.go => flows/io.go}   | 43 ++++++++++++----------
 .../{gzip/compress_test.go => flows/io_test.go}    | 32 +++++++++++-----
 11 files changed, 177 insertions(+), 43 deletions(-)
 copy pkg/util/{camel/camel_runtime.go => flows/io.go} (51%)
 copy pkg/util/{gzip/compress_test.go => flows/io_test.go} (60%)

Reply via email to