bumping knative.dev/hack 96aac1c...813559c:
> 813559c [pre-1.0] Use the TAG unmodified when publishing dot releases (# 119)
> 9f34905 Update community files (# 118)
> 69a2295 Update community files (# 117)
> 128cf01 Allows to see tag from build_release func (# 104)
> e1db8b2 chore: further explain knative CRD-generation support (# 105)
Signed-off-by: Knative Automation <automation@knative.team>
* Fixed few broken cloudevents links in the documentation
* Fixed more broken CloudEvent docs links in the documentation. Updated links to CloudEvents v1.0 documentation to CloudEvents v1.0.1 documentation
This example is intended to showcase how to start an event receiver as a Knative
Service, and then have that service either send a new event to a `$K_SINK` or
respond with it (e.g. for working with a Broker).
Once we're happy with this, we should broaden this to cover more languages.
* App + readme
* vendored packages - cloudevents/sdk-go and its dependencies
* Mark-ups updated. Final testing on a new cluster pending.
* final changes