This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/go_modules/knative.dev/serving-0.45.0 in repository https://gitbox.apache.org/repos/asf/camel-k.git
discard 2c4dde774 chore(deps): bump knative.dev/serving from 0.43.1 to 0.45.0 add a51d0ee59 feat(pipe): bind to Integration, Pipe, Services add 8db8ed47e chore(deps): bump knative.dev/eventing from 0.44.5 to 0.45.0 add b8f0f086f chore(deps): bump knative.dev/serving from 0.43.1 to 0.45.0 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (2c4dde774) \ N -- N -- N refs/heads/dependabot/go_modules/knative.dev/serving-0.45.0 (b8f0f086f) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: docs/modules/ROOT/pages/concepts/overview.adoc | 2 +- docs/modules/ROOT/pages/pipes/pipes.adoc | 27 +++ .../{cli/log_test.go => binding/binding_test.go} | 38 +-- .../hello.yaml} | 9 +- .../binding/it-binding.yaml} | 18 +- go.mod | 2 +- go.sum | 8 +- pkg/controller/pipe/initialize_test.go | 32 +-- pkg/util/bindings/camel_uri_test.go | 85 +++++++ pkg/util/bindings/knative_uri_test.go | 100 ++++++++ pkg/util/bindings/service_ref.go | 102 ++++++++ pkg/util/bindings/service_ref_test.go | 269 +++++++++++++++++++++ pkg/util/kubernetes/lookup.go | 24 ++ .../util/kubernetes/service.go | 25 +- 14 files changed, 671 insertions(+), 70 deletions(-) copy e2e/common/{cli/log_test.go => binding/binding_test.go} (51%) copy e2e/common/{config/files/timer-kamelet-integration-inlined-configuration-01.yaml => binding/hello.yaml} (85%) copy e2e/{kafka/files/timer-to-kafka.yaml => common/binding/it-binding.yaml} (86%) create mode 100644 pkg/util/bindings/camel_uri_test.go create mode 100644 pkg/util/bindings/knative_uri_test.go create mode 100644 pkg/util/bindings/service_ref.go create mode 100644 pkg/util/bindings/service_ref_test.go copy e2e/native/native_test_support.go => pkg/util/kubernetes/service.go (64%)