This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from 03e02e8 Fix #679: make sure we don't use external deps other than kube in apis new c9c9c85 Fix #663: use in-memory provisioner (async) new a8310f0 chore(layout): ignore .envrc file new 5e6a5d3 Fix #669: make sure annotations are propagated correctly to the deployment new cf6295d Fix #669: make sure annotations are propagated correctly to the knative service new 204c0a0 Fix #669: filter unneeded annotations by default new ab773de Fix #668: allow to subscribe to multiple channels new 0572195 Fix #668: add documentation and enable automatically the feature with more than 2 channels The 7 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 +++ deploy/resources.go | 46 ++++++++++++++++---------------- docs/traits.adoc | 3 +++ examples/knative/messages-channel.yaml | 2 +- examples/knative/words-channel.yaml | 2 +- pkg/apis/camel/v1alpha1/knative/types.go | 16 ++++++----- pkg/trait/deployment.go | 14 +++++----- pkg/trait/knative.go | 38 +++++++++++++++++++------- pkg/trait/knative_service.go | 8 ++++++ pkg/trait/util.go | 13 +++++++++ 10 files changed, 97 insertions(+), 48 deletions(-)