This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/go_modules/github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring-0.82.0 in repository https://gitbox.apache.org/repos/asf/camel-k.git
omit 0f25185a1 chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring 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 cc18de31f chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring 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 (0f25185a1) \ N -- N -- N refs/heads/dependabot/go_modules/github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring-0.82.0 (cc18de31f) 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 | 20 +- go.sum | 66 ++--- 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, 710 insertions(+), 107 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%)