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
bumping knative.dev/hack de04b70...e35bcb8:
> e35bcb8 Rollback random GOBIN and make it relative to GOPATH again (# 73)
> 1c52c48 Skip GOPATH hacks if the repository is already on GOPATH (# 72)
Signed-off-by: Knative Automation <automation@knative.team>
* Update mkdocs.yml
* Update mkdocs.yml
* Update mkdocs.yml
* bringing back the purple
* Revert "bringing back the purple"
This reverts commit a6af055288.
* Removing reference to GKE-specific docs
* bash, resolving redirect warning for help
* replace all shells with bash across the entire project
* style guide conformance
* index -> readme
* serving link fixes while I'm at it
* fix serving links and redirects
* lint
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
Addresses #66.
Addresses #67.
* Update test-infra to use the default build/unit test runners, which includes building go code and linting markdown files.
* Remove the integration tests, as they only start Knative Serving, which is irrelevant for this repo.
Bonuses:
* fix unbuildable `grpc-ping-go` sample
* remove test-infra import hack from `Gopack.lock` and `update-deps.sh`
Old images cleanup is no longer part of e2e test, this functionality will be moved to a separate job runs periodically.
Proposed Changes
This part is done in knative/test-infra, updating dependencies in this repo to include this update.
Link to the issue in test-infra: knative/test-infra#276
* Intial work porting the old event-flow to the new object model.
* hack/update-deps.sh
* Minor typos
* Update the function to point at the correct topic.
Includes:
* fixes to `library.sh` in order to have some `hack` scripts working again;
* better checking of PRs where presubmit tests are unnecessary;
Bonus: adds the missing eXecution bit to `update-deps.sh`.
* shared scripts from test-infra live in //vendor/github.com/knative/test-infra/scripts;
* created `//hack/update-deps.sh` to properly update deps, including test-infra;
* all bash scripts were updated to use the vendored scripts;
Part of knative/test-infra#30.
* Copy and clean up knative/eventing/samples/{flow,k8s_events_function} to docs.
* Clean up go build and make it work.
* Add a comment for where to update image.
* Clean up prereqs & steps 1-2 based on test runthrough.
* 'Merge'
* Name function 'read-k8s-events' like in the example.
* Fix the image path to work with ko.
* More name fixes for ko
* Use `dep` to load eventing and k8s.io to avoid glog flag collision. :-/
* Update paths for dep + docker build.
* Add initial startup line to indicate container is running.
* Update Kibana logging details
* Apply PR feedback.