Commit Graph

40 Commits

Author SHA1 Message Date
knative-automation 97e85f95f0
upgrade to latest dependencies (#4597)
Signed-off-by: Knative Automation <automation@knative.team>
2021-12-17 07:42:18 -08:00
knative-automation 03cb809c5d
upgrade to latest dependencies (#4569)
Signed-off-by: Knative Automation <automation@knative.team>
2021-12-17 04:33:18 -08:00
knative-automation 49652deb2c
upgrade to latest dependencies (#4482)
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>
2021-11-23 08:31:51 -08:00
Maciej Chyczewski 79e4639009
Fixed few broken cloudevents links in the documentation (#4445)
* 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
2021-11-12 07:43:36 -08:00
Julian Friedman 9702d767b8
Run redir-gen with go run (#4166)
* Run redir-gen with go run

* Update readme
2021-10-12 07:16:20 -07:00
knative-automation 18eeabadbf
upgrade to latest dependencies (#3749)
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>
2021-06-10 13:15:43 -07:00
Omer B 5e56c88e45
Issue 3642 finishing up eventing sanity check (#3743)
* 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
2021-06-08 05:53:41 -07:00
knative-automation 3d27780665
upgrade to latest dependencies (#3238)
bumping github.com/google/uuid 0e4e311...bfb86fa:
  > bfb86fa Add NewString Func (# 73)
  > b5d0d36 hash.go hash error covered and linter error fixed (# 71)
  > 9377784 Update sql.go (# 72)
  > 85223fa Reduce custom error allocation (# 70)
  > edef28d Use a custom error type for invalid lengths, replacing `fmt.Errorf` (# 69)
bumping google.golang.org/grpc 2cf12a8...577eb69:
  > 577eb69 Change version to 1.35.0 (# 4140)
  > fb40d83 xds interop: turn on circuit breaking test (# 4144)
  > 083393f xds/resolver: fix resource deletion (# 4143)
  > 85e55dc interop: update client for xds testing support (# 4108)
  > 6a318bb xds: add HTTP connection manager max_stream_duration support (# 4122)
  > 0bd76be lrs: use JSON for locality's String representation (# 4135)
  > ecc9a99 interop: remove test.proto clones/variants and use grpc-proto repo instead (# 4129)
  > 4f80d77 github: enable CodeQL checker (# 4134)
  > 829919d xds client: Updated v3 type for http connection manager (# 4137)
  > f4a20d2 xds: NACK more invalid RDS responses (# 4120)
  > 53788aa github: update bug template to link to the CVE process (# 4131)
  > 66c1393 github: improve security policy documentation (# 4130)
  > 39a500a support unix-abstract schema (# 4079)
  > 666aea1 advancedtls: add IPv6 address to certificate SAN names (# 4101)
  > 15458d2 xds: implement RouteAction timeout support (# 4116)
  > d79063f credentials/xds: Move non-user facing functionality to an internal package (# 4117)
  > 644d506 xds: Ignore application_protocols field for now (# 4115)
  > 2fad6bf xds: Implement server-side security (# 4092)
  > cfef8c7 pemfile: Update distributor only inside of the for loop (# 4114)
  > e2d2703 xds: NACK resource when security config is not as expected (# 4113)
  > 668e3ae testing: stop listening on externally-visible devices (# 4112)
  > 20f4a84 xds: Expect certprovider bootstrap configs when xdsCreds are in use (# 4111)
  > 73671ae Updated test.proto to facilitate xds interop testing (# 4109)
  > 4cd551e xds: split routing balancer into config selector + cluster manager (# 4083)
  > 17e2cbe credentials/xds: ServerHandshake() implementation (# 4089)
  > 03d4b88 github: Get tests111 to actually run subset of tests (# 4104)
  > 81b95b1 github: Run only a subset of tests for Go1.11 (# 4102)
  > c638ab8 Update envoyproxy/go-control-plane (# 4098)
  > fd32f6a internal/syscall: make Rusage a type alias (# 4088)
  > ff16195 xds: Implement circuit breaking support. (# 4050)
  > 750abe8 resolver: allow config selector to return an RPC error (# 4082)
  > f64220f xds: Process `require_client_cert` field in security config (# 4090)
  > 96a834a xds: `server_features` should be a child of `xds_servers` and not a sibling (# 4087)
  > bce1fdf eds/lrs: handle nil when LRS is disabled (# 4086)
  > 0d6a24f test: move stubServer to separate package in internal (# 4081)
  > 9db56a0 advancedtls: add examples demonstrating reloading behaviors (# 4018)
  > c7df457 credentials/xds: Rename test file (# 4077)
  > 2efef8f advancedtls: fix default host name check issue (# 4069)
  > f1149b9 xds: support server-side listeners in LDS response (# 4046)
  > 5b1874a xds: Handle child policy configs properly (# 4071)
  > 4a0125a roundrobin: strip attributes from addresses (# 4024)
  > c456688 client: fix "unix" scheme handling for some corner cases (# 4021)
  > 44e408d Makefile: enable module support in deps (# 4062)
  > 53c8623 Makefile: Restore `deps` and `testdeps` (# 4060)
  > a82c291 github: Don't use `make` in testing.yaml (# 4059)
  > 8238a33 advancedtls: make sni test check common name only (# 4055)
  > 21570d7 xds: Read server_resource_name_id from bootstrap config (# 4049)
  > 8f3cc6c protoc-gen-go-grpc: export grpc.ServiceDesc (# 4035)
  > 6d0f011 meshca: Don't use the config proto from grpc-proto (# 4056)
  > 9da74c0 xds: Blank import supported certificate provider plugins. (# 4047)
  > 8736dcd xds: Accept a net.Listener in Serve(). (# 4052)
  > 83af853 trim the Makefile (# 4054)
  > f6c335c github: Bump up Go version in testing workflow (# 4051)
  > 4007609 xds: call xdsclient.New instead of getting xds_client from attributes (# 4032)
  > 2af65e8 advancedtls: Make test happy on Go1.15 (# 4053)
  > 7886479 balancer: set RPC metadata in address attributes, instead of Metadata field (# 4041)
  > 230166b xds: Use management server from go-control-plane. (# 4039)
  > c5cf514 github acitons: always run (# 4045)
  > 8f12696 Fix typo in encoding.md (# 4020)
  > fa59d20 pemfile: Implement certprovider config parsing API (# 4023)
  > 3d14af9 Change version to 1.35.0-dev (# 4044)
bumping knative.dev/net-istio 7478e14...d78daae:
  > d78daae Bump Golang version to 1.15 (# 516)
  > cfcda85 upgrade to latest dependencies (# 509)
  > 3bba898 Update common github actions (# 513)

Signed-off-by: Knative Automation <automation@knative.team>
2021-02-12 04:34:41 -08:00
knative-automation f9a59e7e11
upgrade to latest dependencies (#2986)
Signed-off-by: Knative Automation <automation@knative.team>
2020-10-29 14:01:36 -07:00
Matt Moore ee34b62c14
upgrade to latest dependencies (#2950)
Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
2020-10-21 08:18:17 -07:00
Markus Thömmes 505a9ac2c8
Remove security vulnerabilities from the iot-core sample (#2940) 2020-10-19 00:37:58 -07:00
Chi Zhang 804aded0ea
Fix the go mod vendor path for knative test-infra (#2785) 2020-08-28 10:37:07 -07:00
Chi Zhang 73030ef0f0
Switch from dep to go mod (#2718) 2020-08-26 13:58:06 -07:00
Matt Moore d90a1a3d1c
[master] Auto-update dependencies (#2626)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign dprotaso grantr samodell
/cc dprotaso grantr samodell
2020-08-11 07:50:05 -07:00
Matt Moore c16a99fdb2
[master] Auto-update dependencies (#2388)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign dprotaso grantr samodell
/cc dprotaso grantr samodell
2020-04-20 08:35:50 -07:00
Scott Nichols fc69d36ec6
updating to the latest cloudevents sdk - v2.0.0-RC1 (#2386)
* updating to the latest cloudevents sdk.

* ran lint

* markdown had an error in it

* update serving sample readme
2020-04-13 09:31:11 -07:00
Matt Moore 87beed4771
[master] Auto-update dependencies (#2372)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign dprotaso grantr samodell
/cc dprotaso grantr samodell
2020-04-09 10:29:04 -07:00
Matt Moore 8f5e30d209
[master] Auto-update dependencies (#2363)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign dprotaso grantr samodell
/cc dprotaso grantr samodell
2020-04-08 06:34:01 -07:00
Matt Moore e07e9bab0d This adds a simple cloudevents-go sample. (#1987)
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.
2019-11-15 23:06:02 -08:00
Akash Verenkar 7ed19736c2 Hello world - Go for Knative Eventing. (#1862)
* App + readme

* vendored packages - cloudevents/sdk-go and its dependencies

* Mark-ups updated. Final testing on a new cluster pending.

* final changes
2019-10-23 11:01:28 -07:00
chaodaiG 003aca0f76 Use knative.dev/test-infra (#1627) 2019-07-31 09:59:44 -07:00
Joyce Liu bcc54bb383 update test-infra in vendor (#1386) 2019-05-29 17:32:31 -07:00
chaodaiG d9c5ac4305 Update test-infra: get rid of Unbound variable running update-deps warning (#1350) 2019-05-20 08:23:27 -07:00
chaodaiG 5e5ed5aa77 Update test-infra to the latest version (#1335) 2019-05-16 07:17:17 -07:00
chaodaiG 041f4a8463 Update test-infra: some fixes (#1263)
* Update test-infra: some fixes

* Install Istio from Addon
2019-05-06 12:35:37 -07:00
Chi Zhang f8884fd0e9 update test-infra: skip e2e tests for non-code changes (#1236)
* update test-infra: skip e2e tests for non-code changes

* fix conflicts
2019-04-26 09:30:30 -07:00
chaodaiG 9d862fb0c0 update test-infra (#1182) 2019-04-15 15:51:01 -07:00
Nikhil Barthwal 8c7a02c96f Update dep for test-infra (#1145) 2019-04-05 15:06:57 -07:00
chaodaiG 98fa8e4690 update knative/test-infra to latest (#1060) 2019-03-25 12:10:49 -07:00
Matt Moore eea4cea138 This adds a simple sample demonstrating Secret Volumes (#852)
This requires this new feature available in 0.4: https://github.com/knative/serving/pull/3061
2019-02-19 07:12:46 -08:00
Adriano Cunha b6732c9216 Update presubmit tests (#769)
Fixes #750.

* disable markdown linting
* ignore localhost links when checking for dead links in markdown files

Bonus: fix link in README.md
2019-01-15 10:09:30 -08:00
Adriano Cunha 49126fcc43 Add real build/unit presubmit tests (#734)
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`
2019-01-10 14:23:42 -08:00
chaodaiG edfbdcbae5 Remove images deletion step from e2e test / Update test-infra (#609)
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
2018-11-29 13:45:24 -08:00
Harwayne f0516ef1f6 Eventing - IoT Core Sample (#519)
* 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.
2018-11-12 14:33:45 -08:00
Scott Nichols 2af23a637c Remove cmd dir from eventing. (#490)
* Remove cmd dir from eventing.

* add new line at end of file.
2018-10-31 10:08:33 -07:00
Adriano Cunha 8e4b4df18a Update knative/test-infra (#434)
Major changes:
* fixes and updates to E2E test framework
* better parsing of E2E test results
2018-10-08 10:02:25 -07:00
Adriano Cunha 0310b0c07b Update test-infra dependency (#371)
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`.
2018-09-07 19:07:14 -07:00
Adriano Cunha 9f5fed536d Vendor the test-infra scripts (#353)
* 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.
2018-08-23 21:27:59 -07:00
Evan Anderson 32f3f9483a Add a minimal-dependencies working example listening to k8s events (#240)
* 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.
2018-07-24 08:53:34 -07:00
Matt Moore 9c53576183 Fix numerous sample READMEs (#127)
* Fix grpc-ping-go

Still doesn't work, but at least it builds again.

* Fix autoscale-go

* Fix buildpack-app-dotnet

* Fix buildpack-function-nodejs

* Fix rest-api-go

* Fix telemetry-go sample

* Fix gitwebhook-go

* Fix knative-routing-go

* Address feedback from Ville.

Prune boilerplate dep comment, fix cleanup command.
2018-07-14 11:01:35 -07:00