meteatamel / knative-tutorial

A collection of samples for Knative Serving, Knative Eventing and Knative-GCP projects.
Apache License 2.0
482 stars 131 forks source link

Update to new GCP CloudEvent types for 0.16 #73

Closed grantr closed 4 years ago

grantr commented 4 years ago

In 0.16, knative-gcp will use new CloudEvent attributes and data schemas for all types emitted by GCP sources. See https://github.com/google/knative-gcp/pull/1340 and https://github.com/googleapis/google-cloudevents.

meteatamel commented 4 years ago

Hi @grantr, where do I need to change these? Does this only come up in trigger definitions?

meteatamel commented 4 years ago

Ok, I figured out..It looks like Google Cloud related event filters need to change in triggers. I'll make the update. Thanks a lot for letting me know!

meteatamel commented 4 years ago

Fixed