-
Notifications
You must be signed in to change notification settings - Fork 53
[release-1.19] Upgrade to latest dependencies #956
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[release-1.19] Upgrade to latest dependencies #956
Conversation
bumping golang.org/x/sync 8a14946...7fad2c9:
> 7fad2c9 errgroup: revert propagation of panics
bumping k8s.io/apimachinery 173776a...173776a:
bumping knative.dev/pkg 53ed1d5...86f88f6:
> 86f88f6 bump some deps (# 3240)
> 361ae44 [release-1.19] Fix exporting of OTel metric names via prometheus push (# 3239)
bumping golang.org/x/mod 9d33331...ea04085:
> ea04085 go.mod: update golang.org/x dependencies
bumping golang.org/x/net 6e41cae...e74bc31:
> e74bc31 go.mod: update golang.org/x dependencies
> af6926e http2: remove references to defunct http2.golang.org test server
> 76358aa go.mod: update golang.org/x dependencies
bumping k8s.io/client-go e7397e5...9c62a4c:
> 9c62a4c Update dependencies to v0.33.4 tag
bumping golang.org/x/tools 578c121...50ec2f1:
> 50ec2f1 go.mod: update golang.org/x dependencies
> 197c6c1 gopls/internal/mcp: more tuning of tools and prompts
> 9563af6 gopls/internal/mcp: include module paths in workspace summaries
> 88a4eb3 gopls/internal/cmd: wait for startup log in TestMCPCommandHTTP
> 4738c7c gopls/internal/cmd: avoid the use of channels in the sessions API
> ae18417 gopls/internal/filewatcher: skip test for unsupported OS
> 8391b17 gopls/doc: document Zed editor
> 778fe21 gopls/internal/util/tokeninternal: move from internal/tokeninternal
> 0343b70 internal/jsonrpc2/stack: move from internal/stack
> 8c9f4cc gopls/internal/filewatcher: refactor filewatcher to pass in handler func
> 63f81c9 gopls/internal/cache/metadata: use pointers for Graph indexes
> b2cd89d gopls/internal/filewatcher: skip file removal event when removing dir
> 85a4574 gopls/internal/util/memoize: move from internal/memoize
> 978cb2f gopls/internal/util/fakenet: move from internal/fakenet
> db322bb gopls/internal/mcp: add -logfile and -rpc.trace to the headless server
> 7cbfe75 gopls/internal/mcp: tune tools for editing
> 4724ef9 gopls/doc: more doc tweaks
> fa09424 gopls/internal/server: omit CompletionItem.documentation when empty
> d400935 gopls/internal/settings: use gopls import source
> bc228aa gopls: update to x/sync@master
> 4f6016b gopls/internal/test/marker: temporarily revert marker test shutdown
> d1921d1 gopls/internal/cmd: fix flaky mcp http test
> 7b8dc5d gopls/doc: add default.tmpl for x/website
> 986a3c0 gopls/internal/mcp: add a symbol search tool
> c609f78 gopls/internal/mcp: add a tool for workspace diagnostics
> 17ce783 gopls/internal/golang: allow rename of embedded fields at declaration
> b2f9218 gopls/internal/filewatcher: introduce filewatcher using fsnotify
> 2d4b6bf gopls/internal/mcp: skip standard lib package summary in context tool
> 1a2d84c gopls/internal/mcp: use fenced code blocks for context
> e90a906 gopls/internal/mcp: add a variant of the references tool
> 46b77f4 gopls/doc: use YAML title blocks in .md files
> e01e525 gopls: fix SignatureHelp activeParameter not being passed
> 1a9eb83 gopls/doc: fix broken links
> 02a89fc gopls/internal/mcp: add several tools and organize them by file
> b2f3de7 gopls/internal/test/marker: close the JSON-RPC connection when tests exit
> 66a63a6 gopls/doc: rationalize
> e8a91ce gopls/internal/golang: Definition: fix crash wrt unsafe.Pointer
> 5700558 gopls/internal/debug: display metadata graph
> b5e741b gopls/internal/cmd: rename conn to cli
> 8b11e06 gopls/internal/cmd: cleanup: unify connection, cmdClient
> d1c2fd2 gopls/internal/golang: cleanups while investigating golang/go# 74434
> 7f29a7e gopls/internal/analysis/modernize: fix a typo in doc.go
> 53826a8 internal/test/integration/workspace: fix TestUseGoWork
> 3b3100c gopls/internal/golang: recover failed inlineAllCalls
> d75a88d internal/refactor/inline: falcon: only map keys can be variable
> 9b2e031 internal/mcp: disable schema validation
> 134edd9 internal/mcp/jsonschema: fix panic during schema validation
> d58c5eb gopls/internal/util/immutable: Map.Range -> Map.All, with iter.Seq2
> 99387c8 gopls/internal/mcp: add references mcp tool
> bf1b00e gopls/internal/golang: reproduce various edge cases of issue 69616
> ce10b6b gopls/internal/mcp: attach text edits to diagnostics if exist
> 762e4dd gopls/internal/golang: add web-based "split package" tool
> d788a6f gopls/internal/protocol: Mapper: reject start > end
> 406c179 gopls/internal/cmd: implement counters for mcp server
> 55b751a gopls/internal/golang: InlayHint: reveal ignored errors
> a0ae5fa gopls/internal/server: remove tempDir field
> 3b3fffa gopls/internal/cmd: fix directory cleanup issue in flaky test
> f28cf99 gopls/internal/golang: Hover: fix crash on alias to built-in Named
> a0eca0c gopls/internal/golang: fix crash in refactor.inline.variable
> 4c0fd1d gopls/internal/golang: implementation: fix nil panic
> 19adb40 internal/mcp: make parseEventID robust, and add a test
> b6ff505 internal/mcp: remove stale TODOs in mcp.go
> f2685fc internal/mcp: add a script to create the mcp SDK repo
> 231c38c internal/mcp: rename StdIO->Stdio
> fcfa492 internal/mcp: update CONTRIBUTING.md and README.md for the official SDK
> 15c16a5 internal/mcp: simplify prompt API
> 84508c7 internal/mcp: provide a customizable http.Client to client transports
> e5d7ba0 internal/mcp: use JSONRPC aliases consistently
> 7db3d3f internal/jsonrpc2_v2,mcp: remove unneeded dependencies
> 3590a17 internal/mcp: fix prompt example
> a71de77 gopls/internal/mcp: unbreak build
> b2bc8a1 gopls/internal/mcp: add diagnostics tool
> b021ce4 gopls/internal/settings: revert to old goimports index
> 0b325c8 internal/mcp: avoid JSON nulls on the wire
> a84f5c0 internal/mcp: update protocol versions
> 20e3ee5 gopls/internal/analysis/unusedfunc: support var, type, func
> 6df6b60 internal/mcp: rename Stream->Connection
> d892050 internal/mcp: rename NewXXX->NewServerXXX
> fecb411 internal/mcp: implement streamable HTTP transport
> 0304251 gopls/internal/cmd: fix mcp http test
> 97e28a6 gopls/internal/cmd: fix mcp stdio test
> 49368ab go/analysis/passes/assign: correctly handle parallel assignments
> 06818cb gopls/go.mod: update dependencies following the v0.19.0 release
> 01d126b gopls/doc/release: add contributor shout-out
> e40bd19 go/packages: use cfg.abs(dir) in determineRootDirsModules
> f17f523 go/packages: remove filepath.Abs call in getPkgPath
> f0ace13 go/packages: take into account cfg.Dir while querying relative files
> 5099dda go/{expect,packages/packagestest}: delete
> 9b68bc9 go/packages/packagestest: remove replace directive
> a798c0e gopls/internal/cmd: headless mcp server command
> 3f93fec go/ast/inspector: remove obsolete linkname directive
> 03b26e7 gopls/internal: eliminate two unused declarations
> d9ea527 go/types/internal/play: show Object pointers
> cc2d954 internal/typesinternal/typeindex: Uses: report instantiations
> 3012059 gopls/internal/golang: add counters for refactoring ops
> 16b680a internal/mcp: add NotifyProgress
> a5f2a18 go/{expect,packages/packagestest}: carve out submodules
> 439ea2f gopls/internal/test/integration: fix race
> 21c9b36 go/analysis/internal/checker: import internal 'expect' package
> 5af564a gopls/internal/cache: add missing error check
> 80d3570 gopls/doc: add two missing items to doc index
> 0d64d53 Revert "gopls/internal/util/moreslices: add Reversed iterator"
> 5efcbbf internal/mcp: apply JSON schema defaults
> b4768b8 gopls/internal/util/moreslices: add Reversed iterator
> 8befc65 internal/jsonrpc2_v2: refactor Reader/Writer and remove event dependency
> 5e00265 internal/mcp: consolidate list tests
> 2cae60e internal/mcp: iterators return pointers
> 687b754 internal/mcp: reorganize the tool API, keeping generics
> c7d803c gopls/internal/golang: add missing ,ok check
> 7c45fee gopls/internal/golang: add missing err check
> 78473fc gopls/internal/golang/completion: return error if file is not new
> 499bea9 gopls/internal/mcp: remove cache.Cache from the mcp server
> ede391f internal/mcp: resource template iterator
> 8a9bccd internal/mcp: implement resource templates
> c53c576 internal/mcp/internal/util: add Wrapf
> 0d2de46 gopls/internal/debug: extend timeout when running under CI builders
bumping k8s.io/code-generator 2fa273f...6bf3bd8:
> 6bf3bd8 Update dependencies to v0.33.4 tag
bumping golang.org/x/sys 3d9a6b8...5b936e1:
> 5b936e1 unix/linux: update to Linux kernel 6.16, Go to 1.24.5
> 3a82703 unix: remove redundant xnu version check for {p}readv/{p}writev
> 9920300 unix: add missing nft conntrack constants
> ad4e0fc unix: remove redundant word in comment
> 084ad87 unix: fix //sys decl after CL 548795
> 751c3c6 unix: add missing NFT_PAYLOAD_* consts on linux
> 0c740cc unix: update Go to 1.24.3
> d62d31c unix: update Linux constants and types to v6.14
bumping knative.dev/hack 70d4b00...f88b7db:
> f88b7db allow [skip-dot-release] in quoted text (# 430)
bumping k8s.io/api 04f698e...2daa873:
> 2daa873 Update dependencies to v0.33.4 tag
bumping sigs.k8s.io/yaml 0f318dc...048d724:
> 048d724 Merge pull request # 132 from thockin/master
> 23c836c Bolster tests, mostly in error-handling
> 2e3340b Add compact output tests
> 4a4f539 Add test case for tabs in multi-line strings
> 13509ad Change which methods get a newline and fix tests
> 59c2c43 Add compact mode so KYAML can be used in more places
> abc1add kyaml: Implement escaping closer to YAML spec
> 7749171 Add a yamlfmt cmd
> a932007 Add KYAML support
bumping golang.org/x/text 8072180...425d715:
> 425d715 go.mod: update golang.org/x dependencies
> b6d2645 go.mod: update golang.org/x dependencies
bumping google.golang.org/protobuf 3f79c52...0833cf3:
> 0833cf3 all: release v1.36.8
> 0af3f0f all: set Go language version to Go 1.23
> 5ccbdec types: regenerate using latest protobuf v32 release
> 708d96f all: start v1.36.7-devel
> 7e776d4 all: release v1.36.7
> 8e8926e encoding/protowire: micro-optimize SizeVarint (-20% on Intel)
> 32018e9 internal/impl: remove unnecessary atomic access for non-lazy lists
> 9c38aec impl: remove unnecessary nil check from presence.Present
> 41298d3 types/descriptorpb: regenerate using latest protobuf v31 release
> e5d4468 cmd/protoc-gen-go: centralize presence and lazy logic into filedesc
> b4a995b internal: move usePresenceForField to internal/filedesc
> 3a5f1f0 internal/impl: clean up usePresenceForField() (no-op)
> 58d6425 all: start v1.36.6-devel
bumping golang.org/x/term 2ec7864...a35244d:
> a35244d go.mod: update golang.org/x dependencies
> 4f53e0c term: allow multi-line bracketed paste to not create single line with verbatim LFs
> 27f29d8 term: remove duplicate flag and add comment on windows
> 30da5dd go.mod: update golang.org/x dependencies
Signed-off-by: Knative Automation <[email protected]>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: knative-automation The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
otel-fixes -dprotaso
/cc knative/serving-writers
/assign knative/serving-writers
Produced by: knative-extensions/knobots/actions/update-deps