You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2019/01/22 08:13:27 UTC

[camel-k] branch master updated (35d0369 -> 1eadb53)

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 35d0369  fix npe on rest trait
     new c2053bf  Sort on linux is different from OSX
     new 554cfbe  Bump version to 0.2.X
     new 1eadb53  Add standard deployment annotations for knative

The 422 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/camel-catalog.yaml                   |  2 +-
 deploy/operator-deployment-kubernetes.yaml  |  2 +-
 deploy/operator-deployment-openshift.yaml   |  2 +-
 deploy/resources.go                         | 52 ++++++++++++++---------------
 pkg/trait/deployment.go                     | 10 +++++-
 runtime/camel-k-maven-plugin/pom.xml        |  2 +-
 runtime/camel-k-runtime-core/pom.xml        |  2 +-
 runtime/camel-k-runtime-groovy/pom.xml      |  2 +-
 runtime/camel-k-runtime-jvm/pom.xml         |  2 +-
 runtime/camel-k-runtime-kotlin/pom.xml      |  2 +-
 runtime/camel-k-runtime-spring-boot/pom.xml |  2 +-
 runtime/camel-k-runtime-yaml/pom.xml        |  2 +-
 runtime/camel-knative-http/pom.xml          |  2 +-
 runtime/camel-knative/pom.xml               |  2 +-
 runtime/pom.xml                             |  2 +-
 version/version.go                          |  2 +-
 16 files changed, 49 insertions(+), 41 deletions(-)