Skip to content

Commit

Permalink
Update third_party/eventing digest to 8d96807
Browse files Browse the repository at this point in the history
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Oct 11, 2024
1 parent e838b6e commit 07e3713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/eventing
Submodule eventing updated 76 files
+36 −30 .tekton/docker-build.yaml
+1 −1 .tekton/kn-eventing-apiserver-receive-adapter-115-pull-request.yaml
+2 −2 .tekton/kn-eventing-apiserver-receive-adapter-115-push.yaml
+1 −1 .tekton/kn-eventing-appender-115-pull-request.yaml
+2 −2 .tekton/kn-eventing-appender-115-push.yaml
+1 −1 .tekton/kn-eventing-channel-controller-115-pull-request.yaml
+2 −2 .tekton/kn-eventing-channel-controller-115-push.yaml
+1 −1 .tekton/kn-eventing-channel-dispatcher-115-pull-request.yaml
+2 −2 .tekton/kn-eventing-channel-dispatcher-115-push.yaml
+1 −1 .tekton/kn-eventing-controller-115-pull-request.yaml
+2 −2 .tekton/kn-eventing-controller-115-push.yaml
+1 −1 .tekton/kn-eventing-event-display-115-pull-request.yaml
+2 −2 .tekton/kn-eventing-event-display-115-push.yaml
+1 −1 .tekton/kn-eventing-filter-115-pull-request.yaml
+2 −2 .tekton/kn-eventing-filter-115-push.yaml
+1 −1 .tekton/kn-eventing-heartbeats-115-pull-request.yaml
+2 −2 .tekton/kn-eventing-heartbeats-115-push.yaml
+1 −1 .tekton/kn-eventing-heartbeats-receiver-115-pull-request.yaml
+2 −2 .tekton/kn-eventing-heartbeats-receiver-115-push.yaml
+1 −1 .tekton/kn-eventing-ingress-115-pull-request.yaml
+2 −2 .tekton/kn-eventing-ingress-115-push.yaml
+1 −1 .tekton/kn-eventing-jobsink-115-pull-request.yaml
+2 −2 .tekton/kn-eventing-jobsink-115-push.yaml
+1 −1 .tekton/kn-eventing-migrate-115-pull-request.yaml
+2 −2 .tekton/kn-eventing-migrate-115-push.yaml
+1 −1 .tekton/kn-eventing-mtchannel-broker-115-pull-request.yaml
+2 −2 .tekton/kn-eventing-mtchannel-broker-115-push.yaml
+1 −1 .tekton/kn-eventing-mtping-115-pull-request.yaml
+2 −2 .tekton/kn-eventing-mtping-115-push.yaml
+1 −1 .tekton/kn-eventing-pong-115-pull-request.yaml
+2 −2 .tekton/kn-eventing-pong-115-push.yaml
+1 −1 .tekton/kn-eventing-schema-115-pull-request.yaml
+2 −2 .tekton/kn-eventing-schema-115-push.yaml
+1 −1 .tekton/kn-eventing-test-event-sender-115-pull-request.yaml
+2 −2 .tekton/kn-eventing-test-event-sender-115-push.yaml
+1 −1 .tekton/kn-eventing-test-eventshub-115-pull-request.yaml
+2 −2 .tekton/kn-eventing-test-eventshub-115-push.yaml
+1 −1 .tekton/kn-eventing-test-print-115-pull-request.yaml
+2 −2 .tekton/kn-eventing-test-print-115-push.yaml
+1 −1 .tekton/kn-eventing-test-recordevents-115-pull-request.yaml
+2 −2 .tekton/kn-eventing-test-recordevents-115-push.yaml
+1 −1 .tekton/kn-eventing-test-request-sender-115-pull-request.yaml
+2 −2 .tekton/kn-eventing-test-request-sender-115-push.yaml
+1 −1 .tekton/kn-eventing-test-wathola-fetcher-115-pull-request.yaml
+2 −2 .tekton/kn-eventing-test-wathola-fetcher-115-push.yaml
+1 −1 .tekton/kn-eventing-test-wathola-forwarder-115-pull-request.yaml
+2 −2 .tekton/kn-eventing-test-wathola-forwarder-115-push.yaml
+1 −1 .tekton/kn-eventing-test-wathola-receiver-115-pull-request.yaml
+2 −2 .tekton/kn-eventing-test-wathola-receiver-115-push.yaml
+1 −1 .tekton/kn-eventing-test-wathola-sender-115-pull-request.yaml
+2 −2 .tekton/kn-eventing-test-wathola-sender-115-push.yaml
+1 −1 .tekton/kn-eventing-webhook-115-pull-request.yaml
+2 −2 .tekton/kn-eventing-webhook-115-push.yaml
+1 −0 config/post-install/storage-version-migrator.yaml
+1 −1 go.mod
+2 −2 go.sum
+1 −0 openshift/ci-operator/build-image/Dockerfile
+1 −0 openshift/release/artifacts/eventing-post-install.yaml
+3 −0 pkg/auth/serviceaccount.go
+18 −2 pkg/reconciler/apiserversource/resources/receive_adapter.go
+3 −2 pkg/reconciler/apiserversource/resources/receive_adapter_test.go
+1 −0 test/config/monitoring/monitoring.yaml
+4 −0 test/upgrade/prober/forwarder.go
+2 −1 test/upgrade/prober/receiver.go
+2 −1 test/upgrade/prober/sender.go
+2 −1 test/upgrade/prober/verify.go
+3 −0 vendor/knative.dev/reconciler-test/pkg/eventshub/103-pod.yaml
+10 −2 vendor/knative.dev/reconciler-test/pkg/eventshub/104-forwarder.yaml
+1 −0 vendor/knative.dev/reconciler-test/pkg/eventshub/resources.go
+24 −0 vendor/knative.dev/reconciler-test/pkg/manifest/options.go
+1 −0 vendor/knative.dev/reconciler-test/pkg/resources/cronjob/cronjob.go
+1 −0 vendor/knative.dev/reconciler-test/pkg/resources/deployment/deployment.go
+3 −0 vendor/knative.dev/reconciler-test/pkg/resources/deployment/deployment.yaml
+1 −0 vendor/knative.dev/reconciler-test/pkg/resources/job/job.go
+1 −0 vendor/knative.dev/reconciler-test/pkg/resources/pod/pod.go
+1 −1 vendor/modules.txt

0 comments on commit 07e3713

Please sign in to comment.