This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade to latest dependencies (#1447)
bumping knative.dev/pkg 03265f7...d513e48: > d513e48 Bump google.golang.org/grpc from 1.59.0 to 1.60.1 (# 2922) > 1709d20 Bump golang.org/x/crypto from 0.16.0 to 0.17.0 (# 2921) bumping google.golang.org/appengine 5d1c1d0...aa58fcd: > aa58fcd Replace deprecated command with environment file (# 318) > ef2135a Memcache item timestamps (# 323) > a080531 ci: Update go-version matrix (# 319) > d41edd3 Extend the deadline of a test context to fix a timeout issue. (# 316) > f96845d Upgrade python version being used by the ci workflow. (# 315) > 93c9fa1 fix: regenerate all protos under new namespace (# 314) > f9c3e90 Update go-version matrix (# 309) > 4c82e82 Fix the ci-update-workflow GitHub Actions (# 308) > a858869 Add a ci-update-workflow GitHub Actions to update the go-version matrix (# 307) > 917b599 Revert "all: using the more elegant way to deal milliseconds and nanoseconds (# 292)" (# 306) > 9d6c353 all: using the more elegant way to deal milliseconds and nanoseconds (# 292) > f882c63 build(deps): bump golang.org/x/text from 0.3.6 to 0.3.8 (# 300) > b75a6de Run go get google.golang.org/appengine/v2/search (# 305) > 1d09fa9 build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 in /v2 (# 299) > 40eb4d1 Add v2/search (# 297) > 28bf581 just a small refactor of api_test (# 291) > 6e2c50e Install Python2 in base image for DevAppServer tests and change test matrix for 1.11 and 1.20.x (# 304) > 9af54ae all: fix some comments (# 296) > 59aced7 README.md: fix typo (# 288) > 4e4a7b2 v2/README.md: fix typos (# 276) > 06b058b Add Go 1.20 to tested Go versions (# 303) > a1ae214 remove golang.org/x/net dependency (# 295) > 504804f Add Go 1.18 and Go 1.19 to tested Go versions (# 293) > 1bdfe3f re-apply PR # 235 to v2 (# 290) > b08cb36 re-apply PR # 232 to v2 (# 289) > d981f2f Security Vulnerability Upgrading golang.org/x/text (# 287) > 37ff2b8 allow API calls without GAE context (# 284) > 1f27190 prevent github from cancelling all test jobs when one fails (# 285) > 65ad43f respect GAE_ENV=localdev (# 283) > 0c7f7a8 run gofmt with go1.19 release candidate (# 282) > ca3835e Fix golang/appengine CI (# 280) > da036ec refactor: pin setup-gcloud gh action to v0 (# 274) > e005424 Fix header name to associate log entry & trace (# 263) > 5a029e6 switch default logStream from stdout to stderr (# 272) > bbd66e8 Add Go 1.16 to tested Go versions (# 255) > ab4e2d3 Let users specify unique function keys using delay.MustRegister (# 268) > 6d50fa8 Update backgroundcontext comment (# 267) > cefb82f Run ci workflow on v2/. (# 260) > d0e56bd Migrate travis ci to Github actions. (# 253) > 2042caf Fix documented default deadline in urlfetch client (# 249) > 856ef3e Merge QA into the main branch (# 247) > 8f83b32 [internal] Expose internal.handleHTTP as a standard http middleware (# 235) > b48684e [atest] Specify path to dev_appserver datastore file via APPENGINE_DEV_APPSERVER_DATASTORE_PATH (# 232) > 07f9b08 [internal] Add LOG_TO_LOGSERVICE env var to disable logservice (# 229) bumping google.golang.org/grpc 7765221...dbbcf59: > dbbcf59 Update version.go to 1.60.1 (# 6865) > 6e384cf Cherry-pick # 6856 to v1.60.x release branch (# 6864) > 6430548 Change version to 1.60.1-dev (# 6793) > 297d8dd Cherry-pick # 6841 to v1.60.x release branch (# 6847) > 3580447 Change version to 1.60.0 (# 6792) > 71e67a9 Cherry-pick # 6834 to v1.60.x release branch (# 6839) > cb6581d Cherry-pick # 6804 and dependencies to v1.60.x release branch (# 6838) > dd39cdb credentials: if not set, restrict to TLS v1.2+ and CipherSuites per RFC7540 (# 6797) > 8645f95 resolver: remove ClientConn.NewServiceConfig (# 6784) > 8b17a4d vet: various cleanups (# 6780) > 591c481 internal/transport: Add LocalAddr to http2Client.getPeer() (# 6779) > eb46b7d github: set top-level read-only workflow permissions (# 6775) > be1d1c1 security/advancedtls: FileWatcher CRL provider initialization enhancement (# 6760) > 482de22 interop/stress: Remove wait-for-ready (# 6773) > f1a1fcd grpc: disable and document overrides of OS default TCP keepalive by Go (# 6672) > 338d8f1 github: modify codecov.yml (# 6720) > 3fe1123 resolver: manual resolver crashes if grpc.Dial isn't called before some methods (# 6754) > cf9ae52 stress: Move package under interop (# 6769) > b8d1c76 stress: make the client log the total number of calls made (# 6762) > a5a7ef2 xds/resolver: extend test to re-add listener (# 6768) > 6bed353 envconfig: re-add AdvertiseCompressors temporarily (# 6764) > 70f1a40 grpc: Wait until resources finish cleaning up in Stop() and GracefulStop() (# 6489) > b82468a crl provider: Static and FileWatcher provider implementations (# 6670) > d7ea67b metadata: Use strings.EqualFold for ValueFromIncomingContext (# 6743) > 8cb9846 grpc: Add a pointer of server to ctx passed into stats handler (# 6750) > 8190d88 envconfig: remove env vars for on-by-default features (# 6749) > c76d75f grpc: Move some stats handler calls to gRPC layer, and add local address to peer.Peer (# 6716) > 6e14274 Revert "alts: Reduce ALTS counter overflow length from 5 to 4. (# 6699)" (# 6746) > 7b8d0fd alts: Reduce ALTS counter overflow length from 5 to 4. (# 6699) > e88e849 internal: Exposes underlying channel in testutils.Channel{} (# 6742) > b046cca balancer/rls: Fix RLS failure mode by treating response with no targets as an error (# 6735) > e14d583 resolver: Add an endpoint map type (# 6679) > cb430be Delete deprecated CRL functionality (# 6721) > 6e9c88b xds/internal/resolver: final bit of test cleanup (# 6725) > 6fe6085 xds/internal/server: switch to generic xDS API for LDS/RDS (# 6726) > df8fc99 encoding: move codec tests out of top-level test package (# 6728) > ddb026e experimental: add package and move recv buffer pool APIs into it (# 6692) > 2cf5619 grpc: add a warning for unsupported codec (# 6658) > 3e9b85c xds/internal/server: stop using a fake xDS client in listenerWrapper tests (# 6700) > c76442c xds/resolver: move service watching tests to resolver_test package (# 6682) > 5a6773c xds/resolver: move cluster specifier plugin tests to test only package (# 6681) > dd4c0ad internal/testutils: add a new test type that implements resolver.ClientConn (# 6668) > 32e3ef1 credentials/tls: Use Go cipher suites to find TLS suite string name (# 6709) > cb3ae76 codes: update docstring to indicate expected usage (# 6701) > f2180b4 server: prohibit more than MaxConcurrentStreams handlers from running at once (# 6703) > 313861e Explicitly specify the `dns` schema for the ALTS hand-shaker. (# 6686) > 59f57b1 randomWRR: remove lock for accessing WRR.items (# 6666) > afaf31a deps: update dependencies for all modules (# 6698) > eb33677 xds/internal/server: stop using a fake xDS client in rds handler tests (# 6689) > 61ee14c Change version to 1.60.0-dev (# 6697) bumping knative.dev/eventing 31abcdb...8066ba3: > 8066ba3 [main] Format Go code (# 7517) bumping golang.org/x/crypto 325b735...9d2ee97: > 9d2ee97 ssh: implement strict KEX protocol changes > 4e5a261 ssh: close net.Conn on all NewServerConn errors > 152cdb1 x509roots/fallback: update bundle > fdfe1f8 ssh: defer channel window adjustment > b8ffc16 blake2b: drop Go 1.6, Go 1.8 compatibility > 7e6fbd8 ssh: wrap errors from client handshake > bda2f3f argon2: avoid clobbering BP Signed-off-by: Knative Automation <[email protected]>
- Loading branch information