Commit Graph

11 Commits

Author SHA1 Message Date
knative-automation 787be04afe
upgrade to latest dependencies (#3331)
bumping google.golang.org/grpc 577eb69...f74f033:
  > f74f033 Change version to 1.36.0 (# 4198)
  > e6d71ad encoding/proto: do not panic when types do not match (# 4218) (# 4223)
  > 61962d0 status: document nil error handling of FromError (# 4196)
  > 9280052 balancergroup: Propagate balancer.BuildOptions to child policies (# 4184)
  > b753f49 xds testing: increase timeout from 90 minutes to 120 minutes (# 4191)
  > 7b8d65a xds: rename internal/client files to remove client prefix (# 4188)
  > f005af0 examples: delete profiling example since profiling support was rolled back (# 4182)
  > 0bc7417 xds: report drops by circuit breaking (# 4171)
  > e526a29 xds: Remove v3Support environment variable (# 4174)
  > 7bb497f grpc: Update protobuf regenrate script (# 4177)
  > 2c42474 pemfile: Make test happy with Go1.16 (# 4164)
  > 7f2581f xds interop: add xds v3 kokoro tests (# 4165)
  > f579b61 test: Run e2e authority tests only on linux. (# 4160)
  > 504caa9 interop/xds: support ClientConfigureRequest.timeout_sec field (# 4157)
  > 269d253 interop/xds: implement new stats response field (# 4156)
  > ef9850d xds bootstrap: support config content in env variable (# 4153)
  > 938f6e2 cmd/protoc-gen-go-grpc: add gRPC-Go version comment and update release version (# 4152)
  > 5e3cbb5 interop/grpc_testing: update generated code after recent grpc-proto changes (# 4149)
  > d3ae124 cleanup: use different import alias for services than messages (# 4148)
  > 4cf4a98 Change version to 1.36.0-dev (# 4142)
bumping knative.dev/net-istio 59b2af9...f9ffb01:
  > f9ffb01 Add an accessor for DestinationRule objects (# 558)
  > b224102 Update common github actions (# 556)
  > 3214fb4 upgrade to latest dependencies (# 557)
  > 3a9a02e Add configuration for graceful shutdown to ingressgateways (# 553)
  > 2308c2f Update Istio stable to 1.8.4. (# 550)
  > c53089b Use prefix matching for KIngress rule paths (# 541)
  > f73a33d Add a feature flag to guard pod addressability additions (# 545)
  > f3bad87 Add the reconciler machinery for pod addressability (# 546)
  > 4e84c36 upgrade to latest dependencies (# 548)
  > 8f2d8cd upgrade to latest dependencies (# 544)
  > e72872d Update common github actions (# 547)
  > ad2b7bb upgrade to latest dependencies (# 540)
  > fb452f3 Update common github actions (# 538)
  > fee4721 Drop master references to knative repos (# 539)
  > 64b9467 Run all actions against main (# 537)
  > 4d2d0eb upgrade to latest dependencies (# 536)
  > eebb4e6 Handle the case when ingress name has dot (# 532)
  > 1f5e664 Update Istio latest to 1.9.1. (# 535)
  > 6ef3289 upgrade to latest dependencies (# 534)
  > fe7d984 upgrade to latest dependencies (# 529)
  > 212691e Consolidate lines in CODEOWNERS, drop hack/test (# 531)
  > 713aacd upgrade to latest dependencies (# 528)
  > 9bfac14 Bump k8s version in kind e2e (# 526)
bumping knative.dev/hack 8368e1f...9b73a25:
  > 9b73a25 Drop unnecessary occurrences of master (# 53)
  > f99a255 Schema tool for reflective schema generation. (# 51)

Signed-off-by: Knative Automation <automation@knative.team>
2021-03-17 15:09:54 -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 ebbf6c7f18
upgrade to latest dependencies (#3105)
Signed-off-by: Knative Automation <automation@knative.team>
2021-01-04 07:41:31 -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
Kenjiro Nakayama 58c473597c
Fix Istio installation for CI (#2889)
* Import net-istio

* Run hack/update-deps.sh

* Update test/e2e-test.sh

* Fix mistake

* Update go.mod and re-run hack/update-deps.sh
2020-10-06 12:10:01 -05: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
Zhimin Xiang d5864bcddb
Enable grpc server reflection for grpc-ping example (#2644)
* Enable grpc reflection

* Add reflection
2020-07-30 20:08:00 -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 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
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