Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bumping github.com/stretchr/testify 181cea6...b747d7c: > b747d7c Bump github.com/stretchr/objx from 0.4.0 to 0.5.0 (# 1283) bumping google.golang.org/grpc 1c29e07...5b67e5e: > 5b67e5e Update version.go to v1.56.1 (# 6386) > d0f5150 client: handle empty address lists correctly in addrConn.updateAddrs (# 6354) (# 6385) > 997c1ea Change version to 1.56.1-dev (# 6345) > 2b6ff72 Change version to 1.56.0 (# 6344) > 7996425 xds/outlierdetection: fix config handling (# 6361) (# 6367) > a5ae5c6 weightedroundrobin: cherry-pick 2 commits from master (# 6360) > 8edfa1a authz: End2End test for AuditLogger (# 6304) > 2b1d70b xds: enable RLS in xDS by default (# 6343) > 47f8ed8 interop: Don't fail target if sub-target already failed (# 6332) > 1f23f6c client: fix Connect to handle channel idleness properly (# 6331) > 3ea58ce client: disable channel idleness by default (# 6328) > 6c2529b xds: support pick_first custom load balancing policy (A62) (# 6314) > 9b9b364 internal/envconfig: Set Custom LB Env Var to true by default (# 6317) > e325737 alts: Fix flaky ALTS TestFullHandshake test. (# 6300) > 4d3f221 xds/internal/xdsclient: Add support for String Matcher Header Matcher in RDS (# 6313) > 157db19 stats/opencensus: Fix flaky test span (# 6296) > f19266c xds: support built-in Stdout audit logger type (# 6298) > 59134c3 client: add support for pickfirst address shuffling from gRFC A62 (# 6311) > a6e1acf grpc: support sticky TF in pick_first LB policy (# 6306) > 2ae10b2 xdsclient: remove interface check related to ResourceData (# 6308) > e9799e7 client: support a 1:1 mapping with acbws and addrConns (# 6302) > 2a266e7 authz: use pointer to to structpb.Struct instead of value (# 6307) > 511a963 interop: let the interop client send additional metadata, controlled by a flag (# 6295) > 9b7a947 grpc: support channel idleness (# 6263) > 098b2d0 xds/internal/balancer/outlierdetection: Switch Outlier Detection to use new duration field (# 6286) > 417d4b6 examples: add error_handling example; move errors to error_details (# 6293) > 390c392 authz: Rbac engine audit logging (# 6225) > 52fef6d authz: Stdout logger (# 6230) > 92e65c8 test/kokoro: Add custom_lb_test to the xds_k8s_lb job (# 6290) > 756119c xds/outlierdetection: forward metadata from child picker (# 6287) > 8eba9c2 github: upgrade to v3 of checkout & setup-go (# 6280) > 24fd252 proto: update generated code to match grpc-proto changes (# 6283) > 4eb88d7 cleanup: use new Duration type in base ServiceConfig (# 6284) > 1230f0e xds/internal/xdsclient: Split registry up and two separate packages (# 6278) > 0bdae48 interop: fix interop_test.sh shutdown (# 6279) > 5dcfb37 interop: hold lock on server for OOB metrics updates; share 30s timeout (# 6277) > 68381e7 xds: WRR in xDS (# 6272) > fd376a5 test: fix flaky TimeoutOnDeadServer test; some cleanups (# 6276) > 1db474c weightedroundrobin: fix duration format in lb config (# 6271) > 523dcdd weightedroundrobin: fix test race accessing timeNow (# 6269) > 1536887 interop/xds: Add Custom LB needed for interop test (# 6262) > 7d61344 examples: fix authz example to receive streaming error properly (# 6270) > afcbdc9 xds/internal/xdsclient/xdslbregistry: Continue in converter if type not found (# 6268) > b3fbd87 interop: add ORCA test cases and functionality (# 6266) > 5e58734 xds: Add support for Custom LB Policies (# 6224) > 5c4bee5 balancer/weightedroundrobin: add load balancing policy (A58) (# 6241) > c44f77e grpc: use CallbackSerializer in balancer wrapper (# 6254) > f193ec0 orca: fix race when calling listeners coincides with updating the run goroutine (# 6258) > 417cf84 test: deflake TestBalancerProducerHonorsContext (# 6257) > 1f3fe1c Update ClientStream.SendMsg doc (# 6247) > ccad7b7 grpc: use CallbackSerializer in resolver_wrapper (# 6234) > 47b3c55 orca: fix race at producer startup (# 6245) > 56b33d5 server/transport: send appropriate debug_data in GOAWAY frames (# 6220) > add9015 orca: allow a ServerMetricsProvider to be passed to the ORCA service and ServerOption (# 6223) > 40d0147 googledirectpatph: enable ignore_resource_deletion in bootstrap (# 6243) > ed3ceba balancer: make producer RPCs block until the SubConn is READY (# 6236) > b153b00 multiple: standardize import renaming for typed structs (# 6238) > 713bd04 orca: minor cleanups (# 6239) > 21a339c grpc: handle RemoveSubConn inline in balancerWrapper (# 6228) > b153827 xds: make glaze happy for test packages (# 6237) > 019acf2 stubserver: add option for allowing more services to be registered (# 6240) > cf89a0b authz: Swap to using the correct TypedConfig in audit logger parsing (# 6235) > df82147 internal: Document gcp/observability 1.0 dependencies in /internal (# 6229) > da1a5eb tests: nix TestClientDoesntDeadlockWhileWritingErroneousLargeMessages (# 6227) > e853dbf authz: add conversion of json to RBAC Audit Logging config (# 6192) > 497436c xds/internal/balancer/outlierdetection: Change string to String (# 6222) > de11139 clusterresolver: improve tests (# 6188) > eff0942 xds/internal/xdsclient: Custom LB xDS Client Changes (# 6165) > 8628e07 xds/internal/balancer/outlierdetection: Add Channelz Logger to Outlier Detection LB (# 6145) > 83c460b authz: Move audit package (# 6218) > 8c70261 grpc: ClientConn cleanup in prep for channel idleness (# 6189) > 2cd95c7 gcp/observability: remove redundant import (# 6215) > 16651f6 go.mod: update all dependencies (# 6214) > ca60462 stubserver: Stop server when StartClient failed (# 6190) > 7dfd718 internal/buffer: add Close method to the Unbounded buffer type (# 6161) > ebeda75 tests: defalke TestTimerAndWatchStateOnSendCallback (# 6206) > 0ed709c Change version to 1.56.0-dev (# 6213) > 875c97a examples/features/observability: use observability module v1.0.0 (# 6210) > aa8c137 authz: add audit logging APIs (# 6158) > b91b884 gcp/observability: Have o11y module point to grpc 1.54 and opencensus 1.0.0 (# 6209) > eab9e20 test/kokoro: increase PSM Security test timeout to 4h (# 6193) > d90621f remove the unnecessary call to ResetTimer and StopTimer (# 6185) > fe72db9 testing: add helpers to start test service, and retrieve port (# 6187) > 5a50b97 Revert "Revert "credentials/alts: defer ALTS stream creation until handshake …" (# 6179) > 89ec960 grpc: read the service config channel once instead of twice (# 6186) > 6237dfe internal/stubserver: Close Client Conn in error handling of Start (# 6174) > 06de8f8 alts: Add retry loop when making RPC in ALTS's TestFullHandshake. (# 6183) > 6eabd7e server: use least-requests loadbalancer for workers (# 6004) > 8374ff8 Export the unwrapResource method, to allow callers outside of the package (# 6181) > efb2f45 test/xds: Fix test_grpc import path (# 6180) > 81b3092 security/advancedtls: add TlsVersionOption to select desired min/max TLS versions (# 6007) > 17b693d alts: Perform full handshake in ALTS tests. (# 6177) > 01f8b86 Add documentation on some anti-patterns (# 6034) > 3489bb7 xdsclient/test: deflake TestWatchResourceTimerCanRestartOnIgnoredADSRecvError (# 6159) > bfb57b8 testing: delete internal copy of test service proto, and use canonical one (# 6164) > 10401b9 stats/opencensus: the backend to Sent. Attempt. and Recv. (# 6173) > b0a8b1b Use string instead of enum for xds resource type (# 6163) > 1d5b73a xds: add stop to avoid hanging in TestServeWithStop (# 6172) > ea0a038 xds/xdsclient: ignore resource deletion as per gRFC A53 (# 6035) > a51779d xdsclient/test: deflake TestTimerAndWatchStateOnSendCallback (# 6169) > e979919 internal/grpcsync: move CallbackSerializer from xdsclient/internal to here (# 6153) > c2899dd examples/features/observability: Point o11y example to latest gcp/observability module (# 6162) > 113d75f gcp/observability: Add isSampled bool to log entries (# 6160) > 4a12595 stats/opencensus: Switch helper to return Span Context from context (# 6156) > c3f1d5e gcp/observability: Set the opencensus_task label only for metrics, not tracing and logging (# 6155) > 42dd7ac Use anypb.New instead of ptypes.MarshalAny (# 6074) > 415ccdf go.mod: update all dependencies after 1.54 branch cut (# 6132) > a357baf status: FromError: return entire error message text for wrapped errors (# 6150) > 44cebb8 xds: enable XDS federation by default (# 6151) > c018273 examples: Add observability example (# 6149) > 277bb64 Revert "credentials/alts: defer ALTS stream creation until handshake time (# 6077)" (# 6148) > 0fdfd40 gcp/observability: Generate unique process identifier unconditionally (# 6144) > 1d20f1b security/advancedtls: swap from deprecated pkix.CertificateList to x509.RevocationList (# 6054) > a8a25ce transport: use prefix logging (# 6135) > 9c25653 cdsbalancer: improve log messages (# 6134) > a02aae6 CONTRIBUTING.md: remove duplicated bullet point (# 6139) > cdab8ae clusterresolver: push empty config to child policy upon removal of cluster resource (# 6125) > 7651e62 transport: add a draining state check before creating streams (# 6142) > a2ca46c examples: organize READMEs better (# 6121) > 4efec30 stats/opencensus: remove leading slash for per call metrics (# 6141) > 78099db gcp/observability: Switch hex encoding to string() method (# 6138) > 70c5291 observability: remove import replace directive and switch it to point to latest commit (# 6122) > 66e3533 status: handle wrapped errors (# 6031) > a75fd73 Change version to 1.55.0-dev (# 6131) > b638faf stats/opencensus: Add message prefix to metrics names (# 6126) > c84a500 credentials/alts: defer ALTS stream creation until handshake time (# 6077) > 6f44ae8 metadata: add benchmark test for FromIncomingContext and ValueFromIncomingContext (# 6117) > a1e657c client: log last error on subchannel connectivity change (# 6109) > 36fd0a4 gcp/observability: Add compressed metrics to observability module and synchronize View data with exporter (# 6105) > 52ca957 xds: make comparison of server configs in bootstrap more reliable (# 6112) > 7507ea6 gcp/observability: Change logging schema and set queue size limit for logs and batching delay (# 6118) > 16c3b7d examples: add example for ORCA load reporting (# 6114) > b458a4f transport: stop always closing connections when loopy returns (# 6110) > 11e2506 tests: Scale down keepalive test timings (# 6088) > 5796c40 interop/observability: Pass interop parameters to client/server as-is (# 6111) > abd4db2 xdsclient/tests: fix flaky test NodeProtoSentOnlyInFirstRequest (# 6108) > 3633361 tests: support LRS on the same port as ADS (# 6102) > 0558239 Update CONTRIBUTING.md (# 6089) > 2260821 go.mod: upgrade golang.org/x/net to address CVE-2022-41723 (# 6106) > 60a1aa3 testutils: add support for creating endpoint resources with options (# 6103) > 92d9e77 xds: NACK route configuration if sum of weights of weighted clusters exceeds uint32_max (# 6085) > d02039b Deflake the integration test. (# 6093) > 55d8783 gcp/observability: Link logs and traces by logging Trace and Span IDs (# 6056) > ad4057f transport: stop returning errors that are always nil (# 6098) > 558e1b6 examples/authz: add token package docstring (# 6095) > 33df9fc credentials/xds: improve error message upon SAN matching failure (# 6080) > 3292193 xdsclient: handle race with watch timer handling (# 6086) > e83e34b xds/resolver/test: use a non-blocking send instead of closing the channel (# 6082) > b46bdef interop/observability: add GCP Observability Testing Client/Server (# 5979) > f311684 stats/opencensus: New uncompressed metrics and align with tracing spec (# 6051) > cc320bf grpc: Log server trailers before writing status (# 6076) > b9e6d59 xdsclient: send Node proto only on first discovery request on ADS stream (# 6078) > ae4a231 ringhash: ensure addresses are consistenly hashed across updates (# 6066) > 52dcd14 xdsclient: move tests from `e2e_test` to `tests` directory (# 6073) > d8f80bb stats/opencensus: Added client api latency and upgrade go.mod (# 6042) > a8b3226 gcp/observability: Disable logging and traces on channels to cloud ops backends (# 6022) > 20141c2 examples: add an example to illustrate authorization (authz) support (# 5920) > 8c374f7 clusterresolver: cleanup resource resolver implementation (# 6052) > 1d16ef5 metadata: Lowercase appended metadata (# 6071) > 8ba23be cmd/protoc-gen-go-grpc: bump -version to 1.3.0 for release (# 6064) > a1693ec fakeserver: remove ADS and LRS v2 support (# 6068) > 832ecc2 channelz: use protocmp.Transform() to compare protos (# 6065) > 28b6bcf xds/xdsclient: improve failure mode behavior (gRFC A57) (# 5996) > d53f0ec test: move compressor tests out of end2end_test.go (# 6063) > dba41ef metadata: fix validation issues (# 6001) > 75bed1d test: move e2e health checking tests out of end2end_test.go (# 6062) > 0586c51 internal/transport: reduce running time of test from 5s to 1s (# 6061) > 7437662 internal/transport: Fix flaky keep alive test (# 6059) > 681b133 admin/test: split channelz imports (# 6058) > 1093d3a channelz: remove dependency on testing package (# 6050) > 3775f63 xdsclient/transport: reduce chattiness of logs (# 5992) > 6fe609d xdsclient: minor cleanup in eds parsing (# 6055) > 5353eaa testing: add helpers to configure cluster specifier plugin type (# 5977) > 8702a2e stats/opencensus: Add top level call span (# 6030) > 85b95dc gcp/observability: Register new views (# 6026) > abff344 stats/opencensus: Add per call latency metric (# 6017) > 0f02ca5 gcp/observability: Switch observability module to use new opencensus instrumentation code (# 6021) > 6d612a3 resolver: update Resolver.Scheme() docstring to mention requirement of lowercase scheme names (# 6014) > 30d8c0a xds/internal/xdsclient: NACK empty clusters in aggregate clusters (# 6023) > 081499f xds: remove support for v2 Transport API (# 6013) > dd12def stats/opencensus: Add OpenCensus traces support (# 5978) > f4feddb github: update tests to use go version 1.20 (# 6020) > 8153410 client: Add dial option to disable global dial options (# 6016) > 55dfae6 resolver: document handling UpdateState errors by resolvers (# 6002) > ceb3f07 client: Revert dialWithGlobalOption (# 6012) > d655f40 internal/transport: fix severity of log when receiving a GOAWAY with error code ENHANCE_YOUR_CALM (# 5935) > b81e8b6 metadata: slightly improve operateHeaders (# 6008) > e9d9bd0 tests: reduce the degree of stress testing in long running tests (# 6003) > f855226 github: update codeQL action to v2 (# 6009) > f69e9ad stats/opencensus: Add OpenCensus metrics support (# 5923) > 3151e83 cmd/protoc-gen-go-grpc: export consts for full method names (# 5886) > d6dabba xds/server: reduce chattiness of logs (# 5995) > 0954097 server: expose API to set send compressor (# 5744) > a7058f7 xds/csds: switch tests to use the new generic xdsclient API (# 6000) > 3711154 xdsclient/bootstrap: reduce chattiness of logs (# 5991) > d103fc7 xdsclient/xdsresource: reduce chattiness of logs (# 5993) > 6a707eb client: add an option to disable global dial options (# 5990) > c813c17 Change version to 1.54.0-dev (# 5985) > 2a1e934 server: after GracefulStop, ensure connections are closed when final RPC completes (# 5968) > e2d69aa tests: fix spelling of variable (# 5966) > a6376c9 xds/resolver: cleanup tests to use real xDS client 3/n (# 5953) > bf8fc46 xds/resolver: cleanup tests to use real xDS client 5/n (# 5955) > 3930549 resolver: replace resolver.Target.Endpoint field with Endpoint() method (# 5852) > 894816c grpclb: rename `grpclbstate` package back to `state` (# 5962) > e5a0237 encoding: fix duplicate compressor names (# 5958) > 4adb2a7 xds/resolver: cleanup tests to use real xDS client 2/n (# 5952) > 52a8392 gcp/observability: update method name validation (# 5951) > 4075ef0 xds: fix panic involving double close of channel in xDS transport (# 5959) > 7bf6a58 gcp/observability: Cleanup resources allocated if start errors (# 5960) > bc9728f xds/resolver: cleanup tests to use real xDS client 4/n (# 5954) > 6e74938 xds/resolver: cleanup tests to use real xDS client (# 5950) > 9b9b381 server: fix a few issues where grpc server uses RST_STREAM for non-HTTP/2 errors (# 5893) > ace8082 xdsclient: close func refactor (# 5926) > 9326362 transport: fix maxStreamID to align with http2 spec (# 5948) > 4e4d828 xds interop: Fix buildscripts not continuing on a failed test suite (# 5937) > 379a2f6 *: add missing colon to errorf messages to improve readability (# 5911) > cde2edc Revert "xds interop: Fix buildscripts not continuing on a failed test suite (# 5932)" (# 5936) > 78ddc05 xdsclient: fix race in load report implementation (# 5927) > 2a9e970 xds interop: Fix buildscripts not continuing on a failed test suite (# 5932) > 9228cff rls: fix a data race involving the LRU cache (# 5925) > be06d52 binarylog: consistently rename imports for binarylog proto (# 5931) > bf3ad35 *: update all dependencies (# 5924) > 6de8f50 transport: drain client transport when streamID approaches maxStreamID (# 5889) > 42b7b63 stats/opencensus: OpenCensus instrumentation api (# 5919) > 974a5ef grpc: document defaults in MaxCallMsgSize functions (# 5916) > 9b73c42 test/xds: add tests for scenarios where authority in resource name is not specified in bootstrap config (# 5890) > 3b2da53 xdsclient: handle resource not found errors correctly (# 5912) > f2fbb0e Deprecate use of `ioutil` package (# 5906) > 8ec85e4 priority: improve and reduce verbosity of logs (# 5902) > 12b8fb5 test: move e2e HTTP header tests to http_header_end2end_test.go (# 5901) > f1a9ef9 stream: update ServerStream.SendMsg doc (# 5894) > c90744f oauth: mark `NewOauthAccess` as deprecated and update examples to use `TokenSource` (# 5882) > 0e5421c internal/envconfig: add convenience boolFromEnv to improve readability (# 5887) > 4565dd7 ringhash: allow overriding max ringhash size via environment variable (# 5884) > 94a65dc rls: deflake tests (# 5877) > 08479c5 xdsclient: resource agnostic API implementation (# 5776) > 07ac97c transport: simplify httpClient by moving onGoAway func to onClose (# 5885) > 5ff7dfc rls: propagate headers received in RLS response to backends (# 5883) > f94594d interop: add test client for use in xDS federation e2e tests (# 5878) > 68b388b balancer: support injection of per-call metadata from LB policies (# 5853) > 4f16fbe examples: update server reflection tutorial (# 5824) > b2d4d5d test: fix raceyness check to deflake test http server (# 5866) > 54b7d03 grpc: Add join Dial Option (# 5861) > 70617b1 vet & github: run vet separately from tests; make vet-proto only check protos (# 5873) > 81ad1b5 *: update all dependencies (# 5874) > 357d7af Change version to 1.53.0-dev (# 5872) > a0e8eb9 test: rename race.go to race_test.go (# 5869) > ae86ff4 benchmark: fix typo in ClientReadBufferSize feature name (# 5867) > e53d28f xdsclient: log node ID with verbosity INFO (# 5860) > 9373e5c transport: Fix closing a closed channel panic in handlePing (# 5854) > 2f413c4 transport/http2: use HTTP 400 for bad requests instead of 500 (# 5804) > 5003029 testutils: do a better job of verifying pick_first in tests (# 5850) > 3e27f89 binarylog: Account for key in metadata truncation (# 5851) > f54bba9 test/xds: minor cleanup in xDS e2e test (# 5843) > a9709c3 Added logs for reasons causing connection and transport close (# 5840) > aba03e1 xds: pass options by value to helper routines which setup the management server in tests (# 5833) > 638141f examples: add feature/cancellation retry to example test script (# 5846) > 22c1fd2 deps: update golang.org/x/net to latest in all modules (# 5847) > 1949035 ringhash: add logs to surface information about ring creation (# 5832) > f7c110a test: remove use of deprecated WithInsecure() API (# 5836) > a205447 examples: add new example to show updating metadata in interceptors (# 5788) > 001d234 rls: Fix regex in rls test (# 5834) > 7361971 rls: use a regex for the expected error string (# 5827) > 617d6c8 security/advancedtls: add test for crl cache expiration behavior (# 5749) > ef51864 grpclb: improve grpclb tests (# 5826) > fa99649 xdsclient: deflake new transport ack/nack tests (# 5830) > 99ba982 transport/server: flush GOAWAY before closing conn due to max age (# 5821) > 20c937e transport: limit AccountCheck tests to fewer streams and iterations to avoid flakes (# 5828) > 110ed9e xdsclient: resource-type-agnostic transport layer (# 5808) > c91396d pickfirst: do not return initial subconn while connecting (# 5825) > 94f0e7f benchmark: add a feature for read and write buffer sizes (# 5774) > 087387c Deflake Outlier Detection xDS e2e test (# 5819) > dd123b7 testutils/pickfirst: move helper function to testutils (# 5822) > be202a2 examples: add an example to illustrate the usage of stats handler (# 5657) > 9f97673 test: move e2e goaway tests to goaway_test.go (# 5820) > 0fe49e8 grpc: Improve documentation of read/write buffer size server and dial options (# 5800) > 09fc1a3 interop: update Go version in docker container used for psm interop (# 5811) > adfb915 server: fix ChainUnaryInterceptor and ChainStreamInterceptor to allow retrying handlers (# 5666) > e0a9f11 reflection: split grpc and pb imports (# 5810) > 6f96f96 reflection: update proto (# 5809) > 6e43203 reflection: generate protobuf files from grpc-proto (# 5799) > 0abb6f9 xdsclient: resource type agnostic WatchResource() API (# 5777) > 3011eaf test/tools: update staticcheck version to latest (# 5806) > fefb3ec test/tools: update everything to latest versions except staticcheck (# 5805) > 50be6ae go.mod: update all dependencies (# 5803) > ff14680 Cap min and max ring size to 4K (# 5801) > 0238b6e transport: new stream with actual server name (# 5748) > 817c1e8 passthrough: return error if endpoint is empty and opt.Dialer is nil when building resolver (# 5732) > 56ac86f xdsclient: wait for underlying transport to close (# 5775) > 457c2f5 benchmark: use default buffer sizes (# 5762) > 689d061 Cleanup usages of resolver.Target's Scheme and Authority (# 5761) > 5331dbd outlierdetection: remove an unused variable in a test (# 5778) > 81db250 Change version to 1.52.0-dev (# 5784) > 72812fe gcp/observability: filter logging from cloud ops endpoints calls (# 5765) > 0ae33e6 xdsclient: remove unused test code (# 5772) > 824f449 go.mod: upgrade x/text to v0.4 to address CVE (# 5769) > 7f23df0 xdsclient: switch xdsclient watch deadlock test to e2e style (# 5697) > 32f969e o11y: Added started rpc metric in o11y plugin (# 5768) > b597a8e xdsclient: improve authority watchers test (# 5700) > e41e894 orca: create ORCA producer for LB policies to use to receive OOB load reports (# 5669) > 36d14db Fix binary logging bug which logs a server header on a trailers only response (# 5763) > fcb8bdf xds/google-c2p: validate url for no authorities (# 5756) > 040b795 xdsclient/e2e_test: use SendContext() where appropriate (# 5729) > 0d6481f target: replace parsedTarget.Scheme to parsedTarget.URL.Scheme (# 5750) > fdcc01b transport/test: implement staticcheck suggestion (# 5752) > aa44cca google-c2p: use new-style resource name for LDS subscription (# 5743) > c858a77 balancer/weightedtarget: fix ConnStateEvltr to ignore transition from TF to Connecting (# 5747) > 64df652 google-c2p: include federation env var in the logic which determines when to use directpath (# 5745) > 3c09650 balancer/weightedtarget: use ConnectivityStateEvaluator (# 5734) > 3fd80b0 Fix flaky test MultipleClientStatsHandler (# 5739) > 26071c2 google-c2p resolver: add authority entry to bootstrap config (# 5680) > 9127159 client: synchronously verify server preface in newClientTransport (# 5731) > f51d212 xdsclient: improve RDS watchers test (# 5692) > 7c16802 tests: refactor tests to use testutils helper functions (# 5728) > 28fae96 xdsclient: improve federation watchers test (# 5696) > f88cc65 xdsclient: improve EDS watchers test (# 5694) > 439221d xdsclient: add a convenience type to synchronize execution of callbacks (# 5702) > dbb8e2b xdsclient: improve CDS watchers test (# 5693) > 79ccdd8 clientconn: go idle if conn closed after preface received (# 5714) > 778860e testing: update Go to 1.19 (# 5717) > eb8aa31 weightedtarget: return a more meaningful error when no child policy is reporting READY (# 5391) > bb3d739 fakeserver: add v3 support to the xDS fakeserver implementation (# 5698) > 912765f xds: move bootstrap config generating utility package to testutils (# 5713) > f52b910 o11y: Fixed o11y bug (# 5720) > 00d1830 Fix o11y typo (# 5719) > e163a90 xds/xdsclient: add EDS resource endpoint address duplication check (# 5715) > 9eba574 xds: de-experimentalize google c2p resolver (# 5707) > 8b3b10b gcp/observability: implement public preview config syntax, logging schema, and exposed metrics (# 5704) > 8062981 vet: workaround buggy mac git grep behavior (# 5716) > e81d0a2 xdsclient: improve LDS watchers test (# 5691) > 7b817b4 client: set grpc-accept-encoding to full list of registered compressors (# 5541) > c672451 xds/xdsclient: add sum of EDS locality weights check (# 5703) > c03925d priority: release references to child policies which are removed (# 5682) > 5fc798b Add binary logger option for client and server (# 5675) > 12db695 grpc: restrict status codes from control plane (gRFC A54) (# 5653) > 202d355 Change version to 1.51.0-dev (# 5687) > 1451c62 internal/transport: optimize grpc-message encoding/decoding (# 5654) > be4b63b test: minor test cleanup (# 5679) > d83070e Changed Outlier Detection Env Var to default true (# 5673) > 54521b2 client: remove trailing null from unix abstract socket address (# 5678) > 36e4810 orca: cleanup old code, and get grpc package to use new code (# 5627) > e8866a8 build: harden GitHub Workflow permissions (# 5660) > 8458251 xdsclient: ignore routes with cluster_specifier_plugin when GRPC_EXPERIMENTAL_XDS_RLS_LB is off (# 5670) > a238ceb xDS: Outlier Detection Env Var not hardcoded to false (# 5664) > b1d7f56 transport: Fix deadlock in transport caused by GOAWAY race with new stream creation (# 5652) > 9c3e589 rls: delegate pick to child policy as long as it is not in TransientFailure (# 5656) > 7da8a05 xds: Enable Outlier Detection interop tests (# 5632) > 21f0259 test: loosen metadata error check to reduce dependence on exact library errors (# 5650) > 552de12 orca: fix package used to reference service to use pb suffix instead of grpc (# 5647) > 87d1a90 orca: fix package used to reference service to use grpc suffix instead of pb (# 5645) > 60eecd9 metadata: add ValueFromIncomingContext to more efficiently retrieve a single value (# 5596) > 2ebd594 Documentation/proxy: update due to Go 1.16 behavior change (# 5630) > 1530d3b gcp/observability: fix End() to cleanup global state correctly (# 5623) > f7d2036 xds: add Outlier Detection Balancer (# 5435) > 182e9df Grab comment from proto file, similar to protoc-gen-go (# 5540) > 60a3a7e cleanup: fixes for issues surfaced by vet (# 5617) > 99ae81b roundrobin: optimization of the roundrobin implementation. (# 5607) > aee9f0e orca: server side custom metrics implementation (# 5531) > ddcda5f alts: do not set WaitForReady on handshaker RPCs (# 5620) > d875a0e xdsclient: NACK cluster resource if config_source_specifier in lrs_server is not self (# 5613) > c351f37 chore: remove duplicate word in comments (# 5616) > f0f9f00 test/kokoro: enable pod log collection in the buildscripts (# 5608) > 1dd0256 ringhash: implement a no-op ExitIdle() method (# 5614) > fe59226 clusterresolver: deflake eds_impl tests (# 5562) > d5dee5f xds/ringhash: make reconnection logic work for a single subConn (# 5601) > b225dda transport: update http2 spec document link (# 5597) > 641dc87 transport: add peer information to http2Server and http2Client context (# 5589) > 02fbca0 xds/resolver: generate channel ID randomly (# 5591) > 97cb7b1 xds/clusterresolver: prevent deadlock of concurrent Close and UpdateState calls (# 5588) > c56f196 internal/fakegrpclb: don't listen on all adapters (# 5592) > 3f5b7ab internal/transport: fix typo (# 5566) > c11858e Publish arm64 binaries to GitHub releases (# 5561) > 802b32e Change version to 1.50.0-dev (# 5585) bumping knative.dev/eventing 034bec9...248a471: > 248a471 Eventing TLS: Configure CRDs to have addresses and CA certs (# 7105) > d2ce623 [main] Upgrade to latest dependencies (# 7109) > 6bfc2d4 [main] Format Go code (# 7108) > 855fbed Auto create events in channels (# 7089) > 0054bf3 Eventing TLS: Configure certificates to force rotate private keys (# 7104) > 6911db0 Tag line proposal (# 7045) > a13eebe [main] Upgrade to latest dependencies (# 7100) > a755429 Re-enable PingSource TLS E2E test (# 7082) > de75496 Function CopySecretWithName for creating secrets with specific name (# 7002) > 6833ee6 Convert tls secret names to constants (# 7086) > 90721ab [main] Update community files (# 7088) > 4541f4f [main] Update community files (# 7087) > ed05a35 Revert "Add loopclosure linter" (# 7083) > 838274e [main] Upgrade to latest dependencies (# 7078) > a4f0c10 [main] Update community files (# 7085) > afcf60b Move ingress & filter TLS secret names into constants (# 7081) > 1e96c78 feat!: Add tls support for ingress (# 6986) > 6a0495c Add loopclosure linter (# 7079) > 2fe1db6 Updated mtping TLS cert test to bind to free port (# 7036) > 516a915 Upgrade rekt to latest (# 7076) > 6a890e0 Fix flaky unit tests (# 7080) > eaf28a7 Add tracing for TestBrokerWithManyTriggers (# 7077) > f5b1b12 Send namespace header in MT components (# 7048) > 4b5fde8 [main] Update community files (# 7043) > 8f74094 Add handler to auto create Event Types (# 7034) > 901ef61 Remove check for empty Namespace on resolver (# 7040) > 95cdbaa We should not limit the EventType creation from the Sources Duck to just brokers (# 7032) > 7429761 Adjust the Namespace reference to the one from the parent (# 7035) > cb2a891 update the redeployment script (# 7038) > ab01938 [main] Upgrade to latest dependencies (# 7025) > c9dcaf3 Added basic gc loop to kncloudevents clients map (# 6997) > d6cf96d EventType works with channel (# 7023) > 365d0b0 Run TLS e2e tests only when Istio is not enabled (# 7029) > 825a237 Update IMC CRD addressstatus to include `.name` and `.CACerts` fields (# 7026) > 3190df7 Tracking/reconcile KResource references (# 7014) > 0f68861 Rename more to Resource, instead of broker (# 7022) > bccb7d4 Better reflecting the lifecycle of event type … (# 7019) > 49d4acd Skip ping source TLS rekt test, since extremely flaky (# 7016) > 8719e18 [main] Upgrade to latest dependencies (# 7012) > e5ae717 Use HTTP POST when terminating istio proxy (# 7015) > fea730f Only check if the reference does exist (# 7010) > 631f4ec Add TLS support for mt-broker-filter (# 6940) > 45f0a19 Allow wathola components to run with Istio (# 7011) > 65f4b1c [main] Format Go code (# 7008) > 3267b1a test SinkBinding with eventshub TLS receiver as sink (# 6979) > aad53f4 Updated eventingtls test certs to support IP addresses (# 7006) > 57d78e0 [main] Update community files (# 7004) > dfb2243 Support TLS in Trigger and Channel reconciler (# 6988) > df08b49 Eventing TLS: verify APIServerSource and PingSource sinkURI is https (# 6987) > d21c1aa [main] Upgrade to latest dependencies (# 6989) > 70113e8 Deprecate broker field and use KReference for the broker instead (# 6870) > 4e4647f test update to newest version (# 6990) > 870ac6b Update MessageDispatcher and FanoutMessageHandler to support sending events to TLS endpoints (# 6983) > 6dd5d58 Test PingSource with eventshub TLS receiver as sink (# 6965) > 55f4f28 [main] Upgrade to latest dependencies (# 6982) > 2a5a9a5 Add more items in the development getting started documentation (# 6978) > 59118a0 imc-dispatcher starts a TLS server, accepts host based routing on http receiver and path based routing on https receiver (# 6954) > ee49ada Rework kncloudevents library to support multiple clients (# 6975) > ee88094 Make ServerManager independent from kncloudevents package (# 6980) > 6a11c5f [main] Upgrade to latest dependencies (# 6969) > 8a9a532 Updated DEVELOPMENT.md to provide better instructions on setting up kubernetes (# 6977) > 390a0c8 Eventing TLS: Test ContainerSource with eventshub TLS receiver as sink (# 6957) > 5e245ac Fix flaky PingSource TLS unit test (# 6970) > f9f27c9 Use random names in Channel tests (# 6967) > d4609a5 Do not parse flags in InitializeEventingFlags (# 6966) > ef68a0a [main] Update community files (# 6968) > 4adc287 Add transport-encryption prerequisite for Addressable tests (# 6964) > deb0ef4 Add field for subscribers & replys CA certs to `SubscriberSpec` and `SubscriptionStatusPhysicalSubscription` (# 6959) > b81082c Eventing TLS: Test ApiServerSource with eventshub TLS receiver as sink (# 6956) > cdff269 Adding source duck type to v1b2 (# 6962) > b47b4ec [main] Upgrade to latest dependencies (# 6958) > 3315c20 Provide Channels CACerts in Brokers status annotation (# 6952) > 4b9fdef [main] Upgrade to latest dependencies (# 6955) > da31970 Improve cert-manager resources for Eventing TLS certs provisioning (# 6953) > fc5befb Provide subscribers CACerts in triggers status (# 6951) > 1efab19 Using v1b2 in the reconciler (# 6949) > c44671c Updating rekt test resources for EventType v1b2 (# 6946) > e31eb1f Adding testingv1b2 for eventtype (# 6944) > a9908ef Support TLS in PingSource (# 6929) > df559c0 Fix typo in flags.IsDisbledTransportEncryption name (# 6941) > 7073cc9 [main] Upgrade to latest dependencies (# 6939) > c6bc9bb Eventing TLS: Support K_CA_CERTS env variable injection for SinkBinding subjects (# 6931) > 24fbfe5 Eventing TLS: support exposing https address in Broker controller (# 6930) > d18cb42 Add information about retryable error in servermanager (# 6921) > f92a05b Added Support for K_CA_CERTS in the heartbeats (# 6920) > b8b43d0 Remove CA certs empty and non nil check, use URL scheme only (# 6928) > 3c8cc05 Return error directly if one receiver of servermanager fails (# 6919) > 92ab7f8 [main] Upgrade to latest dependencies (# 6927) > 5c6fe57 two more for reducing to debug, instead of info (# 6922) > 6cf9397 less verbose logs on scheduler component (# 6912) > 69918f2 Adds ServerManager. Supports http/https message receivers (# 6908) > d58e259 Install ko using setup-ko in kind e2e tests (# 6910) > 9cdea5d Eventing TLS: Added Support for setting K_CA_CERTS in the ApiServerSource controller for the adapter (# 6897) > add8436 Eventing TLS: support exposing https address in InMemoryChannel controller (# 6881) > 59cfb6d [main] Upgrade to latest dependencies (# 6906) > 03f2a3d Remove unused test helper (# 6907) > 7a90c46 Remove eventing-natss from downstream tests (# 6905) > ba2550b [main] Upgrade to latest dependencies (# 6904) > 999eead More EventType v1beta2 work (# 6903) > 66e8257 Remove sanitize HTTP body for `knativeerrordata` extension (# 6902) > cd50d27 [main] Format Go code (# 6898) > 0f0a82c [main] Update community files (# 6901) > 7f4deb5 EventType v1b2 API addition (# 6893) > 1f917d0 Refactor PingSource adapter client creation (# 6880) > e2f1c77 [main] Update community files (# 6896) > 6a5c7ee Eventing TLS: migrate all resolver.URIResolver usages over to AddressableFromDestinationV1 (# 6883) > 0a12a6c Adds path based routing to message_receiver pkg (# 6873) bumping k8s.io/apimachinery 4fbe8e4...b207ce5: > b207ce5 Merge pull request # 117691 from dims/re-do-of-117242-on-release-1.26 > 917de35 Bump runc go module v1.1.4 -> v1.1.6 > 53ecdf0 Merge pull request # 115787 from liggitt/net-0.7.0-1.26 > 05339fa Update golang.org/x/net to v0.7.0 > eabbfd5 Merge pull request # 115642 from nckturner/pin-golang.org/x/net-to-v0.4.0-in-1.26 > 48b8d1f Pin golang.org/x/net to v0.4.0 in 1.26 > 373a5f7 Merge pull request # 114521 from 3point2/automated-cherry-pick-of-# 113283-upstream-release-1.26 > b5e5df6 Fix SPDY proxy authentication with special chars > 553a2d6 Improve error message when proxy connection fails > 5d4cdd2 Merge remote-tracking branch 'origin/master' into release-1.26 > 6cbc4a3 Update golang.org/x/net 1e63c2f > 6561235 Merge pull request # 113699 from liggitt/manjusaka/fix-107415 > dad8cd8 Update workload selector validation > fe82462 Add extra value validation for matchExpression field in LabelSelector > 067949d update k8s.io/utils to fix util tracing panic > 0ceff90 Merge pull request # 112223 from astraw99/fix-ownerRef-validate > 9e85d3a Merge pull request # 112649 from howardjohn/set/optimize-everything-nothing > b0dd9ec Fix ownerRef controller validate err > b03a432 Merge pull request # 113367 from pohly/dep-ginkgo-gomega > 88a1448 Rename and comment on why sharing is safe > 4e6bcdb dependencies: update to gomega v1.23.0 and ginkgo v2.4.0 and dependencies > 3adc870 Optimize `Everything` and `Nothing` label selectors > 0524d6c Merge pull request # 112693 from aimuz/fix-GO-2022-0969 > 5a0277f Fixed (CVE-2022-27664) Bump golang.org/x/net to v0.1.1-0.20221027164007-c63010009c80 > 6809593 Merge pull request # 112377 from weilaaa/refactor_sets_use_generic > 70a38aa Merge pull request # 113106 from pohly/dep-ginkgo-gomega > f2d9aed refactor sets use generic > d097f82 dependencies: update to gomega v1.22.1 and ginkgo v2.3.1 > 7b5633b Merge pull request # 112988 from alexzielenski/update-kube-openapi > b839e82 Merge pull request # 113037 from pacoxu/fsnotify-v1.6.0 > b7d8973 update kube-openapi > 1dc6ace update fsnotify to v1.6.0 > 78d003c Merge pull request # 112989 from ameukam/bump-golang.org/x/text-to-v0.3.8 > 04898ff Bump golang.org/x/text to v0.3.8 > 79993b2 Merge pull request # 112875 from pohly/update-yaml > 7379c15 dependencies: update to sigs.k8s.io/yaml v1.3.0 > 66e26ac Merge pull request # 112707 from enj/enj/i/https_links > 882b67d Use https links for k8s KEPs, issues, PRs, etc > 7fb78ee Merge pull request # 112472 from ialidzhikov/nit/error-msg > 826a74e Merge pull request # 112673 from dims/update-to-latest-k8s.io/utils-sep-22 > 22fe889 Improve the error returned from the `LabelSelectorAsSelector` func > e2f9797 Update to latest k8s.io/utils to pick up changes > f8159af Merge pull request # 112545 from dims/update-etcd-3.5.5-and-all-otel-related-to-latest > 612703e Merge pull request # 112352 from pohly/e2e-ginkgo-progress > 9901884 updated etcd to v3.5.5 and newer otel libraries as well > 6439059 Merge pull request # 112526 from liggitt/redirect > 0564b5e e2e: bump ginkgo to v2.2.0 > 2e3bf73 Limit redirect proxy handling to redirected responses > 6d854d7 Merge pull request # 112349 from pohly/klog-update > e1e1b7c build: update to klog v2.80.1 > ed93eed Merge pull request # 111768 from weilaaa/feature_add_symmetric_difference_in_sets_string > 36163c5 Merge pull request # 112193 from jindijamie/master > b7b9ba4 add symmetric difference in sets > 31bc292 Merge pull request # 112199 from pohly/klog-update > 1c318b6 Add an option for aggregator > 0d0d03e Merge pull request # 111936 from haoruan/bugfix-111928-microtime-marshal-precision > 145c075 dependencies: update to klog v2.80.0 > 2d64dac Merge pull request # 112089 from zeze1004/fix-typo > 2187a78 Marshal MicroTime to json and proto at the same precision > 53c4d51 Merge pull request # 112129 from pohly/e2e-ginkgo-report-after-each > 30e9977 Fix typo "sturct" to "struct" > 5e4f25a dependencies: update to ginkgo v2.1.6 and gomega v1.20.1 > 349dcdf Merge pull request # 112052 from tosi3k/bump-client-golang > 16a7f7a Bump prometheus/client_golang to v1.13.0 > 2b9fe2c Merge pull request # 111808 from alvaroaleman/meta-wrapping > bb48261 Apimachinery meta errors: Support errors.Is and error wrapping bumping google.golang.org/genproto 68c0371...438c736: > 438c736 chore(all): update modules: genproto > 1aefcd6 chore(all): update modules: googleapis/api > 3fc162c chore(all): update modules: googleapis/rpc > 2805bf8 chore(all): isolate submodules > 1333d78 chore(all): make internal package importable > bd750ba chore(all): Rollback submodule isolation > 21e86f4 chore(all): update modules: googleapis/bytestream, googleapis/api/apikeys, googleapis/api/servicemanagement, googleapis/api/servicecontrol, googleapis/api/serviceusage > 5f8055d chore(all): update modules: googleapis/api > 2a005b7 chore(all): update modules: googleapis/rpc > c99c1f8 chore(all): update modules: genproto > cc40e16 chore(all): update modules: googleapis/api > 4ab324c chore(all): update modules: googleapis/rpc > 6704ef2 chore(all): isolate submodules > fd6dc21 chore(all): make internal package importable > 1884fd1 chore: update all (# 1010) > daa745c chore(all): update all (# 1001) > c38d8f0 chore(all): auto-regenerate .pb.go files (# 1000) > dcfb400 chore(all): auto-regenerate .pb.go files (# 999) > 3801387 chore(all): auto-regenerate .pb.go files (# 998) > c0448cd chore(all): auto-regenerate .pb.go files (# 997) > 6ac7f18 chore: remove protos for recent google-cloud-go clients (# 996) > dc694ad chore(all): auto-regenerate .pb.go files (# 995) > 478b75c chore(all): auto-regenerate .pb.go files (# 994) > db269f9 fix: remove broken aliases and tidy (# 993) > 21a4fbf chore(all): update all (# 988) > 5ad98d5 chore(all): update all (major) (# 990) > cde4c94 chore(all): auto-regenerate .pb.go files (# 992) > 7606e75 chore(all): auto-regenerate .pb.go files (# 991) > 1fe4d14 fix: remove beta no longer generated (# 989) > 7f2fa6f chore(all): update all (# 987) > daab25a chore(all): auto-regenerate .pb.go files (# 986) > e74f57a fix: run go build and fixup (# 984) > 9ab4bdc chore(all): update vet.sh to go runtime 1.20 (# 976) > 024586e fix: update sums (# 983) > 9b19f0b chore(all): update all (# 982) > 637eb22 chore(all): auto-regenerate .pb.go files (# 981) > 10f96fb chore(all): auto-regenerate .pb.go files (# 980) > ace64dc chore(deps): bump golang.org/x/net from 0.6.0 to 0.7.0 (# 978) > c8e22ba feat: alias some protos (# 977) > 0dfe4f8 chore(all): auto-regenerate .pb.go files (# 973) > 008b390 chore(all): auto-regenerate .pb.go files (# 971) > 1c01626 chore(all): auto-regenerate .pb.go files (# 970) > 596548e chore(all): auto-regenerate .pb.go files (# 968) > dcaf20b chore(all): auto-regenerate .pb.go files (# 967) > 31e0e69 chore(all): auto-regenerate .pb.go files (# 966) > 2c411cf chore(all): auto-regenerate .pb.go files (# 965) > 9d59e20 chore(all): auto-regenerate .pb.go files (# 964) > 28d6b97 chore(all): auto-regenerate .pb.go files (# 963) > dbe35b8 chore(all): auto-regenerate .pb.go files (# 962) > e10362b chore(all): auto-regenerate .pb.go files (# 961) > 76db087 chore(all): auto-regenerate .pb.go files (# 960) > 3c3c17c chore(all): auto-regenerate .pb.go files (# 959) > a12b697 chore(all): auto-regenerate .pb.go files (# 958) > caabf58 chore(all): auto-regenerate .pb.go files (# 957) > f9683d7 chore(all): auto-regenerate .pb.go files (# 954) > 23e4bf6 feat: add generated aliases for new clients (# 953) > b1a01be chore(all): auto-regenerate .pb.go files (# 952) > 8222ab4 feat: generate aliases for iam clients (# 951) > 67e5cbc feat: alias final batch of client library stubs (# 949) > e3fa12d chore(all): auto-regenerate .pb.go files (# 947) > 0e50fba chore(all): auto-regenerate .pb.go files (# 946) > a2ec334 chore(all): auto-regenerate .pb.go files (# 943) > 1645502 chore(all): auto-regenerate .pb.go files (# 942) > 8f9c968 chore(all): auto-regenerate .pb.go files (# 941) > 41c2ba7 chore(all): auto-regenerate .pb.go files (# 940) > e4508eb chore(all): auto-regenerate .pb.go files (# 939) > 142d8a6 chore(all): auto-regenerate .pb.go files (# 934) > 94d6d90 chore(all): auto-regenerate .pb.go files (# 933) > 2d38753 chore(all): update all (# 932) > 115e99e feat: bulk alias ga apis (# 931) > 527a21c chore(all): auto-regenerate .pb.go files (# 928) > 1bc688f chore(all): auto-regenerate .pb.go files (# 927) > 1573dae chore: no longer generate old secrets client (# 925) > 63c7b68 chore(all): auto-regenerate .pb.go files (# 923) > 92eef74 chore(all): update all (# 922) > 99cd37c chore(all): auto-regenerate .pb.go files (# 920) > 6e2ab49 chore(all): auto-regenerate .pb.go files (# 919) > 33fc6f8 chore(all): update all (# 917) > 15ba04f chore(all): auto-regenerate .pb.go files (# 916) > c98284e chore(all): auto-regenerate alias files (# 914) > c35d629 chore(all): auto-regenerate .pb.go files (# 915) > 1ce7b20 chore(all): auto-regenerate .pb.go files (# 913) > dcaddaf chore(all): auto-regenerate .pb.go files (# 912) > 6981cbe chore(all): auto-regenerate .pb.go files (# 911) > 551eb53 feat: generate aliases for containeranalysis (# 908) > dd2d53f feat: generate aliases for aiplatform v1beta1 (# 906) > 23cae91 feat: add generated aliases for bigquery/datapolicies (# 905) > e5d39c1 feat: add generated aliases for bigquery/analyticshub (# 904) > 2b89144 feat: generate aliases for most beta clients > a2a065f feat: add generated aliases for edgecontainer (# 902) bumping knative.dev/client-pkg 4f052f9...e9d838e: > e9d838e Update community files (# 109) > f8021da Update community files (# 108) > 2311a7e Update community files (# 107) > f377f06 Update community files (# 106) > b93ceb0 Update community files (# 105) > 83c91f4 Update community files (# 103) > e5c405e Update community files (# 102) > eee9b55 Update community files (# 100) Signed-off-by: Knative Automation <[email protected]>
- Loading branch information