mirror of https://github.com/knative/caching.git
2 Commits
Author | SHA1 | Message | Date |
---|---|---|---|
|
d1191d7426
|
upgrade to latest dependencies (#891)
bumping golang.org/x/term d598954...2f7b0dd: > 2f7b0dd go.mod: update golang.org/x dependencies > f867b76 x/term: set missing VIRTUAL_TERMINAL_INPUT flag on Windows bumping knative.dev/hack 9724320...fc6a845: > fc6a845 Update community files (# 398) bumping golang.org/x/net 4542a42...35b4aba: > 35b4aba go.mod: update golang.org/x dependencies > 9bf379f websocket: fix printf(var) mistake detected by latest printf checker bumping golang.org/x/text b2bec85...1e3e9fd: > 1e3e9fd all: rename Example test functions to prevent vet errors bumping google.golang.org/grpc 2da9769...00d3ec8: > 00d3ec8 Change version to 1.66.0 (# 7518) > 973e3dc xdsclient: Populate total_issued_requests count in LRS load reports (# 7544) (# 7565) > 8e3596c cherry-pick # 7557 to v1.66.x branch (# 7564) > 62baa5f cherry-pick # 7356 to v1.66.x branch (# 7546) > f857020 cherry-pick # 7523 to v1.66.x branch (# 7547) > 35e915e cherry-pick: transport: add timeout for writing GOAWAY on http2Client.Close() # 7371 (# 7540) > 63853fd rls: update picker synchronously on configuration update (# 7412) > 86135c3 csds: unskip e2e test (# 7502) > 5d07b63 transport: change `*http2Client` to interface `ClientTransport` (# 7512) > c98235b grpclog: refactor to move implementation to grpclog/internal (# 7465) > 7ec3fd2 balancer/rls: Fix RLS Cache metrics (# 7511) > 6d7f07c test/tools: update staticcheck version to latest (# 7509) > 9706bf8 balancer/rls: Add cache metrics (# 7495) > c8951ab *: fix minor typos (# 7487) > 3cb3342 .*: fix comments (# 7504) > eece43b latency: don't wrap when all the latencies are zero (# 7506) > 366decf transport/grpchttp2: add http2.Framer bridge (# 7453) > 5c4da09 grpc: fix a bug introduced in # 7461 (# 7505) > 1008562 benchmark: wire in new gzip compressor (# 7486) > ced812e xds: implement ADS stream flow control mechanism (# 7458) > 54b48f7 balancer/weightedroundrobin: Add recording point for endpoint weight not yet usable and add metrics tests (# 7466) > 7b9e012 balancer/rls: Add picker metrics (# 7484) > 3ee837c *.pb.go: regenerate protos (# 7493) > f9b96b8 internal/transport: Unlock mutex before panic (# 7488) > d00dd8f xds: env var protection for xds fallback (# 7483) > ffaa81e transport/bufWriter: fast-fail on error returned from flushKeepBuffer() (# 7394) > 1490d60 transport/grpchttp2: revert # 7477 usage of mem package (# 7485) > e6b6318 transport/grpchttp2: change types to include `mem` package (# 7477) > 6d0aaae grpc: make client report `Internal` status when server response contains unsupported encoding (# 7461) > 338595c balancergroup: remove mentions of locality from comments (# 7476) > c8716e5 mem: fix comment typo (# 7482) > e524655 tools: Add github.com/mgechev/revive (# 7472) > 4a26a49 balancer/leastrequest: Add verbosity check around build log (# 7467) > 887d908 mem: introduce `mem` package to facilitate memory reuse (# 7432) > 6fa393c transport/grpchttp2: add doc to methods and values (# 7445) > 1013847 cmd/protoc-gen-go-grpc: fix typo pancis -> panics (# 7456) > 1b1230b resolver_wrapper: add early return in addChannelzTraceEvent (# 7437) > 5520cff experimental/stats/metricregistry: Add comments on enum consts for Metrics Type (# 7457) > 0b33bfe transport: Discard the buffer when empty after http connect handshake (# 7424) > 566aad1 examples/retry: remove waitForReady from service config (# 7450) > ec9dff7 cmd/protoc-gen-go-grpc: update version to 1.5.1 (# 7452) > 245323c cmd/protoc-gen-go-grpc: remove replace and skip test that requires it for now (# 7451) > 3eb0145 balancer/weightedroundrobin: Add emissions of metrics through metrics registry (# 7439) > bc03420 cmd/protoc-gen-go-grpc: update version for release > 84a4ef1 internal/stats: Add metrics recorder list and usage in ClientConn (# 7428) > 47be8a6 Remove trailing spaces (# 7426) > 1feeaec stats: Add optional locality label in cluster_impl picker (# 7434) > 9671c4a cmd/protoc-gen-go-grpc: test the embedded struct at registration time for proper usage (# 7438) > 40f3998 client: Stabilize WaitForStateChange API (# 7425) > aae9e64 docs: fix and improve anti-patterns.md (# 7418) > ac5a7fe xds: Fix flaky test Test/ServerSideXDS_WithValidAndInvalidSecurityConfiguration (# 7411) > 0231b0d transport/grpcframer: create grpcframer package (# 7397) > 2bcbcab stats/opentelemetry: Add usage of metrics registry (# 7410) > 64adc81 scripts: regenerate pbs with caching deps to a fixed tmp folder (# 7409) > 4ed8180 ringhash: more e2e tests from c-core (# 7334) > 61aa949 vet: fix option order when invoking grep (# 7421) > b1979b6 vet: remove trailing whitespace (# 7420) > 700ca74 xds/balancer/priority: Unlock mutex before returning (# 7417) > d27ddb5 internal/grpcsync: support two ways to schedule a callback with the serializer (# 7408) > ecbb837 experimental/stats: Add metrics registry (# 7349) > c5c0e18 scripts: minor refactor to scripts (# 7403) > e7d8822 protoc-gen-go-grpc: add period to end of generated comment (# 7392) > ee62e56 xds: fix typos (# 7405) > 48b7581 security/advancedtls: remove Go1.19 build constraints (# 7404) > eff3e67 *.pb.go: regenerate (# 7402) > e54f441 xds: make fallback bootstrap configuration per-process (# 7401) > 9c5b31d xds: use locality from the connected address for load reporting (# 7378) > 45d44a7 grpc: hold ac.mu while calling resetTransport to prevent concurrent connection attempts (# 7390) > f64a6a3 test/channelz: change channelz_test to use write data (# 7396) > daab563 examples: Add OpenTelemetry example (# 7296) > bb49a88 cmd/protoc-gen-go-grpc: default use_generic_streams_experimental to true (# 7387) > 53a5c41 interop/lb: Increase Go PSM LB test timeout to 300min (# 7393) > bdd707e scripts: add linter rule for using context.WithTimeout on tests (# 7342) > 4e9b596 xds: add support for multiple xDS clients, for fallback (# 7347) > 5ac73ac documentation: Update proxy docs to point to `WithContextDialer` (# 7361) > d382d84 metadata: stabilize ValueFromIncomingContext (# 7368) > c9caa9e metadata: remove String method (# 7372) > f199062 xds: Add a test for incorrect load reporting when using pickfirst with servers in multiple localities (# 7357) > 6126383 metadata: make Stringer implementation consistent (# 7355) > 98e5dee cmd/protoc-gen-go-grpc: enable edition 2023 support (# 7351) > 5f5d4d2 doc: fix link to error_details example (# 7345) > 1811c6f github: update codecov with token and fail_ci_if_error (# 7348) > 3e78e9b MAINTAINERS.md: add new members and move ex-members to emeritus (# 7284) > 8c80220 grpclog: remove Debugf method to avoid unnecessary evaluation (# 7330) > c8568c9 grpc: Readd pick first name (# 7336) > cd7e282 go.mod: update go-control-plane dependency for xDS fallback (# 7340) > a0311cd golint fix: context.Context should be the first parameter of a function (# 7338) > b8ca292 examples/features/retry: Improve docstring (# 7331) > f1b7f41 xds/bootstrap: add testing support to generate config (# 7326) > c441d42 github: use latest release of qemu emulator (# 7337) > 970f390 test: fix typo in pickfirst_test.go (# 7332) > c04b085 internal/transport: minor cleanup of controlBuffer code (# 7319) > 07078c4 github: add cache-dependency-path to setup-go (# 7323) > 24a6b48 credentials/alts: fix defer in TestDial (# 7301) > e37c6e8 fix testclient type in ringhash_balancer_test checkRPCSendOK (# 7324) > 8075dd3 stats/opentelemetry: Fix protobuf import (# 7320) > 4dd7f55 ringhash: port e2e tests from c-core (# 7271) > de51a63 examples: Add CSM Observability example (# 7302) > 3267089 stats/opentelemetry: Add e2e testing for CSM Observability (# 7279) > c4753c3 scripts: improve regenerate.sh to use the correct proto compiler version (# 7064) > e2e7a51 xds/internal/xdsclient: Emit unknown for CSM Labels if not present in CDS (# 7309) > e40eb2e deps: update dependencies for all modules (# 7310) > dfcabe0 xds: cleanup bootstrap processing functionality (# 7299) > dbd24a9 [advancedTLS] Removed deprecated APIs in advancedTLS (# 7303) > 30c0cdd vet: remove --quiet from git grep when output is expected (# 7305) > 5a289d9 dns: fix constant 30s backoff for re-resolution (# 7262) > 9bdf335 Change version to 1.66.0-dev (# 7308) bumping golang.org/x/sys 914deed...a43b625: > a43b625 windows: add SIO_UDP_NETRESET constant > ed67b15 windows: add console codepage api > 9cb830b unix: add missing import to syscall_hurd.go > 71132f5 unix: add POLLRDHUP to FreeBSD > 3283fc3 cpu: add support for detecting RISC-V extensions > 29e55b2 unix: use os.Executable rather than os.Args[0] in tests > a8c5219 unix: rename XDPUmemReg field back to Size > 59665e5 unix: add Connectx for darwin > a0c72ef unix: add f_flag member flags on z/OS > c64c51d unix: update riscv64 hwprobe to Linux kernel 6.10 > da77c6b unix: sync minimum Linux Kernel version with requirements page bumping knative.dev/pkg a1469cf...3002873: > 3002873 Bump google.golang.org/grpc from 1.65.0 to 1.66.0 (# 3087) > fdbc0b5 Bump golang.org/x/net from 0.28.0 to 0.29.0 (# 3090) > 7c0ad27 Update community files (# 3089) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
750d0821ef
|
upgrade to latest dependencies (#816)
bumping github.com/prometheus/procfs 113c501...ff0ad85:
> ff0ad85 Update for Go 1.21 (# 575)
> ce949a5 Add `hw_counters` for infiniband device. (# 549)
> b2168a3 infiniband: do not fail if board_id is not present (# 556)
> 647e50e Add inode number to fdinfo (# 552)
> 9d715e8 Add NSpid to proc status (# 557)
> 8676d3d dongjiang, add nfs over RDMA proc parse (# 558)
> 607adcf Fix build tags for isRealProc function (# 560)
> a5ae62f proc_maps: Parse address and device without allocating (# 572)
> 5056707 Improve sysfs vulnerability parsing (# 568)
> 340d4b8 NFSd: handle new wdeleg_getattr attribute in /proc/net/rpc/nfsd (# 574)
> e8dd544 Fixup nfs naming (# 573)
> f22604f Update common Prometheus files
> b6ad5a7 fix code comment error (# 561) (# 562)
> c05b611 fix gofmt checking fail
> 301089d dongjiang, support v4 proc4ops 38 operations
> 8f5b8ca dongjiang, fix nfsd v4 ops index
> e3cbe53 Bump golang.org/x/sys from 0.10.0 to 0.11.0
> 75c02c7 Update common Prometheus files
> e7af452 Fix annotation errors
> c5d92ab Bump golang.org/x/sys from 0.9.0 to 0.10.0
bumping knative.dev/pkg 03265f7...dfa0a2c:
> dfa0a2c Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 (# 2924)
> 32bea20 Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 (# 2923)
> 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 github.com/prometheus/client_model 9a2bf30...1c92cad:
> 1c92cad Merge pull request # 72 from prometheus/repo_sync
> cbe84de Merge pull request # 71 from prometheus/superq/update_build
> 58db340 Update common Prometheus files
> baaa038 Merge pull request # 70 from prometheus/repo_sync
> 568c466 Update Go
> 7b38251 Merge pull request # 69 from prometheus/repo_sync
> 185bafb Update common Prometheus files
> cfbcccb Merge pull request # 67 from prometheus/beorn7/histogram
> 4dbcf4e Update common Prometheus files
> 95a0733 Merge pull request # 66 from ArthurSens/created-timestamp
> 2a367b9 histogram: Add a doc comment about when to add a no-op span
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/protobuf 68463f0...3068604:
> 3068604 all: release v1.32.0
> bfcd647 protojson: configurable recursion limit when unmarshalling
> 24fba63 gha-ci: instruct bazelisk to use previous bazel version
> 8ed73c7 all: run integration test on longtest builders in CI
> e8baad6 reflect/protodesc: support editions feature resolution
> 3bfc0b0 all: drop -mod=vendor in integration test invocations
> c9d2559 reflect/protoreflect: use go1.20 unsafe interface for strings and slices
> a1297bf all: set required version to 1.17
> 2b71f26 all: fix go generate (needs protolegacy build tag for weak fields)
> 704136e protoc: update to the newest protobuf version (25.1)
> 2087447 internal/strs: use go1.20 unsafe interface for strings
> 9b87403 all: remove pre-module support code from integration test
> a8317fb reflect/protodesc: don't generate invalid syntax values
> 9492118 internal/benchmarks: make download_benchdata print an error
> f4a6c1f types/descriptorpb: regenerate using latest protobuf v25.0-rc2 release candidate
> 86bdc47 internal/impl: preallocate memory when unmarshalling packed repeated fields
> 322d454 all: avoid non-const reflect.MethodByName calls
> 6352dec prototext: Fix parsing of unknown repeated message fields
> 8088bf8 encoding: Add EmitDefaultValues option
> 01c8445 all: test with Go 1.20 and 1.21
> 849f2c2 gha-ci: fix builds from cache: add ~/.cache/bazel (+ update actions)
> 70db1e1 encoding/protojson: ignore unknown enum name if DiscardUnknown=true
> f9212a8 all: modernize documentation
> 6d0a5db types/descriptorpb: regenerate using latest protobuf v24.0-rc2 release candidate
> 31694db types/dynamicpb: make atomicExtFiles the first word of the struct
> 4396dd4 encoding/protodelim: drop TestUnmarshalFromBufioAllocations
> 55f120e all: start v1.31.0-devel
bumping github.com/prometheus/client_golang fa1408e...53be91d:
> 53be91d Revert "change api http.client to interface"
> 1a2d072 Add 1.18 changelog
> 239b123 Merge pull request # 1387 from tsipo/main
> 3f8bd73 Merge pull request # 1370 from prometheus/dependabot/go_modules/tutorial/whatsup/google.golang.org/grpc-1.56.3
> 24d59e9 change client to interface, allow override by other implementations (e.g. github.com/hashicorp/go-retryablehttp)
> e96fb18 Merge pull request # 1401 from prometheus/dependabot/go_modules/golang.org/x/sys-0.15.0
> 5e55b31 Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /tutorial/whatsup
> 80d3f0b Normalize empty help values in CollectAndCompare (# 1378)
> 2a8fc90 Bump golang.org/x/sys from 0.13.0 to 0.15.0
> 3f80cd1 Add example of NewConstMetricWithCreatedTimestamp (# 1375)
> e160b50 Bump prometheus/common to 0.45.0 (# 1374)
> 3879457 This way the import is more readable (# 1383)
> 0356577 Merge pull request # 1376 from prometheus/repo_sync
> f030c3d Merge pull request # 1373 from prometheus/dependabot/go_modules/tutorial/whatsup/github.com/prometheus/common-0.45.0
> f66184f Update common Prometheus files
> 884bc8e Merge pull request # 1371 from prometheus/dependabot/go_modules/github.com/prometheus/client_model-0.5.0
> 4e4691d Bump github.com/prometheus/common in /tutorial/whatsup
> 13a208d Merge pull request # 1366 from prometheus/dependabot/go_modules/golang.org/x/net-0.17.0
> 16b91f8 Bump github.com/prometheus/client_model
> cd8cba2 histograms: Add timer to reset ASAP after bucket limiting has happened (# 1367)
> 5046a13 Bump golang.org/x/net from 0.15.0 to 0.17.0
> c3e797e Merge pull request # 1365 from prometheus/dependabot/go_modules/tutorial/whatsup/golang.org/x/net-0.17.0
> 60a8513 Add support for custom validations in promlint (# 1311)
> 5b75807 Bump golang.org/x/net from 0.10.0 to 0.17.0 in /tutorial/whatsup
> 486d514 Update dependency golang.org/x/net to v0.15.0 (# 1342)
> 64e51f5 proccess_collector: add wasip1 stub (# 1350)
> d81c33f Update MAINTAINERS.md (# 1362)
> 1803eb9 Update common Prometheus files (# 1361)
> 51714a5 Merge pull request # 1360 from colega/improve-performance-of-with-label-values
> dac14aa Merge pull request # 1356 from prometheus/dependabot/go_modules/github.com/prometheus/procfs-0.12.0
> 005d8de Improve performance of WithLabelValues(...)
> 556bf30 Merge pull request # 1357 from prometheus/dependabot/go_modules/golang.org/x/sys-0.12.0
> 87a016c Bump github.com/prometheus/procfs from 0.11.1 to 0.12.0
> 4c10365 Merge pull request # 1358 from prometheus/dependabot/go_modules/tutorial/whatsup/github.com/prometheus/client_golang-1.17.0
> 22540dc Configure CI to automerge dependabot PRs (# 1359)
> 7004b66 Bump golang.org/x/sys from 0.11.0 to 0.12.0
> 40c7d2f Merge pull request # 1355 from prometheus/dependabot/go_modules/examples/middleware/github.com/prometheus/client_golang-1.17.0
> 1844c50 Bump github.com/prometheus/client_golang in /tutorial/whatsup
> 3278043 Add changelog entry for 1.17 (# 1353)
> e43edfc Bump github.com/prometheus/client_golang in /examples/middleware
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)
>
|