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 fa33423 chore(release): create additional tags for go modules new d07ea17 Fix #1548: initial work on sinkbinding new 2d8b507 Fix #1548: switch to customizer new 6d0fc80 Fix #1548: add e2e test for sinkbinding new 121ff5f Fix #1548: update trait information new a828d3b Fix #1548: avoid looking up knative destination when full information is provided new 7caae6d Fix #1548: switch to staged runtime new 8aa809e Fix #1548: switch runtime to 1.5.1-SNAPSHOT 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: ...yaml => camel-catalog-1.5.1-SNAPSHOT-main.yaml} | 6 +- ...l => camel-catalog-1.5.1-SNAPSHOT-quarkus.yaml} | 6 +- ...el-k.v1.1.0-snapshot.clusterserviceversion.yaml | 1 + deploy/operator-role-knative.yaml | 1 + deploy/resources.go | 52 ++--- deploy/traits.yaml | 3 + docs/modules/traits/pages/knative.adoc | 6 + .../knative-sinkbinding}/messages-channel.yaml | 2 +- .../knative-sinkbinding/receiver.groovy} | 0 e2e/yaks/knative-sinkbinding/sinkbinding.feature | 5 + .../yaks/knative-sinkbinding/source.yaml | 5 +- .../yaks-config.yaml | 6 +- examples/knative/messages-channel.yaml | 2 +- examples/knative/words-channel.yaml | 2 +- go.sum | 2 + helm/camel-k/templates/operator-role.yaml | 1 + pkg/apis/addtoscheme_knative_eventing.go | 2 + pkg/trait/knative.go | 232 +++++++++++++++------ pkg/util/defaults/defaults.go | 2 +- pkg/util/knative/knative.go | 39 +++- pkg/util/kubernetes/collection.go | 41 ++++ script/Makefile | 4 +- 22 files changed, 318 insertions(+), 102 deletions(-) rename deploy/{camel-catalog-1.4.1-main.yaml => camel-catalog-1.5.1-SNAPSHOT-main.yaml} (99%) rename deploy/{camel-catalog-1.4.1-quarkus.yaml => camel-catalog-1.5.1-SNAPSHOT-quarkus.yaml} (99%) copy {examples/knative => e2e/yaks/knative-sinkbinding}/messages-channel.yaml (95%) copy e2e/{knative/files/knativech2.groovy => yaks/knative-sinkbinding/receiver.groovy} (100%) create mode 100644 e2e/yaks/knative-sinkbinding/sinkbinding.feature copy examples/routes.yaml => e2e/yaks/knative-sinkbinding/source.yaml (86%) copy e2e/yaks/{knative => knative-sinkbinding}/yaks-config.yaml (84%)