Commit Graph

3 Commits

Author SHA1 Message Date
Knative Automation e60fa75d29
upgrade to latest dependencies (#939)
bumping golang.org/x/tools 64b63a6...578c121:
  > 578c121 go.mod: update golang.org/x dependencies
  > f114dcf gopls/internal/protocol: refine DocumentURI Clean method and its usages
  > 82ee0fd internal/mcp: change paginateList to a generic helper
  > 64bfecc gopls/internal/golang: fix extract bug with anon functions
  > 4546fbd internal/mcp: unify json tag parsing
  > 82473ce gopls/doc/release: tweak v0.19
  > f3c581f gopls/internal/protocol: add DocumentURI.Base accessor
  > d9bacab gopls/internal/server: improve "editing generated file" warning
  > 1afeefa internal/mcp: unexport FileResourceHandler
  > 33d5988 gopls/internal/server: Organize Imports of generated files
  > cb39a5f gopls/internal/golang: Format generated files
  > e43ca0c internal/mcp: validate tool input schemas
  > 61f37dc gopls: use new gomodcache index
  > fed8cc8 internal/refactor: keep comments with same import
  > c7873a3 gopls/internal/golang: eliminate dot import: skip keyed fields
  > 6e8a193 gopls/internal/debug: integrate flight recorder
  > 25caa76 gopls/internal/telemetry/cmd/stacks: delete
  > c3cb1f1 gopls/internal/mcp: add top level symbols from current package
  > effd83e gopls/internal/golang: add type inlayhint for variable decl
  > 58e5e62 gopls/internal/test/marker: organize mcp tool context test
  > ec7b2b3 gopls/internal/mcp: add exported type spec and value spec to context
  > f12067d gopls/internal/analysis/modernize: disable appendclipped
  > 59ce1d8 gopls/internal/analysis/modernize: appendclipped: preserve result type
  > 2246f6d internal/mcp: middleware on the sending side
  > 8fbc773 gopls/internal/analysis/modernize: add TODOs for nilness problem
  > 8675e27 gopls/internal/mcp: add context mcp tool
  > bcaee63 gopls/internal/protocol: make some optional integer fields indirect
  > 4e672d5 gopls/internal/protocol: PublishDiagnosticsParams.version omitempty
  > e88c5a4 internal/mcp: simplify session type params
  > 61b248f internal/mcp: add missing testenv.NeedsExec
  > a405109 internal/mcp: add a test for complete mapping of CallToolParams fields
  > d0c0a57 go/analysis/passes/unusedresult: remove maps.Copy
  > 73f1234 internal/mcp: community design
  > d794c0d internal/mcp: generic handling of CallToolParams
  > 3959656 internal/mcp: add iterator methods resources and prompts
  > f80f3ff gopls/internal/protocol: add Mapper.{Pos,Node]Text helpers
  > ef3a8dc go/analysis/passes/unusedresult: add test
  > 661b815 go/analysis/passes/unusedresult: add slices, maps functions
  > dd6ec04 gopls/internal/settings: add maprange analyzer
  > 218e5f2 gopls/internal: handle errors, or document that we ignore them
  > cb264bf internal/mcp: clean up diagnostics from Google import
  > c8e47eb internal/gofix: document batch fix commands
  > d3809ea internal/mcp: handle synthetic responses in conformance test
  > 147cb9c gopls/internal/analysis/modernize: minmax: put comments at proper positions
  > 59198a1 internal/mcp: add resource conformance test
  > bef2d59 internal/golang: re-fix crash in definition of invalid "continue label"
  > ad22223 gopls/internal/golang: fix crash in definition of invalid "continue label"
  > 2815c8b internal/tokeninternal: tag AddExistingFiles for go1.24
  > 389a102 gopls/internal/telemetry/cmd/stacks: collect from go.dev frontend
  > 81de76b gopls/internal/analysis/modernize: fix bug in minmax analyzer that incorrectly handles nested if-else-if structures
  > 7610d95 go/analysis/passes/printf: refine diagnostic locations
  > c6e0ebc internal/mcp: run conformance tests on 1.24 with a GOEXPERIMENT setting
  > 53be3d4 internal/mcp/jsonschema: apply schema defaults to an instance
  > d12ca1c internal/mcp/jsonschema: remove shared structure from schema inference
  > de7968d internal/gofix: add -gofix.allow_binding_decl flag
  > 93f6460 internal/mcp: add iterator method for tools
  > 359ea3a internal/mcp: add JSON conformance tests, and fix some bugs
  > 9233e12 gopls: update to staticcheck@master
  > 3eaf5e2 internal/mcp/jsonschema: validate defaults
  > 50c5c27 internal/mcp/jsonschema: check for structure separately
  > 4354923 internal/mcp: add pagination for prompts
  > 15e680e gopls/.../completion: unimported completion snippets
  > cc4b6fe internal/mcp/jsonschema: generalize error wrapping
  > 82fa2c0 internal/mcp/jsonschema: clearer validations errors
  > 845000b internal/mcp: meta and progress token
  > 66fd759 internal/mcp: add pagination for resources
  > f8a56cc internal/jsonrpc2_v2: update for go1.16+
  > 14c014c internal/tokeninternal: optimize AddExistingFiles
  > 6d1bf3b internal/test/integration/bench: add second kubernetes benchmark
  > 866eb14 go/analysis/passes/printf: fix the issue where %#q/%#x/%#X recursion is not recognized
  > baa4e14 internal/modindex: tiny test improvement
  > 1c017f1 internal/telemetry/cmd/stacks: support Delve
  > 2391123 internal/mcp: treat zero struct fields generously
  > 08af7d4 all: fix some function names and typos in comment
  > 60df06f internal/mcp: add pagination for tools
  > f5ea575 go/ssa/interp: use slices.Equal to simplify code
  > 6e44d1e internal/mcp: future-proof prompt handling
  > 4d4fb92 internal/mcp: implement logging
  > 66d4add internal/gocommand: re-disable flaky TestRmdirAfterGoList_Runner
  > ac05d44 jsonschema: package doc
  > 35a9265 jsonschema: add more schema fields
  > 95976d8 internal/mcp: construct README with weave
  > d5ec4a9 internal/mcp: add notifications
  > aebd3be gopls/internal/test/integration: simplify GoToDefinition
  > 423c5af gopls/internal/analysis/recursiveiter: set Diagnostic.End
  > dc34568 gopls/internal/test/integration/completion: relax expectations
  > 87749a7 all: fix typos
  > edbd9df jsonschema: dynamic references
  > 9460f2f gopls/internal/analysis/recursiveiter: report inefficient recursion
  > 150502a internal/mcp: keep an ordered list of feature keys
  > 10eb2f3 gopls/internal/mcp: add location info to mcp tool input arg
  > a2c2a72 internal/tokeninternal: avoid use of AddExistingFiles, for now
  > b62c6c1 internal/mcp: remove misplaced TODO comment
  > babda13 gopls: update to github.com/dominikh/go-tools@v0.6.1
  > 87f67c8 gopls/internal/debug: display Session.View.Folder.Options
  > 19c36ab internal/tokeninternal: use go1.25's FileSet.AddExistingFiles
  > 77de774 gopls/internal/golang: modify extract behavior for error handling returns
  > 6202e58 internal/mcp: generate method names
  > 86158bd internal/mcp: sampling
  > db456f9 internal/mcp: client middleware
  > 8edad1e internal/mcp: add the FileResourceHandler method
  > 7ae2e5c gopls/internal/golang: implement "inline local variable" code action
  > d71c72f gopls/internal/analysis/modernize: bloop: document deoptimization
  > b8ee9f1 gopls/internal/test/marker: add mcp tools action marker
  > c5e4271 internal/mcp: dispatcher middleware
  > 5a46e4d gopls/internal/analysis/modernize/slicesdelete: convert index type if needed
  > c460ea9 gopls/internal/analysis/modernize: disable slicesdelete pass
  > 2263a61 gopls/internal/test/marker: add a folding ranges test case
  > 5c7400c gopls/internal/cache/parsego: use PreorderStack
  > bc8c84c gopls/internal/golang: AddTest: fix types.Package.Path nil panic
  > b37bd0b internal/typesinternal: add go1.23 methods to NamedOrAlias
  > c6b2a9c internal/typesinternal: add TypeNameFor helper
  > ec0dab2 internal/mcp/design: sync with public design
  > b1e5d85 internal/gocommand: move and reenable TestRmdirAfterGoList
  > 78956f9 internal/mcp/design: yet more cleanup; define the Roots iterator
  > 6731e88 internal/diff/lcs: fix flaky test
  > 07c24ad internal/mcp: update README
  > 279ce35 internal/mcp/design: further clean-up
  > 0c0d330 internal/diff/lcs: log pseudorandom seeds so failures can be repro'd
  > 04dca59 internal/mcp: hide CancelledParams
  > 3c52d1f internal/mcp: reinstate ClientSession
  > 3e37703 internal/refactor/inline: report when a "binding decl" was inserted
  > d2ad3e0 internal/astutil/cursor: delete shims for old Cursor
  > 84fa02a x/tools: gofix -fix -test ./...
  > 43dd712 gopls/internal/protocol: make FoldingRange fields optional
  > baeb0da cmd/deadcode: respect unused symbols inside all loaded modules
  > fdae66b internal/mcp: design.md: polishing
  > 5eb0d1f internal/mcp: fix typos
  > ad2312c internal/mcp: design.md: link to spec change
  > cb65fbb internal/mcp: rename LocalTransport->InMemoryTransport, and document
  > 9a093bc internal/mcp: rename ServerConnection->ServerSession
  > c905b91 internal/mcp: design.md: clarify backward compatibility guarantee
  > 274b895 internal/mcp: resource tweaks
  > 283948d internal/mcp: document iterators
  > cd1dd28 internal/mcp: use RawMessage for tool args
  > cd3f34c internal/mcp: change CallTool signature
  > ccbd1d9 internal/mcp: change function signatures match design doc
  > e31df77 internal/mcp: pointerize all the things
  > 3ab3cc4 internal/mcp: document content constructors
  > a5938fa internal/mcp: remove omitzero
  > 34082a6 internal/mcp: simplify content
  > f1f12cf internal/mcp: merge the protocol package into mcp
  > 403f7ef internal/mcp/design: add pagination
  > 7d76ce6 internal/mcp/jsonschema: check that schemas form a tree
  > 0987b89 jsonschema: resolve remote references
  > 8ac1955 internal/mcp: implement resources
  > ade411c gopls/internal/lsprpc: start mcp server by passing -mcp-listen
  > 865cd20 x/tools: various cleanups related to planned parser changes
  > 8ab19ea internal/mcp: describe standard rpc signature
  > 4d1336a internal/mcp: add resource subscriptions
  > 6dfeba5 internal/mcp: adjust content types
  > 3818858 internal/mcp/protocol: make type name more convenient
  > bbef3e4 internal/mcp: implement roots
  > 2835a17 internal/mcp: design.md: adjust resource design
  > 7b959ff go/ast/inspector: improve doc comments
  > acf038e internal/mcp/protocol: featureSet[T]
  > 0d237c0 go/analysis/passes/framepointer: only stop on unconditional branches
  > 3ce9106 internal/mcp: fix roots design
  > 7b18363 go/ast/inspector: publish Cursor
  > a240192 internal/mcp/design.md: minor changes
  > ce6fe29 gopls/internal/completion: apply modernizers
  > 2cf2b2a internal/mcp/design: weave discussion of differences with mcp-go
  > b303c1f internal/mcp/design: remove the protocol package; update tools
  > d11c94a internal/design: minor cleanup; add 'errors' and 'ping' sections
  > 721ad8d internal/mcp/design.md: prompts and resources
  > b489159 internal/mcp: progress notifications
  > b61ab33 internal/mcp/design: add a section on cancellation
  > ef35d72 internal/mcp/design: add section on clients and servers
  > 8ee3f58 internal/mcp/design.md: completions
  > 4160b77 internal/mcp/design.md: client features
  > d60d930 internal/mcp: tool section of design
  > c89ad19 internal/mcp: JSON Schema design
  > 1ead56f internal/mcp/design: describe mcp-go delta
  > 2587caa internal/mcp/design: discuss generated protocol types
  > 3d89335 internal/mcp: a new extensibility point for HTTP transports
  > 6736a6d jsonschema: resolve refs
  > 51dcb32 gopls/internal/analysis/modernize: add checks to prevent invalid fixes from slicesContains
  > bad5619 internal/mcp/protocol: spell "Id" idiomatically
  > 89c7c2c internal/mcp/design: logging
  > dbc82b6 internal/mcp/jsonschema: make Schema.every fully recursive
  > 4a72625 internal/mcp/design: start a full design doc, with stubs
  > 3f0db34 internal/mcp: rename ClientConnection to ServerConnection
  > c836232 internal/mcp: rename Make* to New*
  > f71ad04 jsonschema: implement JSON Pointers for schemas
  > f8980b6 internal/mcp/jsonschema: support validating structs
  > 7231669 gopls/internal/analysis/modernize: don't offer a fix when initialization statement is not empty
  > deec52f internal/typesinternal: use TypeAndValue.IsBuiltin in ClassifyCall
  > 887e16c internal/mcp: NewClient takes Transport
  > ff4f533 internal/mcp: add README.md and CONTRIBUTING.md
  > 6b12a4e internal/mcp/protocol: move out of mcp/internal, as it's used in the API
  > 0ac692e gopls/internal/golang: Hover: show allocator size class
  > 8be0535 gopls/internal/golang: make "Show assembly" work in tests
  > 055c1af go/ssa: clear Function.subst after building bodyless function
  > 898dcae gopls/internal/golang/completion: new code for unimported completions
  > 9635d6c jsonschema: resolve anchors
  > 51a10bc jsonschema: resolve URIs for $id
bumping golang.org/x/oauth2 b9c813b...0042180:
  > 0042180 oauth2: Deep copy context client in NewClient
  > ce350bf oauth2: remove unneeded TokenSource implementation in transport test
  > 44967ab google: fix typos
  > 9c82a8c oauth2.go: use a more straightforward return value
  > 681b4d8 jws: split token into fixed number of parts
  > 3f78298 all: upgrade go directive to at least 1.23.0 [generated]
  > 109dabf endpoints: add links/provider for Discord
  > ac571fa oauth2: fix docs for Config.DeviceAuth
  > 314ee5b endpoints: add patreon endpoint
bumping golang.org/x/mod dc121ce...9d33331:
  > 9d33331 x/mod: add the ignore directive
  > ae88a97 all: change from sort functions to slices functions
bumping google.golang.org/grpc 6135a73...c52d025:
  > c52d025 Change version to 1.73.0 (# 8322)
  > ac60db1 Add flag guarding SPIFFE Bundle provider (# 8343) (# 8382)
  > 183c148 balancer/ringhash: Add experimental notice in package comment (# 8364) (# 8365)
  > b610465 delegatingresolver: avoid proxy for resolved addresses in NO_PROXY env (# 8329) (# 8354)
  > 96c4308 balancer/least_request : Fix panic while handling resolver errors (# 8333) (# 8338)
  > af5146b grpc: update contributing.md (# 8318)
  > 09166b6 cleanup: remove unused constants in generic xdsclient (# 8315)
  > e3f13e7 transport: Prevent sending negative timeouts (# 8312)
  > b89909b leakcheck: Fix flaky test TestCheck (# 8309)
  > 709023d grpcsync/event: Simplify synchronization (# 8308)
  > d36b02e transport: Propagate status code on receiving RST_STREAM during message read (# 8289)
  > ee7f0b6 resolver/delegatingresolver: wait for proxy resolver build before update in tests (# 8304)
  > 96e31db transport: Reject non-positive timeout values in server (# 8290)
  > d3d2702 cleanup: replace dial with newclient (# 8196)
  > d46d6d8 Update CONTRIBUTING.md (# 8300)
  > 950a7cf health: Add List method to gRPC Health service (# 8155)
  > 4680429 credentials/local: implement ValidateAuthority (# 8291)
  > b3d63b1 xds: add MetricsReporter for generic xds client (# 8274)
  > d00f4ac resolver/delegatingresolver: wait for proxy resolver to be built in test (# 8302)
  > 0e656b2 xds: modify generic clients grpctransport to accept optional custom grpc new client function (# 8301)
  > c84fab0 grpc: Update ClientStream.CloseSend docs (# 8292)
  > c7aec4d transport: skip Status.Proto() without details in writeStatus (# 8282)
  > 35aea9c weightedroundrobin: Remove nil embedded SubConn from endpointWeight (# 8297)
  > 41095ae [alts] add keepalive params to the alts handshaker client dial option (# 8293)
  > ee8a53a internal/delegatingresolver: avoid proxy if networktype of target address is not tcp (# 8215)
  > 7fb5738 xds_test: Wait for server to enter serving mode in RBAC test (# 8287)
  > d2f02e5 stats/opentelemetry: separate out interceptors for tracing and metrics (# 8063)
  > 00be1e1 [alts] Add plumbing for the bound access token field in the ALTS StartClient request. (# 8284)
  > 763d093 otel: Test streaming rpc sequence numbers (# 8272)
  > 75d25ee xds: generic lrs client for load reporting (# 8250)
  > 080f956 credentials, transport, grpc : add a call option to override the :authority header on a per-RPC basis (# 8068)
  > 6821606 grpc: regenerate protos (# 8277)
  > 399e2d0 credentials/alts: Optimize Reads (Roll forward # 8236) (# 8271)
  > 4cedec4 grpc_test: add tests for client streaming (# 8120)
  > 030938e xds: Remove redundant proto checks (# 8273)
  > 515f377 github: replace actions/upload-release-asset@v1 with gh cli (# 8264)
  > ec2d624 xds: generic xds client resource watching e2e (# 8183)
  > 82e25c7 xds: fix TestServer_Security_WithValidAndInvalidSecurityConfiguration data race (# 8269)
  > 2640dd7 atls: Clarify usage of dst in ALTSRecordCrypto interface docs (# 8266)
  > 58d1a72 [Security] Add verification logic using SPIFFE Bundle Maps in XDS (# 8229)
  > f7d488d credentials: expose NewContextWithRequestInfo publicly (# 8198)
  > 54e7e26 balancer/ringhash: move LB policy from xds/internal to exported path (# 8249)
  > 223149b github: add printing of new packages to dependency checker (# 8263)
  > aec1381 cleanup: status formatting bug and comment grammar fix (# 8260)
  > 7d68bf6 ringhash: fix flaky e2e tests (# 8257)
  > 718c4d8 xds: Make locality ID string representation consistent with A78 (# 8256)
  > eb4b687 examples/features/opentelemetry: demonstrate tracing using OpenTelemetry plugin (# 8056)
  > 8b2dbbb New A72 changes for OpenTelemetry # 8216 (# 8226)
  > cb1613c xds: make least request available by default (# 8253)
  > d36887b balancer/pickfirstleaf: Avoid reading Address.Metadata (# 8227)
  > 560ca64 xds: fix data file name in test (# 8254)
  > f0676ea Update lrs_stream.go fix use of wrong err (# 8224)
  > 6319a2c ringhash: normalize uppercase in requestHashHeader from service config (# 8243)
  > 68205d5 xdsclient: update watcher API as per gRFC A88 (# 7977)
  > 732f3f3 stats/opentelemetry: fix trace attributes message sequence numbers to start from 0 (# 8237)
  > 6bfa0ca Rollback # 8232 and # 8204 (# 8236)
  > 25c7509 ringhash: implement gRFC A76 (# 8159)
  > 09dd4ba testdata: Wrap lines to 80 columns in markdown file (# 8235)
  > be25d96 credentials/alts: Add comments to clarify buffer sizing (# 8232)
  > db81a2c benchmark: Specify passthrough resolver to avoid resolution failures (# 8231)
  > b368379 credentials/alts: Optimize reads (# 8204)
  > 4b5505d [Security] Add support for SPIFFE Bundle Maps in XDS bundles (# 8180)
  > ce35fd4 stats/opentelemetry: add trace event for name resolution delay (# 8074)
  > 52c643e deps: update dependencies for all modules (# 8221)
  > 51d6a43 Change version to 1.73.0-dev (# 8220)
bumping golang.org/x/sync 506c70f...8a14946:
  > 8a14946 errgroup: remove duplicated comment
  > 1869c69 all: replace deprecated ioutil
  > d1ac909 sync/errgroup: PanicError.Error print stack trace
bumping golang.org/x/net 7d6e62a...6e41cae:
  > 6e41cae go.mod: update golang.org/x dependencies
  > 15f7d40 http2: correctly wrap ErrFrameTooLarge in Framer.ReadFrame
  > ef33bc0 internal/http3: use bubbled context in synctest tests
  > 919c6bc http2: use an array instead of a map in typeFrameParser
  > bae01a7 trace: add missing td tag
bumping google.golang.org/genproto/googleapis/api 56aae31...b45e905:
  > b45e905 chore(all): update all (# 1204)
  > e70fdf4 chore(deps): bump golang.org/x/net to 0.37.0 (# 1202)
  > 33a14cd chore(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 (# 1201)
  > 5d019e2 chore(deps): bump golang.org/x/net in /googleapis/bytestream (# 1200)
  > 81fb87f chore(all): auto-regenerate .pb.go files (# 1199)
  > 29e43e6 chore(all): auto-regenerate .pb.go files (# 1195)
  > a0af3ef chore(all): update all (# 1196)
  > 55c9018 chore(all): auto-regenerate .pb.go files (# 1194)
  > 546df14 chore(all): update all (# 1193)
  > 9fdb1ca chore(all): update Go to 1.24 (# 1191)
bumping google.golang.org/genproto/googleapis/rpc 56aae31...b45e905:
  > b45e905 chore(all): update all (# 1204)
  > e70fdf4 chore(deps): bump golang.org/x/net to 0.37.0 (# 1202)
  > 33a14cd chore(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 (# 1201)
  > 5d019e2 chore(deps): bump golang.org/x/net in /googleapis/bytestream (# 1200)
  > 81fb87f chore(all): auto-regenerate .pb.go files (# 1199)
  > 29e43e6 chore(all): auto-regenerate .pb.go files (# 1195)
  > a0af3ef chore(all): update all (# 1196)
  > 55c9018 chore(all): auto-regenerate .pb.go files (# 1194)
  > 546df14 chore(all): update all (# 1193)
  > 9fdb1ca chore(all): update Go to 1.24 (# 1191)
bumping golang.org/x/text 700cc20...8072180:
  > 8072180 go.mod: update golang.org/x dependencies
  > 6cacac1 go.mod: update tagx:ignore'd golang.org/x dependencies
bumping knative.dev/pkg 3c3a920...1da18b7:
  > 1da18b7 Bump the golang-x group with 3 updates (# 3183)
  > 2c412af Bump google.golang.org/grpc from 1.72.2 to 1.73.0 (# 3182)

Signed-off-by: Knative Automation <automation@knative.team>
2025-06-10 13:36:45 +00:00
Knative Automation 709c3f780b
upgrade to latest dependencies (#783)
bumping golang.org/x/text fb697c0...f488e19:
  > f488e19 unicode/norm: fix function name on comment
bumping golang.org/x/sys 104d401...5154691:
  > 5154691 unix/linux: update to gcc 13.2.0, qemu 8.0.3 for loong64 and and Go 1.21.0 for all
  > e8190d9 windows: don't check non-existent return code in GetStartupInfo
  > ad02017 windows: use SyscallN in mkwinsyscall
  > 7023367 cpu: remove repetitive word
  > eabbd5c cpu: add support for amx detection
  > 552c4e8 unix: avoid setting O_NONBLOCK needlessly by checking flags beforehand
  > ee57887 unix: add SchedSetAttr and SchedGetAttr for Linux
  > 60ecf13 windows: add TimeBeginPeriod and TimeEndPeriod syscalls
bumping knative.dev/pkg 27252a3...8d736b6:
  > 8d736b6 Bump google.golang.org/api from 0.138.0 to 0.140.0 (# 2818)
  > 2ae83b9 Bump golang.org/x/tools from 0.12.0 to 0.13.0 (# 2815)
  > 8053378 Bump google.golang.org/grpc from 1.57.0 to 1.58.0 (# 2814)
  > f78fe9e Bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 (# 2812)
  > 09df2b6 Update community files (# 2817)
  > 6550b1f Bump actions/checkout from 3 to 4 (# 2811)
bumping golang.org/x/net c8c0290...2a0da8b:
  > 2a0da8b go.mod: update golang.org/x dependencies
  > 97384c1 quic: remove streams from the conn when done
  > 03d5e62 http2: remove unused ClientConn.tconnClosed
  > b82f062 quic: include ignored frames in test log output
  > 7374d34 quic: don't block when closing read-only streams
  > b4d09be dns/dnsmessage: compress all names while appending to a buffer
  > 8b010a5 quic: fix race condition in runAsync test helper
  > fe2abcb quic: validate stream limits in transport params
  > d1b0a97 quic: avoid sending 1-RTT frames in initial/handshake packets
  > 4332436 quic: send more transport parameters
  > 52fbe37 quic: add test helpers for acking packets
  > 4a2d37e http2: remove Docker-requiring tests
  > efb8d7a dns/dnsmessage: don't include bytes after name.Length in the compression map
  > d8d8478 quic: read-closing and reset streams, wait on close
  > 3d2be97 quic: fix testConn.uncheckedHandshake
  > 0f7767c dns/dnsmessage: validate cached section when skipping sections
  > f89417c dns/dnsmessage: reduce Parser size
  > 9cde5a0 net/http2: remove awaitGracefulShutdown
  > 95cb3bb dns/dnsmessage: show AD and CD bit in Header.GoString()
  > 126a5f3 quic: fix some bugs in the sendable stream list
  > f09e753 quic: send and receive stream data
  > 1e23797 publicsuffix: update table to version 20230804
bumping google.golang.org/api 85e7e70...77cbf8b:
  > 77cbf8b chore(main): release 0.140.0 (# 2145)
  > 488068e chore(all): update all (# 2134)
  > 009ec6d chore(deps): temporarily ignore grpc dep (# 2154)
  > 1183ccf feat(all): auto-regenerate discovery clients (# 2152)
  > 1038447 feat(all): auto-regenerate discovery clients (# 2150)
  > 161e093 feat(all): auto-regenerate discovery clients (# 2149)
  > b6072d6 feat(all): auto-regenerate discovery clients (# 2148)
  > c8d6a5a chore: add global flag to previous commit as this is not the git root (# 2147)
  > 2a99e82 chore: mark dir as safe for discogen (# 2146)
  > aded622 feat(all): auto-regenerate discovery clients (# 2144)
  > 85fd15c chore: remove added build flag for discogen (# 2143)
  > 9e585db chore(main): release 0.139.0 (# 2121)
  > 8e1c21a feat(all): auto-regenerate discovery clients (# 2142)
  > 733fb17 chore: skip api that wont generate (# 2139)
  > 44a2679 chore: fix discogen (# 2138)
  > 76be4a6 chore(all): update module github.com/google/s2a-go to v0.1.7 (# 2131)
  > 62d88ff docs: point more users forward (# 2126)
  > fd53dce feat(all): auto-regenerate discovery clients (# 2120)
bumping golang.org/x/tools 229f848...b5e55d1:
  > b5e55d1 go/analysis/analysistest: give better hint in SuggestedFix assertion
  > a807ccf go.mod: update golang.org/x dependencies
  > 21090a2 gopls/internal/lsp/cache: use persistent.Set in a couple places
  > 38b898b internal/persistent: add Set
  > 44f7796 gopls: add and enable the slog analyzer
  > 2c6ba93 gopls: tidy for 1.17+
  > 5a96569 gopls/internal/lsp/cmd: don't use x/exp/slices
  > 77c6ac6 gopls/internal/telemetry: don't schedule the next upload
  > 010e045 internal/persistent: use generics
  > a1a928d gopls: remove dead code
  > 7663a40 internal/cmd/deadcode: add -generated flag
  > ea5e7c6 gopls/internal/lsp/cache: delete unused mustEncode
  > cb85f8f gopls/internal/lsp/cmd: consolidate editing flags
  > 63c7da0 gopls: more 1.18 cleanup; use strings.Cut and os functions
  > 5fc00b4 gopls/internal: move Options and FileKind from View to Snapshot
  > 1bfa8e3 gopls: update uses of deprecated ioutil APIs
  > 914b218 gopls/internal/lsp/analysis/unusedparams: document the blank identifier
  > 8234134 gopls/internal/lsp/frob: add defensive header
  > e3671fc internal/telemetry: unconditionally trigger upload logic
  > 9658d2e internal/refactor/inline: NeedGoPackages in test
  > 5e8d21a gopls/internal/lsp/source: implement refactor.inline code action
  > edda81f internal/refactor/inline: an inliner for Go source
  > 2926c1f gopls/internal/telemetry: log timestamp when test fails
  > cd22603 go/analysis/unitchecker: NeedGoPackages in ExampleSeparateAnalysis
  > 2191a27 gopls/internal/lsp/frob: fix build breakage
  > 5fb106a internal/testenv: simplify 'go build' support check
  > c51e3f7 gopls/internal/lsp/frob: make API generic
  > 7e1bfe8 go/analysis/unitchecker: Example of separate analysis
  > 39bfef4 gopls: update x/telemetry dependency
  > c28af0a gopls/internal/lsp/debug: remove hard-coded version
  > 0a044c0 gopls/doc: update tests that fail on Kokoro to run at Go 1.21+
  > 7b7b9a1 gopls/internal/telemetry: write counter unconditionally and run upload
  > 8fd71c0 gopls/internal/lsp/mod: remove TestModfileRemainsUnchanged
  > 2e5fc54 gopls/internal/regtest/codelens: avoid a race in TestUpgradeCodelens
  > 6eca6df gopls/doc: include stderr output from 'go list' in pkgDir errors
  > c38e6b0 gopls/internal/lsp: add testing support for the new zero builtin
  > ff7f2b9 gopls/internal/lsp/source completion: don't suggest untyped conversions
  > 9425c2e gopls/internal/lsp/source: fix implementations query on error type
  > 5913c02 gopls/internal/lsp/source: add a test for local types stubbing
  > a46a10f gopls: stubbed methods shouldn't qualify the current package
  > 1517d1a gopls/internal/lsp/source: fix renaming instantiated fields
  > 9f2e103 all: gofmt format
  > b225aa0 internal/typeparams: run go generate
  > 0286c38 gopls/internal/lsp: switch default diff to "new"
  > a80931d gopls/telemetry: accept vscode-insiders as a known editor
  > 64e9248 gopls/internal/lsp/source/completion: add ifnotnil postfix snippet
  > 74c255b gopls/internal/lsp/cache: avoid dependency on StdSizes
  > fa12f34 go/packages: avoid unnecessary dependency on StdSizes
  > f4c8627 gopls: fix raciness related to TestOrphanedFiles
  > 6290d8a go/analysis/passes/copylock: ignore parens on rhs
  > 6b4d1de gopls/internal/lsp: avoid duplicate type checking following invalidation
  > 47c5305 gopls/internal/regtest/bench: skip oracle didSave test
  > 053d3c4 gopls/telemetry: test that telemetry counters are written
  > 5027187 gopls/internal/regtest/bench: enable oracle benchmarks with -short
  > 59fd05d go/types/objectpath: remove use of linkname for gopls back doors
  > 582ef29 gopls/internal/protocol: remove // line comments from tsprotocol.go
  > 9abb02c gopls/internal/regtest/bench: add an oracle completion benchmark
  > 33da5c0 gopls/internal/telemetry: record Go version used in each view
  > 732ad6f internal/imports: update stdlib index for Go 1.21.0
  > f42bca8 refactor/satisfy: (re)allow composite lits of pointer type
bumping google.golang.org/grpc 87bf02a...c2b0797:
  > c2b0797 Change version to 1.58.0 (# 6579)
  > 0467e47 balancer/leastrequest: Cache atomic load and also add concurrent rpc test (# 6607)
  > 5d1c0ae leastrequest: fix data race in leastrequest picker (# 6606)
  > e26457d stream: swallow Header errors as we used to; RecvMsg can still return it (# 6591)
  > 4c9777c clusterresolver: fix deadlock when dns resolver responds inline with update or error at build time (# 6563)
  > 81b9df2 idle: move idleness manager to separate package and ~13s of tests into it (# 6566)
  > 7d35b8e test: speed up TestServiceConfigTimeoutTD from 1.8s to 0.03s (# 6571)
  > d51b3f4 interop/grpc_testing: update protos from grpc-proto repo (# 6567)
  > fe1519e client: fix ClientStream.Header() behavior (# 6557)
  > 8a2c220 cdsbalancer: test cleanup part 2/N (# 6554)
  > 7f66074 vet.sh: fix interface{} check for macos (# 6561)
  > b07bf5d cdsbalancer: test cleanup part 1/N (# 6546)
  > 33f9fa2 test: speed up two tests (# 6558)
  > aca07ce xds/internal/xdsclient: Add least request support in xDS (# 6517)
  > e5d8eac test: improve and speed up channelz keepalive test (# 6556)
  > ebf0b4e idle: speed up test by 5x even while running 2x more iterations (# 6555)
  > 7d3996f grpctest: use an interface instead of reflection (# 6553)
  > cc705fe interop: regenerate pb.gos (# 6551)
  > 3e92504 status: optimize GRPCStatus() calls (# 6539)
  > 402ba09 pick_first: de-experiment pick first (# 6549)
  > 2821d7f resolver: remove outdated Target examples (# 6547)
  > 53d1f23 benchmark: update proper benchmark binary to use larger buffers (# 6537)
  > fbff2ab *: update `interface{}` to `any` and `go.mod` version to `go 1.19` (# 6544)
  > e40da66 clientconn: release lock when returning from enterIdleMode() (# 6538)
  > dbbc983 balancer/leastrequest: Add least request balancer (# 6510)
  > a010079 *: remove references to old versions of go (# 6545)
  > 03d32b9 orca: update example and interop to use StateListener (# 6529)
  > c2bc22c testing: update Go versions tested to 1.19-1.21 (# 6543)
  > 879faf6 test: update client state subscriber test to be not flaky and more stressful about rapid updates (# 6512)
  > f3e94ec xds: improve error message when matched route on client is not of type RouteActionRoute (# 6248)
  > bb41067 balancergroup: do not cache closed sub-balancers by default (# 6523)
  > 68704f8 gracefulswitch, stub: remove last UpdateSubConnState references (# 6533)
  > 4900699 balancer/rls, xds/wrrlocality: stop forwarding UpdateSubConnState calls (# 6532)
  > ebc3c51 internal/balancergroup: remove usage of UpdateSubConnState (# 6528)
  > 5da2731 balancer/weightedtarget: stop forwarding UpdateSubConnState calls (# 6525)
  > 182b0ad interop/grpc_testing: regenerate protos (# 6534)
  > e274152 rls: fix flaky test introduced by # 6514 (# 6535)
  > 61a1f77 balancer/weightedroundrobin: migrate to StateListener (# 6530)
  > 175c84c xds/ringhash: use StateListener instead of UpdateSubConnState (# 6522)
  > 3fa17cc test: speed up test that was taking 10 seconds to timeout (# 6531)
  > 694cb64 xds/clusterresolver: stop forwarding UpdateSubConnState calls (# 6526)
  > 8f51ca8 tests: stop using UpdateSubConnState (# 6527)
  > cea77bb xds/clustermanager: stop forwarding UpdateSubConnState calls (# 6519)
  > ce68413 xds/priority: stop forwarding UpdateSubConnState calls (# 6521)
  > dceb6ee xds/clusterimpl: stop forwarding UpdateSubConnState calls (# 6518)
  > 8def12a xds/outlierdetection: Stop handling UpdateSubConnState forwarding (# 6520)
  > 67a8e73 multiple/test: use stub balancer instead of defining wrapped balancers (# 6514)
  > 92b481a test: allow set request/response size in interop soak test (# 6513)
  > 07609e1 benchmark: restore old buffer size values for published benchmarks (# 6516)
  > 2059c6e grpc: report connectivity state changes on the ClientConn for Subscribers (# 6437)
  > 4832deb test: clean up deadlines set in tests (# 6506)
  > 9c46304 xds/cdsbalancer: stop handling subconn state updates (# 6509)
  > e9a4e94 base: update base balancer for new APIs (# 6503)
  > 6c0c69e all: replace RemoveSubConn with Shutdown as much as possible (# 6505)
  > 28ac6ef xdsclient: make watch timer a no-op if authority is closed (# 6502)
  > d06ab0d pickfirst: receive state updates via callback instead of UpdateSubConnState (# 6495)
  > 7aceafc balancer: add SubConn.Shutdown; deprecate Balancer.RemoveSubConn (# 6493)
  > 4fe8d3d balancer: fix tests not properly updating subconn states (# 6501)
  > 8ebe462 outlierdetection: fix unconditional calls of child UpdateSubConnState (# 6500)
  > 5d3d9d7 grpc: perform a blocking close of the balancer in ccb (# 6497)
  > ecc5645 clusterresolver: fix a flaky test (# 6499)
  > b9356e3 client: fix race between connection error and subconn shutdown (# 6494)
  > 2db7b17 test/xds: increase default test timeout (# 6498)
  > 8f496b2 test/kokoro: Add bootstrap generator test into Go Kokoro script (# 6463)
  > 0246373 testutils: remove TestSubConns for future extensibility (# 6492)
  > c635404 balancer: add StateListener to NewSubConnOptions for SubConn state updates (# 6481)
  > 94df716 resolver: State: add Endpoints and deprecate Addresses (# 6471)
  > 20c51a9 pickfirst: add tests for resolver error scenarios (# 6484)
  > b8d36ca pickfirst: add prefix logging (# 6482)
  > 5ce5686 pickfirst: guard config parsing on GRPC_EXPERIMENTAL_PICKFIRST_LB_CONFIG (# 6470)
  > 41d1232 resolver/weighted_round_robin: remove experimental suffix from name (# 6477)
  > 2aa2615 clusterresolver: comply with A37 for handling errors from discovery mechanisms (# 6461)
  > d7f45cd xds/server: create the xDS client when the xDS enabled gRPC server is created (# 6446)
  > f1fc2ca clientconn: add channel ID to some idleness logs (# 6459)
  > 9bb44fb transport: use a sync.Pool to share per-connection write buffer (# 6309)
  > d524b40 multiple: update dependencies after 1.57 branch cut (# 6452)
  > 7aab9c0 stats: Add RPC event for blocking for a picker update (# 6422)
  > 02946a3 resolver: remove deprecated AddressType (# 6451)
  > 919fe35 Change version to 1.58.0-dev (# 6450)
bumping knative.dev/hack 760813a...3af329f:
  > 3af329f Update community files (# 313)
bumping golang.org/x/oauth2 2e4a4e2...0708528:
  > 0708528 go.mod: update golang.org/x dependencies
  > a835fc4 oauth2: move global auth style cache to be per-Config
bumping golang.org/x/term 19e73c2...f413282:
  > f413282 go.mod: update golang.org/x dependencies
bumping google.golang.org/genproto/googleapis/rpc 1744710...2d3300f:
  > 2d3300f chore(all): update actions/checkout action to v4 (# 1052)
  > b8732ec chore(all): auto-regenerate .pb.go files (# 1051)
  > ccc8af3 chore(all): auto-regenerate .pb.go files (# 1050)
  > 6bfd019 chore(all): auto-regenerate .pb.go files (# 1047)
  > ca7cfce fix(analytics/admin/v1alpha): remove broken aliases (# 1045)

Signed-off-by: Knative Automation <automation@knative.team>
2023-09-12 16:24:10 +00:00
knative-automation 0c47112c29
upgrade to latest dependencies (#473)
bumping knative.dev/pkg e2947db...ea766de:
  > ea766de Bump assorted dependencies (# 2130)
bumping github.com/google/go-cmp 8fa37b4...d103655:
  > d103655 Print as text if mostly text (# 258)
  > 9181d1e Avoid diffing by lines if inefficient (# 260)
  > c5c3378 Cleanup edit groups after coalescing (# 259)
  > 1ee4af8 Fix typo in path.go (# 256)

Signed-off-by: Knative Automation <automation@knative.team>
2021-05-26 05:58:27 -07:00