Commit Graph

866 Commits

Author SHA1 Message Date
Knative Automation 117ed6e954
upgrade to latest dependencies (#961)
bumping github.com/spf13/pflag f9cbdd9...0491e57:
  > 0491e57 Merge pull request # 448 from thaJeztah/fix_go_version
  > 72abab1 Merge pull request # 447 from thaJeztah/fix_deprecation_comment
  > 7e4dfb1 Test on Go 1.12
  > 1043857 Merge pull request # 446 from spf13/fix-backwards-compat
  > 45a4873 fix deprecation comment for (FlagSet.)ParseErrorsWhitelist
  > 18a9d17 move Func, BoolFunc, tests as they require go1.21
  > b9c16fa Merge pull request # 444 from spf13/reset-args-even-if-empty
  > 7412009 fix: Restore ParseErrorsWhitelist name for now
  > c5b9e98 remove uses of errors.Is, which requires go1.13
  > 40abc49 Merge pull request # 443 from spf13/silence-errhelp
  > d25dd24 Reset args on re-parse even if empty
  > 094909d Merge pull request # 365 from vaguecoder/str2str-sorted
  > 1bf832c Use errors.Is instead of equality check
  > 7c651d1 Merge pull request # 407 from tmc/fix-errhelp
  > ccb49e5 Print Default Values of String-to-String in Sorted Order
  > b55ffb6 fix: Don't print ErrHelp in ParseAll
  > 1db553c Merge pull request # 330 from pohly/copy-to-go-flagset
  > fd649b2 Merge branch 'master' into fix-errhelp
  > bfb5618 Merge pull request # 438 from mologie/fix-time-default-text
  > 44aa4aa add CopyToGoFlagSet
  > d66f0ce flag: Emulate stdlib behavior and do not print ErrHelp
  > c78f730 Merge pull request # 261 from dubrie/master
  > 1b52f76 Omit zero time.Time default from usage line
  > c2fd743 Merge pull request # 364 from vaguecoder/duplicate-error
  > 0aa4171 Update flag_test.go
  > 391036c Ensure output is written also from ParseAll
  > b41e8b7 Switching from whitelist to Allowlist terminology
  > 5159cda Ensure output is written to correct stream
  > 1a9275f Remove Redundant "Unknown-Flag" Error
bumping golang.org/x/text 425d715...e69f31b:
  > e69f31b go.mod: update golang.org/x dependencies
  > 60c9786 all: upgrade go directive to at least 1.24.0 [generated]
bumping golang.org/x/term a35244d...1a11b45:
  > 1a11b45 go.mod: update golang.org/x dependencies
  > d862cd5 all: upgrade go directive to at least 1.24.0 [generated]
bumping golang.org/x/tools 44d18e1...d49da96:
  > d49da96 go/analysis/internal/checker: fix panic due to nil Pass
  > 9da4f7b gopls/internal/test/integration/completion: make test go1.26-robust
  > 4409ea7 gopls/internal/server: add telemetry for Zed, Helix clientInfo
  > 75023ae go/ast/inspector: update outdated documentation
  > 785cd66 gopls/internal/test/integration/completion: skip TestFuzzFunc pre-go1.25
  > ac2e4a5 go.mod: update golang.org/x dependencies
  > bc9374d go/callgraph/vta: remove unnecessary use of unsafe
  > 12d7e15 gopls/internal/analysis/modernize: add test of no gopls imports
  > 263a769 gopls/internal/mcp: use official go mcp sdk
  > e548c70 gopls/internal/analysis/modernize: fix bad edit in var ( ... ) decl
  > 08a6323 gopls/completion: unimported completions with explicit package names
  > 14e7f8a internal/analysisinternal: simplify DeleteStmt using Cursor
  > 67a07f8 internal/astutil: move declarations from gopls/internal/util/astutil
  > c752aaa internal/analysisinternal/generated: move from gopls/internal/analysis
  > 7f6b407 internal/moreiters: move from gopls/internal/util/moreiters
  > ba14f00 gopls/internal/analysis/modernize/rangeint: fix defer bug
  > 05dba8a cmd/goimports: add counter
  > 45bd1e6 gopls/internal/golang: OutgoingCalls: fix crash on error.Error
  > 5014c67 gopls/internal/analysis/recursiveiter: fix typo
  > 29a972e x/tools: assume go1.24 and simplify
  > b8cdd9c gopls/internal/analysis/modernize: stringsbuilder: fix s=x bug
  > bd1ee09 gopls/internal: modernize -stringbuilder -fix
  > 79bbf07 gopls/internal/analysis/modernize: string+=string => strings.Builder
  > 530d13a go/cfg: describe conditional blocks
  > a09a2fb go/analysis/unitchecker: support -fix
  > d7b8acd go/packages: add Postorder iterator over import graph
  > 7729b6f gopls: modernize
  > ac9fc58 gopls: update to go1.25
  > 71346fc godoc,cmd/godoc: delete
  > be52c40 gopls/internal/analysis/modernize: split up
  > ccfe399 cmd/godoc: remove replace directive
  > 923c35d godoc: remove replace directive
  > a5c0eb8 godoc: isolate module
  > c9a903f cmd/godoc: isolate module
  > 81b9c37 gopls/internal/golang: InlayHint: allow space before // ignore error
  > 1aca71e internal/refactor/inline: simple typo
  > b3d4678 go/analysis/passes/copylock: restrict issue61678 test to before Go 1.26
  > 974c859 internal/mcp/internal/oauthex: x/oauth2 extensions
  > ebd6130 gopls/internal/analysis/generated: amortize ast.IsGenerated
  > e8ff82c gopls: support jump to definition for field links in comments
  > 6ebfec2 gopls/internal/analysis: fix waitgroup modernizer formatting
  > 5a268f4 gopls/internal/folding_range: allow more folding ranges
  > e48606b gopls/internal/analysis/modernize: invalid code produced by fmtappendf modernizer
  > 52b7d1c gopls/internal/mcp: fix panic in symbolReferencesHandler on nil types.Object
  > 477e0ab gopls/internal/filewatcher: replace handleEvent with convertEvent
  > bae1876 gopls/doc: fix broken url
  > 5397e65 all: upgrade go directive to at least 1.24.0 [generated]
  > b6b473e internal/stdlib: update stdlib index for Go 1.25.0
  > e40660c gopls/internal/test/integration/completion: skip a_test.go
  > 8866876 gopls/internal/golang/completion: don't make unnecessary conversions for generic functions
  > 9c0760d gopls/internal/settings: add ui.newGoFileHeader option
  > c212c4a gopls/internal/analysis/modernize: fix doc typos
bumping knative.dev/pkg 8c9c1d3...db4c336:
  > db4c336 Bump the golang-x group with 2 updates (# 3262)
  > 5822f05 Bump github.com/spf13/pflag from 1.0.7 to 1.0.10 (# 3260)
bumping golang.org/x/mod f8a9fe2...1759e96:
  > 1759e96 go.mod: update golang.org/x dependencies
  > f060e16 all: upgrade go directive to at least 1.24.0 [generated]
bumping golang.org/x/net e74bc31...3b23d57:
  > 3b23d57 http2: fix race condition when disabling goroutine debugging for one test
  > 8741050 http2: simplify TestServer_Push_RejectAfterGoAway
  > 96e405c http2: modernize TestTransportRoundtripCloseOnWriteError
  > 6dc6880 http2: simplify ClientConn Close and Shutdown tests
  > 4e2915b http2: modernize TestTransportAllocationsAfterResponseBodyClose
  > 30b0e78 http2: modernize TestRoundTripDoesntConsumeRequestBodyEarly
  > b9acd77 http2: speed up TestTransportFlowControl
  > 5153f4d go.mod: update golang.org/x dependencies
  > 9338bdd http2: speed up TestTransportHandlerBodyClose
  > 6b20036 http2: add synchronous handler support to serverTester
  > b0013c6 http2: modernize TestTransportChecksRequestHeaderListSize
  > 162ad30 http2: simplify TestServerWindowUpdateOnBodyClose
  > 22a8c02 http2: remove test-only path in requestBody.Read
  > 1ff92d3 http2: don't panic when ServeConn is passed a nil options
  > a2a62f2 http2: use synctest.Wait rather than poking into server internals in test
  > 7da929c http2: avoid examining ResponseWriter internals in test
  > a99f4fe http2: remove unused stream-level flow control check
  > 2378062 http2: remove pre-go1.24 support
  > 7c51e1f http2: use testing/synctest
  > b800b20 context: add //go:fix inline annotation to Context et al
  > c1e936d all: upgrade go directive to at least 1.24.0 [generated]
bumping golang.org/x/sys 5b936e1...b06ce05:
  > b06ce05 windows: add FILE_ZERO_DATA_INFORMATION
  > 689cc11 unix: fix Listen on solaris
  > a4712b9 plan9: drop go version tags for unsupported versions
  > 0293703 unix: add IFAL_* consts and ifaddrlblmsg on linux
  > ab85cbb unix/linux: extend rtnetlink constants
  > 9bd3753 unix: switch (*CPUSet).Zero to clear builtin
  > 899c232 windows/mkwinsyscall: use syscall.SyscallN instead of syscall.Syscall{6,9,12,15}
  > 543f21a all: upgrade go directive to at least 1.24.0 [generated]

Signed-off-by: Knative Automation <automation@knative.team>
2025-09-16 01:45:59 +00:00
Knative Automation e918af7eb0
upgrade to latest dependencies (#959)
bumping google.golang.org/protobuf 7e776d4...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
bumping knative.dev/pkg e9c8712...8c9c1d3:
  > 8c9c1d3 [controller] fix depth metrics (# 3253)
  > 3ec4afe Bump github.com/prometheus/client_golang from 1.23.0 to 1.23.2 (# 3252)
  > 455d6e9 Bump golang.org/x/sync from 0.16.0 to 0.17.0 in the golang-x group (# 3249)
  > efb6a4f Add threadiness in log line (# 3247)
  > eafac73 Bump github.com/prometheus/common from 0.65.0 to 0.66.1 (# 3250)
  > 528bde3 upgrade to latest dependencies (# 3244)
bumping golang.org/x/sync 7fad2c9...04914c2:
  > 04914c2 all: upgrade go directive to at least 1.24.0 [generated]

Signed-off-by: Knative Automation <automation@knative.team>
2025-09-09 01:45:31 +00:00
Knative Automation 99773f99f3
upgrade to latest dependencies (#958)
bumping knative.dev/pkg c745f1f...e9c8712:
  > e9c8712 upgrade to latest dependencies (# 3238)
bumping knative.dev/hack d496a6e...1499de2:
  > 1499de2 Fix dot releases (# 433)

Signed-off-by: Knative Automation <automation@knative.team>
2025-09-03 01:44:43 +00:00
Knative Automation 11e4ce280c
upgrade to latest dependencies (#955)
bumping k8s.io/code-generator 2fa273f...6bf3bd8:
  > 6bf3bd8 Update dependencies to v0.33.4 tag
bumping k8s.io/client-go e7397e5...9c62a4c:
  > 9c62a4c Update dependencies to v0.33.4 tag
bumping k8s.io/apimachinery 173776a...173776a:
bumping knative.dev/pkg 6c39c7c...c745f1f:
  > c745f1f Fix prometheus exporter names (# 3236)
  > 1d14d41 Fix otel exported names (# 3226)
  > 2e0e61e Bump the k8s group with 5 updates (# 3234)
  > c422d70 Bump actions/checkout from 4 to 5 (# 3233)
  > c9ad97f allow dependabot to update k8s patch version (# 3232)
bumping k8s.io/api 04f698e...2daa873:
  > 2daa873 Update dependencies to v0.33.4 tag
bumping knative.dev/hack 70d4b00...d496a6e:
  > d496a6e allow [skip-dot-release] in quoted text (# 429)
  > 0dc673d Update community files (# 427)

Signed-off-by: Knative Automation <automation@knative.team>
2025-08-20 01:46:47 +00:00
Knative Automation ebb5f4cb69
upgrade to latest dependencies (#953)
bumping knative.dev/pkg e06d4c9...6c39c7c:
  > 6c39c7c drop opencensus packages (# 3227)

Signed-off-by: Knative Automation <automation@knative.team>
2025-08-14 14:06:44 +00:00
Knative Automation b295470502
upgrade to latest dependencies (#952)
bumping golang.org/x/net 76358aa...e74bc31:
  > e74bc31 go.mod: update golang.org/x dependencies
  > af6926e http2: remove references to defunct http2.golang.org test server
bumping google.golang.org/protobuf 3f79c52...7e776d4:
  > 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/mod ea04085...f8a9fe2:
  > f8a9fe2 go.mod: update golang.org/x dependencies
bumping golang.org/x/term 30da5dd...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
bumping golang.org/x/text b6d2645...425d715:
  > 425d715 go.mod: update golang.org/x dependencies
bumping golang.org/x/tools 50ec2f1...44d18e1:
  > 44d18e1 go.mod: update golang.org/x dependencies
  > 52b9c68 go/ast/inspector: remove obsolete unsafe import
  > b155480 gopls/doc/features: add "MCP" to index.
  > 992bf9c gopls/internal/golang/hover: show alias real type decl for types only
  > 861996a go/ssa: pass GOEXPERIMENT=aliastypeparams only on Go 1.23
  > 528efda gopls/internal/analysis/modernize/forvar: provide fix for second loop var
  > bdddfd5 gopls/internal/server: add counters for add and remove struct tags
  > 23dd839 gopls/internal/filewatcher: fix race condition on watcher shutdown
  > 3a8978c cmd/digraph: fix bug in allpaths
  > bae51bd gopls/internal/server: add windsurf and cursor as language client
  > 9420753 gopls/internal/golang: show document after test generation
  > b7dd6b4 gopls/internal/filewatcher: move dir with broken symlink to avoid flakiness
  > c06cf8d gopls/internal/golang: ignoredError inlay hint: skip io.WriteString
  > c05436a gopls/internal/cache: add removeIntermediateTestVariants parameter
  > f2692ba go/analysis/internal/analysisflags: print Diagnostic.Related too
  > f7d99c1 go/packages/internal/linecount: count lines in Go packages
  > c00c94d gopls/doc: yet more tweaks
  > ef0f4a4 gopls/internal/analysis/unusedfunc: skip std
  > a985a6c gopls/internal/template: use protocol.Mapper and simplify
  > b992291 gopls/internal/template: unexport Parse et al
  > 3e9ce40 gopls/internal/test/integration/template: add test for golang/go# 74635
  > 4388b61 gopls/internal/golang: CodeAction(gopls.doc.features): update URL
  > 36e3d96 gopls/internal/protocol: remove obsolete recoverHandlerPanic
  > c8d5607 gopls/doc/release/v0.21.0.md: restore (deleted in CL 691115)
  > 9c64f68 gopls/doc/release: fix (oddly) broken link
  > 163ff8b gopls: improve SignatureHelp triggering
  > f7f80ea gopls/doc: yet more doc tweaks
  > 88d35e4 gopls/internal/filewatcher: retry watch registration upon failure
  > 89ab5e4 gopls/go.mod: update dependencies following the v0.20.0 release
  > 7fe7cae gopls/doc/release/v0.20.0.md: final tweaks
  > 4982c3b gopls/internal/debug: KillTraceViewers: kill process group on UNIX
  > 4a9ef58 internal/gocommand: add TestRmdirAfterGoList WaitDelay variant
  > 365b9b0 gopls/internal/golang: fix extract on anonymous structs
  > 4faf573 gopls/internal/test/marker: fix reachable panic("unreachable")
  > 2bcc4d2 gopls/internal/test/integration/web: kill "go tool trace" processes
  > 097b217 gopls/internal/golang: allow rename in doc comments
  > f30e3d1 all: fix some minor issues in comments
  > 74b5d36 gopls/internal/filewatcher: add stress test for file watcher
  > 57c8fd3 gopls/doc/features: fix two stray backticks
  > 86dd056 internal/modindex: fix nil panic, and other bugs
  > c37080d gopls/internal/filewatcher: fix for windows deadlock
  > 4f13866 gopls/internal/cmd: disable mcp tests when fsnotify not supported
  > 8d1f71a gopls/internal/mcp: avoid pointless diagnostics in the edit workflow
  > 95aad07 gopls/internal/mcp: document MCP for v0.20.0; some CLI improvements
  > d90a343 gopls/internal/mcp: a couple more small improvements to instructions
bumping knative.dev/pkg 2a0abb7...e06d4c9:
  > e06d4c9 Bump the golang-x group with 2 updates (# 3231)
  > 6d876dd Bump google.golang.org/protobuf from 1.36.6 to 1.36.7 (# 3230)
  > 9402b8c Update community files (# 3228)
bumping golang.org/x/sys 751c3c6...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

Signed-off-by: Knative Automation <automation@knative.team>
2025-08-12 14:23:40 +00:00
Knative Automation a0fbf38943
Update community files (#951)
Signed-off-by: Knative Automation <automation@knative.team>
2025-08-07 14:38:51 +00:00
Knative Automation 15982a1b62
upgrade to latest dependencies (#950)
bumping golang.org/x/text 8072180...b6d2645:
  > b6d2645 go.mod: update golang.org/x dependencies
bumping golang.org/x/net 6e41cae...76358aa:
  > 76358aa go.mod: update golang.org/x dependencies
bumping knative.dev/pkg 4c6fea7...2a0abb7:
  > 2a0abb7 Bump github.com/prometheus/client_golang from 1.22.0 to 1.23.0 (# 3225)
  > 5bfaba0 Bump the golang-x group with 3 updates (# 3217)
  > 032a2ec Bump sigs.k8s.io/yaml from 1.5.0 to 1.6.0 (# 3221)
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 golang.org/x/term 2ec7864...30da5dd:
  > 30da5dd go.mod: update golang.org/x dependencies
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/sync 8a14946...7fad2c9:
  > 7fad2c9 errgroup: revert propagation of panics
bumping golang.org/x/mod 9d33331...ea04085:
  > ea04085 go.mod: update golang.org/x dependencies

Signed-off-by: Knative Automation <automation@knative.team>
2025-08-05 02:03:44 +00:00
Knative Automation cdcce5b2f5
upgrade to latest dependencies (#949)
bumping knative.dev/pkg 19d3cc2...4c6fea7:
  > 4c6fea7 Bump github.com/spf13/pflag from 1.0.6 to 1.0.7 (# 3219)
  > f6a99ac Bump google.golang.org/grpc from 1.73.0 to 1.74.2 (# 3222)
  > 0c4867c Bump go.opentelemetry.io/otel/exporters/prometheus from 0.59.0 to 0.59.1 in the otel group (# 3223)
bumping github.com/spf13/pflag 5ca8134...f9cbdd9:
  > f9cbdd9 Merge pull request # 348 from max-frank/add-time-flag-support
  > 1c62fb2 Merge pull request # 431 from LeGEC/430-fix-usage-message-for-func-flags
  > e3be2eb Reduce duplication by forwarding to sibling functions
  > 8a6c85f Merge pull request # 409 from ShawnJeffersonWang/master
  > 1a4b5b2 fix discrepancy in order of arguments for Func() and BoolFunc() # 433
  > 7cc25e3 Don't export `TimeValue` (yet)
  > bca0664 Merge pull request # 429 from LeGEC/426-add-func-and-bool-func
  > f9b6619 fix: add test for argument length check
  > 4730aa0 fix help message for Func and BoolFunc flags # 430
  > d15848d Remove unnecessary time test stderr dev null redirect
  > 196624c Merge pull request # 418 from hujun-open/master
  > 69bc3bd add support for Func() and BoolFunc() # 426
  > 7104d90 fix: correct argument length check in FlagSet.Parse
  > f4c97c2 minor: fix typos in comments
  > c5ce22e Use time.Time for expectations in time flag tests
  > 7322552 Merge pull request # 424 from valdar/issue/423
  > 011db0c - update text_test.go based on PR review comments
  > 1992c5a Add support for time.Time flags
  > 957ea4b Merge pull request # 428 from co63oc/fix1
  > 9c97fad fix # 423 : Add helper function and some documentation to parse shorthand go test flags.
  > 2a2b77a Merge remote-tracking branch 'upstream/master'
  > d661846 Merge pull request # 425 from eth-p/error-structs
  > 155e7f3 Fix typos
  > 19c9c40 Merge pull request # 422 from MidnightRocket/fix-default-is-zerovalue-for-generic-value-type
  > aae8e19 Merge remote-tracking branch 'upstream/master'
  > 6ca66b1 test: Add tests for error structs
  > c963093 Improve readability for error in TestPrintDefaults
  > 1118d46 add support equivalent to golang flag.TextVar(), also fixes the test failure as described in # 368
  > ca5cf96 feat: Add getters to error structs
  > edb1664 Add better test for defaultIsZeroValue for generic Value type
  > 8d77158 feat: Use error structs for most returned errors
  > 9edfc8d Fix defaultIsZeroValue check for generic Value type
  > e926890 test: Commonly-returned error messages
bumping golang.org/x/sys 3d9a6b8...751c3c6:
  > 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

Signed-off-by: Knative Automation <automation@knative.team>
2025-08-04 20:33:45 +00:00
Knative Automation fd36b19e8e
upgrade to latest dependencies (#948)
bumping knative.dev/pkg 3eb1089...19d3cc2:
  > 19d3cc2 upgrade to latest dependencies (# 3218)
  > a4cc1bd drop dependency on metrics package (# 3215)
  > d3550d4 Update community files (# 3214)
  > ab9aaa0 also add json keys to the top level config (# 3213)
  > 264afa3 add json struct tags to the observability configs (# 3212)
bumping knative.dev/hack f525e18...70d4b00:
  > 70d4b00 Update community files (# 425)

Signed-off-by: Knative Automation <automation@knative.team>
2025-07-16 15:05:01 +00:00
Dave Protasowski b85b189f20
add linter and fix any warnings (#941) 2025-07-16 14:49:01 +00:00
Knative Automation 99e6352a57
Update community files (#947)
Signed-off-by: Knative Automation <automation@knative.team>
2025-07-08 01:40:10 +00:00
Knative Automation d0e27d2322
upgrade to latest dependencies (#946)
bumping knative.dev/pkg 7681e80...3eb1089:
  > 3eb1089 [webhook] enrich webhook traces (# 3209)
  > 16de760 split off pprof server that accepts a configmap (# 3210)
  > ff153ad [controller/observability] adjust metrics reporting for the two lane queue (# 3206)
  > fdc3131 pass options to the TracerProvider constructor (# 3208)
  > d601f66 allow for stdout exporter for tracing - to allow for debugging (# 3207)
  > e959f44 [controller] OTel instrumentation (# 3201)
  > f478764 [webhook] OTel changes (# 3189)
  > 7a5377f Drop OpenCensus use in various test packages (# 3202)
  > 9f3f014 wire zap into the client-go logger (# 3205)
  > 9435aa6 [observability/resource] fix service name calculation (# 3204)
  > 68cdb02 shutdown must be called explicitly since pprof listen is part of the errgroup (# 3203)
  > 13b2dc9 [observability] Default missing endpoint scheme to HTTPS (# 3200)
  > 434d221 When shutting down the OTel providers have a ten second timeout. (# 3199)
  > 8481e7e parse the endpoint as a URL to allow paths (# 3197)

Signed-off-by: Knative Automation <automation@knative.team>
2025-07-07 16:49:07 +00:00
Knative Automation b850b55997
upgrade to latest dependencies (#945)
bumping knative.dev/pkg 5e2512c...7681e80:
  > 7681e80 handle no views in the context (# 3196)
  > 5abfb10 [injection/sharedmain] OTel Support (# 3190)

Signed-off-by: Knative Automation <automation@knative.team>
2025-06-27 02:22:07 +00:00
Knative Automation 520d5a5bb9
upgrade to latest dependencies (#944)
bumping google.golang.org/genproto/googleapis/rpc b45e905...513f239:
  > 513f239 chore(all): update all (# 1221)
  > 200df99 chore(all): update all (# 1220)
  > 55703ea chore(all): update all (# 1219)
  > 5a2f75b chore(all): auto-regenerate .pb.go files (# 1217)
  > fcd927c chore(all): update all (# 1218)
  > f936aa4 chore(all): auto-regenerate .pb.go files (# 1214)
  > 80320d0 chore(all): update all (# 1215)
  > c3e32d0 feat(googleapis/devtools/clouddebugger/v2): remove googleapis/devtools/clouddebugger (# 1216)
  > 10db94c chore(all): update all (# 1213)
  > 7b38467 chore(all): auto-regenerate .pb.go files (# 1212)
  > 2d3770c chore(all): auto-regenerate .pb.go files (# 1208)
  > 61c742a chore(all): update all (# 1211)
  > 207652e chore(all): update all (# 1209)
  > de1ac95 chore(all): auto-regenerate .pb.go files (# 1207)
  > ac9807e chore(all): update all to ee84b53 (# 1206)
  > ee84b53 chore(all): update all (# 1205)
bumping golang.org/x/oauth2 0042180...cf14319:
  > cf14319 oauth2: fix expiration time window check
  > 32d34ef internal: include clientID in auth style cache key
  > 2d34e30 oauth2: replace a magic number with AuthStyleUnknown
  > 696f7b3 all: modernize with doc links and any
  > 471209b oauth2: drop dependency on go-cmp
  > 6968da2 oauth2: sync Token.ExpiresIn from internal Token
  > d2c4e0a oauth2: context instead of golang.org/x/net/context in doc
  > 883dc3c endpoints: add various endpoints from stale CLs
  > 1c06e87 all: make use of oauth.Token.ExpiresIn
  > 65c15a3 oauth2: remove extra period
  > ce56909 jws: improve fix for CVE-2025-22868
bumping knative.dev/pkg 4ec554b...5e2512c:
  > 5e2512c New observability package (# 3188)
bumping github.com/prometheus/procfs 51919fd...cff69b9:
  > cff69b9 infiniband: do not make assumptions about counters based on HCA name (# 678)
  > ee82f2f build(deps): bump golang.org/x/sync from 0.12.0 to 0.13.0 (# 716)
  > 4482eb5 Update class_infiniband.go (# 687)
  > 49d0fe6 build(deps): bump golang.org/x/sys from 0.31.0 to 0.32.0 (# 717)
  > 70166be class_infiniband: continue on syscall EINVAL (# 705)
  > f61a330 Use SysReadFile for thermals and skip failed zones (# 712)
  > 67f32ef chore: Upgrade golangci-lint to v2 (# 715)
  > 6c7a481 Update common Prometheus files (# 713)
  > ba1e271 Update Go (# 708)
  > 0289c96 Update common Prometheus files (# 710)
  > 1e882c2 Update common Prometheus files (# 709)
  > 171952f Update common Prometheus files (# 671)
  > 775997f build(deps): bump golang.org/x/sys from 0.29.0 to 0.30.0 (# 703)
  > 672fb0e build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (# 702)
  > ca691f1 build(deps): bump golang.org/x/sync from 0.10.0 to 0.11.0 (# 701)
  > 5d8dd55 Add support for per-interface SNMP6 stats
  > 64d7b47 chore: nolint misspell on vulnerability names
  > 3cc6dc9 fix: correct linters-settings typo in .golangci.yml
  > 88acb09 Bump golang.org/x/sys from 0.28.0 to 0.29.0
  > 6185448 refactor: Rename symbol names according to golang conventions
  > 21839df enhancement: Implement classes to read drm subsystem
  > a05af62 Bump golang.org/x/sync from 0.9.0 to 0.10.0 (# 690)
  > 24ab3d8 feat: Read PCIE AER counters class/net (# 686)
  > 82ce1c1 Bump golang.org/x/sys from 0.26.0 to 0.28.0 (# 688)
  > c0a6b97 Bump golang.org/x/sync from 0.8.0 to 0.9.0
  > 969849f feat(blockdevice): added sysblockdevicesize method and test (# 658)
  > 9c0d20a Bump golang.org/x/sys from 0.25.0 to 0.26.0
  > 93a635a NetIPSocketSummary: Fix typo in godoc: UPD→UDP
  > 54b2b56 Update supported Go versions
  > fc5df4e Forbid print statements (# 668)
  > 3b2db06 Update common Prometheus files (# 666)
  > a49c6d2 Update common Prometheus files (# 662)
  > 31d6315 Update common Prometheus files (# 657)
  > 65f78fc Add Disk IO stats and ext4 FS stats (# 651)
  > 1808690 Bump golang.org/x/sync from 0.7.0 to 0.8.0 (# 660)
  > b4e04cd Bump golang.org/x/sys from 0.22.0 to 0.24.0 (# 661)
  > 09209a4 Update common Prometheus files (# 652)
  > 6acd75f Bump golang.org/x/sys from 0.21.0 to 0.22.0 (# 656)
  > 0e0b4b1 Bump golang.org/x/sys from 0.20.0 to 0.21.0
  > e416d6d Fix parsing NSpids field in /proc/{PID}/status
  > bd11127 Update common Prometheus files
  > f360499 Add support for SELinux AVC statistics (# 599)
  > 661a63e chore: deprecate `NewTCPx` methods (# 640)
  > ec61d8a enable gofmt and goimports  linter (# 646)
  > 1754b78 enhancement: Expose CPU online status (# 644)
bumping github.com/prometheus/client_model 571429e...eb136e5:
  > eb136e5 Merge pull request # 119 from prometheus/superq/google.golang.org/protobuf
  > ef699ce Merge pull request # 116 from prometheus/repo_sync
  > bf7f2ca Update golanci-lint to v2.
  > 5b93968 Merge pull request # 115 from prometheus/repo_sync
  > bf8b12e Update common Prometheus files
  > 7e9b56c Bump google.golang.org/protobuf from 1.36.5 to 1.36.6
  > afe0b21 Merge pull request # 114 from prometheus/repo_sync
  > ae83ddc Update common Prometheus files
  > 73608e2 Merge pull request # 113 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.36.5
  > 75e1daf Update common Prometheus files
  > d78a75f Merge pull request # 112 from prometheus/repo_sync
  > b83e07b Bump google.golang.org/protobuf from 1.36.4 to 1.36.5
  > e3e50de Merge pull request # 111 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.36.4
  > ece60c3 Update common Prometheus files
  > 82f8226 Merge pull request # 110 from prometheus/repo_sync
  > f50dded Bump google.golang.org/protobuf from 1.36.1 to 1.36.4
  > 19a60c3 Merge pull request # 109 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.36.1
  > 306afc6 Update common Prometheus files
  > 11e7f0d Merge pull request # 108 from prometheus/repo_sync
  > e9dfd51 Bump google.golang.org/protobuf from 1.35.2 to 1.36.1
  > a4596aa Merge pull request # 107 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.35.2
  > 8353f1c Update common Prometheus files
  > 773bf3b Merge pull request # 106 from prometheus/repo_sync
  > 896cbc9 Bump google.golang.org/protobuf from 1.35.1 to 1.35.2
  > 6326205 Merge pull request # 105 from prometheus/repo_sync
  > 8eba33e Update common Prometheus files
  > acc09ea Merge pull request # 104 from prometheus/beorn7/update
  > 149654f Update common Prometheus files
  > 1577ebe Merge pull request # 103 from prometheus/repo_sync
  > 008ed61 Update google.golang.org/protobuf to v1.35.1
  > a28965b Merge pull request # 101 from prometheus/repo_sync
  > 28a3a9c Update common Prometheus files
  > b3f4840 Merge pull request # 100 from prometheus/repo_sync
  > dc77689 Update common Prometheus files
  > 882bae9 Merge pull request # 99 from prometheus/repo_sync
  > 3a06303 Update common Prometheus files
  > d9c1575 Merge pull request # 98 from prometheus/repo_sync
  > 484a07e Update common Prometheus files
  > 3c37cbd Merge pull request # 97 from prometheus/repo_sync
  > af60cd0 Update common Prometheus files
  > 0ca72e2 Merge pull request # 96 from prometheus/repo_sync
  > e27ef4f Update common Prometheus files
  > 7befc49 Merge pull request # 95 from prometheus/repo_sync
  > ea177c6 Update common Prometheus files
  > 10b17bc Merge pull request # 94 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.34.2
  > 82a83dd Update common Prometheus files
  > fbf5f7c Merge pull request # 93 from prometheus/repo_sync
  > eeaf4f9 Bump google.golang.org/protobuf from 1.34.1 to 1.34.2
  > a534ba6 Merge pull request # 92 from prometheus/repo_sync
  > ca68bc9 Update common Prometheus files
  > 80f8fb6 Merge pull request # 91 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.34.1
  > 77c92e2 Update common Prometheus files
  > 19e4b65 Merge pull request # 90 from prometheus/repo_sync
  > 782e731 Bump google.golang.org/protobuf from 1.34.0 to 1.34.1
  > 5f5f1b1 Merge pull request # 88 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.34.0
  > 955b441 Update common Prometheus files
  > 2274bc2 Merge pull request # 89 from prometheus/repo_sync
  > 04cd74f Bump google.golang.org/protobuf from 1.33.0 to 1.34.0
  > bca63c6 Update common Prometheus files
bumping google.golang.org/genproto/googleapis/api b45e905...513f239:
  > 513f239 chore(all): update all (# 1221)
  > 200df99 chore(all): update all (# 1220)
  > 55703ea chore(all): update all (# 1219)
  > 5a2f75b chore(all): auto-regenerate .pb.go files (# 1217)
  > fcd927c chore(all): update all (# 1218)
  > f936aa4 chore(all): auto-regenerate .pb.go files (# 1214)
  > 80320d0 chore(all): update all (# 1215)
  > c3e32d0 feat(googleapis/devtools/clouddebugger/v2): remove googleapis/devtools/clouddebugger (# 1216)
  > 10db94c chore(all): update all (# 1213)
  > 7b38467 chore(all): auto-regenerate .pb.go files (# 1212)
  > 2d3770c chore(all): auto-regenerate .pb.go files (# 1208)
  > 61c742a chore(all): update all (# 1211)
  > 207652e chore(all): update all (# 1209)
  > de1ac95 chore(all): auto-regenerate .pb.go files (# 1207)
  > ac9807e chore(all): update all to ee84b53 (# 1206)
  > ee84b53 chore(all): update all (# 1205)

Signed-off-by: Knative Automation <automation@knative.team>
2025-06-26 13:41:06 +00:00
Knative Automation fa78e60d38
upgrade to latest dependencies (#943)
bumping sigs.k8s.io/yaml c3772b5...0f318dc:
  > 0f318dc Merge pull request # 134 from kubernetes-sigs/forgot-to-add-redirects-for-constants
  > 8eaa802 Merge pull request # 133 from kubernetes-sigs/deprecate-code-in-goyaml.v3-goyaml.v2-and-redirect
  > b8fc0c0 Forgot to add redirects for v3 constants
  > 0fe7da3 Merge pull request # 125 from kragniz/go-1.24
  > 69e45c1 Deprecate code in goyaml.v2/goyaml.v3 directories and redirect
  > c6ac2c9 Merge pull request # 126 from kragniz/remove-travis
  > 14cbb88 Test against go 1.24.x
  > b9a9b1c Merge pull request # 106 from ThatsMrTalbot/patch-1
  > 203ded9 Remove old travisci config file
  > 56d6720 Merge pull request # 122 from liggitt/unhashable-key
  > 4c6913f fix: wrap errors returned by JSON unmarshal
  > 119290a Merge pull request # 118 from skitt/drop-go1.10-build
  > 63d028e Handle unhashable keys during merge
  > 50e7f43 Merge pull request # 119 from skitt/test-go-1.21
  > ea138a0 Merge Go 1.10+ files
  > 9934139 Test with Go 1.21 and later
bumping knative.dev/pkg 05e18ff...4ec554b:
  > 4ec554b Bump sigs.k8s.io/yaml from 1.4.0 to 1.5.0 (# 3194)
  > 0285e29 group otel updates (# 3193)
  > fe85a65 drop unused functions in webhook testing (# 3191)
  > fd105c6 refactor webhook testing (# 3186)
  > fe477b7 drop cert-manager from downstream tests (# 3187)

Signed-off-by: Knative Automation <automation@knative.team>
2025-06-26 01:54:05 +00:00
Knative Automation 911ea8102c
upgrade to latest dependencies (#942)
bumping knative.dev/pkg 4e27b2e...05e18ff:
  > 05e18ff pull configmap parsing into separate package (# 3185)

Signed-off-by: Knative Automation <automation@knative.team>
2025-06-13 15:52:48 +00:00
Dave Protasowski 0d09958897
bump deps (#940) 2025-06-12 03:22:46 +00:00
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 4217d80f9a
upgrade to latest dependencies (#938)
bumping knative.dev/pkg 44579e9...3c3a920:
  > 3c3a920 Bump google.golang.org/grpc from 1.72.1 to 1.72.2 (# 3181)
bumping google.golang.org/grpc 4cf3cf7...6135a73:
  > 6135a73 Change version to v1.72.2 (# 8357)
  > eef8c9c delegatingresolver: avoid proxy for resolved addresses in NO_PROXY env (# 8329) (# 8353)
  > 3b5fa74 balancer/least_request : Fix panic while handling resolver errors (# 8333) (# 8339)
  > edf643f Change version to v1.72.2-dev (# 8326)

Signed-off-by: Knative Automation <automation@knative.team>
2025-06-03 02:29:24 +00:00
Knative Automation bb96738d58
upgrade to latest dependencies (#937)
bumping google.golang.org/grpc a43eba6...4cf3cf7:
  > 4cf3cf7 Change version to 1.72.1 (# 8319)
  > 537fe8d transport: Propagate status code on receiving RST_STREAM during message read (# 8289) (# 8317)
  > f32eab3 cherry-pick # 8302 and # 8304 to v1.72.x branch (# 8303)
  > 7fcfc87 internal/delegatingresolver: avoid proxy if networktype of target address is not tcp (# 8215) (# 8296)
  > ad1e120 Change version to 1.72.1-dev (# 8219)
bumping knative.dev/pkg 19a1383...44579e9:
  > 44579e9 Bump google.golang.org/grpc from 1.72.0 to 1.72.1 (# 3180)
  > 873230f upgrade to latest dependencies (# 3179)

Signed-off-by: Knative Automation <automation@knative.team>
2025-06-02 22:24:25 +00:00
Knative Automation e27e90746a
upgrade to latest dependencies (#936)
bumping golang.org/x/tools 456962e...64b63a6:
  > 64b63a6 go.mod: update golang.org/x dependencies
  > 7701413 internal/mcp: move jsonschema out of mcp/internal
  > 125cd11 jsonschema: pre-compile regexps
  > 2f18550 jsonschema: better errors unmarshaling ints
  > 635622b jsonschema: using hashing for uniqueItems
  > 0f6a53f mcp: remove ServerConnection
  > ca54d59 jsonschema: represent integer keywords as ints
  > c75f7e8 jsonschema: validate object keywords
  > efd15d8 internal/mcp: clean up handling of content
  > 80e0fd8 internal/mcp: support prompts
  > ab01700 internal/mcp: add tool and schema options
  > 37278be internal/mcp: add more package documentation, examples
  > 7906227 internal/mcp: add a command transport for connecting to a sidecar
  > 1587f35 gopls/internal/server/completion: get correct surrounding for second lhs
  > f11e7de internal/stdlib: add arg types for functions
  > 0d2acf1 jsonschema: validate array keywords
  > fd1a208 jsonschema: validate logic keywords
  > 984d58c go/analysis/unitchecker: update TestVetStdlib's skip for "devel" move
  > 953b452 go/packages: skip TestRmdirAfterGoList_Runner
  > 9e366f5 jsonschema: validate numbers and strings
  > 68cf9be gopls/internal/golang/completion: tostring, tobytes postfix snippets
  > 6a96d1d cmd/auth: carve out module for deprecated command `auth`
  > 7261efd internal/mcp: export the Transport interface; add a Server example
  > e4c83cc internal/mcp: dynamically determine the mcp server based on URL
  > 26f40ac internal/mcp: clean up SSE server shutdown.
  > ffe579a go/packages: remove unexported fields from packages.Config
  > 37f9bd1 jsonschema: validate some keywords
  > bf81a8d internal/mcp/internal/jsonschema: schema definition
  > 4ec26d6 gopls/internal/server: add modify tags code action docs
  > d3f8716 gopls/internal/golang/completion: offer return with whitespace
  > de18b0b gopls: run modernize -fix in gopls
  > 2f3d4ad go/packages: add variant of TestRmdirAfterGoList without gocommand
  > cd9151d gopls/internal/cache: fix bug in toGobDiagnostic(Related)
  > d3a3775 internal/mcp: implement cancellation
  > 2863098 internal/mcp: implement ping, and test request interleaving
  > caf7cdc internal/mcp: implement HTTP SSE transport
  > 68e94bd x/tools: use 2-arg form of //go:linkname
  > f11abcb internal/analysisinternal: permit Fix.End slightly beyond EOF
  > 46e932f internal/analysisinternal: add std import at the start of the import group
  > d346382 gopls/internal/server: add modify_tags command handler
  > 0c2f68a gopls/internal/golang/completion: show typeparam for preceding funcs in chain
  > f01b9f6 gopls/internal/server: support links and hovers for replace directive
  > cd18362 go/packages: add test that go list closes file handles
  > 04af9bf go/analysis/passes/hostport: publish
  > 357c3da internal/mcp: add batching support
  > cc6bc88 internal/mcp: an MCP SDK prototype
  > e9d2a36 gopls/internal/golang: pkgdoc: don't discard NewT for unexported t
  > d905d0b gopls/internal/golang: add test for (unfixed) issue 65098
  > e27768f internal/refactor/inline: freeishNames initial scope
  > 264b0a5 gopls/internal/golang/completion: modernize
  > 7c6d4c6 internal/refactor/inline: handle generic functions
  > 6da8d2e gopls/internal/golang: Rename imports: be defensive
  > 015c0fc gopls/internal/test/integration/web: move misc/webserver_test.go
  > d97a910 gopls/internal/golang: CodeAction: don't fail because of 1 producer
  > d0ead43 gopls/internal/settings: enable most staticcheck analyzers
  > bacd4ba go/analysis/passes/gofix: add an example to doc
  > 48422ad gopls/internal/golang: add embedded struct info to hover
  > a318c19 internal/refactor/inline: test type params shadowing pkg symbols
  > 035d8c6 gopls/internal/golang: Rename all receivers only at declaration
  > 6f344f9 internal/refactor/inline: add test for type param shadowing
  > 2337e7c internal/refactor/inline: factor out free obj renaming
  > 93bb7f0 gopls: update x/telemetry
  > 33c6419 gopls/internal/golang: fix build
  > e78fd89 internal/astutil/cursor: four API refinements
  > cf5cb00 internal/astutil: PreorderStack: a safer ast.Inspect for stacks
  > f76b112 gopls/internal/golang: Rename all receiver variables
  > ee8f138 go/analysis/passes/gofix: go:fix directive checker
  > 1494dfe gopls: improve warning against using go get -tool with gopls
  > 20a69d6 gopls: warn against using go get -tool with gopls
  > 26ef4d1 gopls/internal/golang: fix broken build due to semantic merge conflict
  > 808c870 gopls/internal/cache: more test cases for syntax repairing
  > b68d703 gopls/internal/cache: handle VS Code Insiders in watchSubdirs
  > ce1c5d5 gopls/internal/golang: CallHierarchy: show only *types.Func callees
  > 7e7983f gopls/internal/golang: fix extract with free control statements
  > fd68572 internal/stdlib: find api directory more robustly
  > 7ceff13 go/analysis/passes/structtag: ignore findings for "encoding/..."
  > d363f10 gopls/doc: fix config for vim-lsp
  > 7829e07 go/analysis/passes/testinggoroutine: used UsedIdent
  > 9df6bbd gopls: hide todo inside readme.md
  > fd3eb08 gopls/internal/cache/parsego: new test case for fixed syntax
  > c24b06c gopls/internal/golang: implementation: report iface/iface relations
  > edff653 gopls/internal/server: TypeHierarchy support
  > a99a1c3 gopls/internal/analysis/modernize: prevent conversion of variadic functions to slices.ContainsFunc
  > 4e973d9 gopls/internal/golang: yet more refinement of golang/go# 70553
  > f64b14a gopls/internal/golang: completion: better default keyword completion in switch stmt
  > af71e42 gopls/internal/golang: Rename: fix crash in ill-typed redeclaration
  > 9fbec96 gopls/internal/server: workspace: skip adding already added file
bumping golang.org/x/text 4890c57...700cc20:
  > 700cc20 go.mod: update golang.org/x dependencies
bumping golang.org/x/sync 396f3a0...506c70f:
  > 506c70f errgroup: propagate panic and Goexit through Wait
bumping knative.dev/pkg d5e74d2...19a1383:
  > 19a1383 group golang.org/x dependencies (# 3178)
  > 1c0e799 Bump golang.org/x/net from 0.39.0 to 0.40.0 (# 3177)
  > d09148e Bump golang.org/x/tools from 0.32.0 to 0.33.0 (# 3176)
  > cb6cfa2 Bump golang.org/x/sync from 0.13.0 to 0.14.0 (# 3175)
bumping golang.org/x/net b8d8877...7d6e62a:
  > 7d6e62a go.mod: update golang.org/x dependencies
  > ea0c1d9 internal/timeseries: use built-in max/min to simplify the code
  > 3e7a445 quic: skip packet numbers for optimistic ack defense
  > 3f563d3 quic: use an enum for sentPacket state
  > a3b6e77 quic: don't re-lose packets when discarding keys
  > 22500a6 quic: decode packet numbers >255 in tests
  > dd0b200 quic: remove go1.21 build constraint
bumping knative.dev/hack c4037b0...f525e18:
  > f525e18 Bump min kube version to 1.32 (# 424)
bumping golang.org/x/sys 01aaa83...3d9a6b8:
  > 3d9a6b8 windows: add WSADuplicateSocket
  > c0a9559 cpu: add crypto extensions detection for riscv64
  > 8e9e046 windows: add virtual key codes and console input consts
  > 7138967 windows: fix slicing of NTUnicodeString values
  > 6a85559 windows: fix dangling pointers in (*SECURITY_DESCRIPTOR).ToAbsolute
bumping golang.org/x/term 5d2308b...2ec7864:
  > 2ec7864 go.mod: update golang.org/x dependencies
  > a809085 term: support pluggable history

Signed-off-by: Knative Automation <automation@knative.team>
2025-05-15 02:33:48 +00:00
Knative Automation 1dec38fa05
upgrade to latest dependencies (#935)
bumping google.golang.org/genproto/googleapis/api e9438ea...56aae31:
  > 56aae31 chore(all): update all (# 1190)
  > 5a70512 chore(all): remove toolchain from go.mod (# 1189)
bumping knative.dev/pkg ed3e215...d5e74d2:
  > d5e74d2 Update community files (# 3174)
  > 757c99c Bump google.golang.org/grpc from 1.71.1 to 1.72.0 (# 3173)
  > a877090 Update community files (# 3171)
bumping google.golang.org/genproto/googleapis/rpc e9438ea...56aae31:
  > 56aae31 chore(all): update all (# 1190)
  > 5a70512 chore(all): remove toolchain from go.mod (# 1189)
bumping google.golang.org/grpc cdbdb75...a43eba6:
  > a43eba6 Change version to 1.72.0 (# 8218)
  > 48f48c1 balancer/pickfirstleaf: Avoid reading Address.Metadata (# 8227) (# 8259)
  > fd6f585 Cherry-pick # 8159 and # 8243 to v1.72.x (# 8255)
  > 79ca174 stats/opentelemetry: fix trace attributes message sequence numbers to start from 0 (# 8237) (# 8252)
  > 57a2605 xdsclient: fix TestServerFailureMetrics_BeforeResponseRecv test to wait for watch to start before stopping the listener (# 8217)
  > 5edab9e xdsclient: add grpc.xds_client.server_failure counter mertric (# 8203)
  > 78ba661 regenerate protos (# 8208)
  > 6819ed7 delegatingresolver: Stop calls into delegates once the parent resolver is closed (# 8195)
  > a51009d resolver: convert EndpointMap to use generics (# 8189)
  > b0d1203 resolver: create AddressMapV2 with generics to replace AddressMap (# 8187)
  > 43a4a84 internal/balancer/clusterimpl: replace testpb with testgrpc (# 8188)
  > d8924ac xds: fix support for load reporting in LOGICAL_DNS clusters (# 8170)
  > ce2fded xds: fix support for circuit breakers in LOGICAL_DNS clusters (# 8169)
  > eb744de resolver: Make EndpointMap's Get, Set and Delete operations O(1) (# 8179)
  > 8d8571e stats: Improved sequencing documentation for server-side stats events and added tests. (# 7885)
  > 0af5a16 grpc: fix bug causing an extra Read if a compressed message is the same size as the limit (# 8178)
  > 1703656 xds: generic xDS client transport channel and ads stream implementation (# 8144)
  > c27e6dc xdsclient: read bootstrap config before creating the first xDS client in DefaultPool (# 8164)
  > 1f6b0cf [Security] Add support for SPIFFE Bundle Maps in certificate providers (# 8167)
  > 775150f stats/opentelemetry: use TextMapProvider and TracerProvider from TraceOptions instead of otel global (# 8166)
  > d860daa example/features/retry: fix grpc.NewClient call in documentation (# 8163)
  > 75d4a60 [Security] Add support for parsing SPIFFE Bundle Maps (# 8124)
  > 5ac9042 balancer/rls: allow maxAge to exceed 5m if staleAge is set (# 8137)
  > bdba42f xds: emit resource-not-found logs at Warning level (# 8158)
  > a0a739f xds: ensure node ID is populated in errors from the server (# 8140)
  > 5668c66 resolver/manual: allow calling UpdateState with an un-Built resolver (# 8150)
  > 5199327 grpc: Add endpoints in resolverWrapper.NewAddresses (# 8149)
  > f49c747 balancer/pickfirst/pickfirstleaf: fix race condition in tests (# 8148)
  > af07815 xds: introduce generic xds clients xDS and LRS Client API signatures (# 8042)
  > 8c080da priority: Send and validate connection error in test (# 8143)
  > e8c412d *: Regenerate protos (# 8142)
  > 0914bba interop: Wait for server to become ready in alts interop tests (# 8141)
  > bffa4be xds: ensure xDS node ID is populated in errors from xds resolver and cds lb policy (# 8131)
  > 8ae4b7d clusterresolver: Lower log level when ExitIdle is called with no child (# 8133)
  > 0d6e39f transport: Send RST stream from the server when deadline expires (# 8071)
  > 7505bf2 xds: introduce simple grpc transport for generic xds clients (# 8066)
  > 01080d5 stats/openetelemetry: refactor and make e2e test stats verification deterministic (# 8077)
  > b0f5027 cleanup: replace dial with newclient (# 7970)
  > 52a257e cleanup: replace dial with newclient (# 7967)
  > d48317f github: change test action to cover the legacy pickfirst balancer (# 8129)
  > a510cf5 xds, pickfirst: Enable additional addresses in xDS, set new pick_first as default (# 8126)
  > e9c0617 xds: simplify code handling certain error conditions in the resolver (# 8123)
  > feaf942 cds: stop child policies on resource-not-found errors (# 8122)
  > dbf92b4 deps: update dependencies for all modules (# 8108)
  > aa629e0 balancergroup: Make closing terminal (# 8095)
  > e0ac3ac xdsclient: Add error type for NACKed resources (# 8117)
  > 65c6718 examples/features/dualstack: Demonstrate Dual Stack functionality (# 8098)
  > c75fc8e chore: enable early-return and unnecessary-stmt and useless-break from revive (# 8100)
  > c7db760 xdsclient: ensure xDS node ID in included in NACK and connectivity errors (# 8103)
  > 42fc25a weightedroundrobin: Move functions to manage Endpoint weights into a new internal package (# 8087)
  > 607565d Change version to 1.72.0-dev (# 8107)
bumping knative.dev/hack c577ed9...c4037b0:
  > c4037b0 Update community files (# 423)
  > cfde8c9 Update community files (# 422)

Signed-off-by: Knative Automation <automation@knative.team>
2025-05-01 12:59:08 +00:00
Knative Automation 250c6a13b7
Update community files (#934)
Signed-off-by: Knative Automation <automation@knative.team>
2025-04-24 01:39:25 +00:00
Knative Automation 5ef9e9a36b
Update community files (#933)
Signed-off-by: Knative Automation <automation@knative.team>
2025-04-17 01:40:24 +00:00
Knative Automation 8f20a1163d
upgrade to latest dependencies (#932)
bumping knative.dev/pkg 4e8ebbe...ed3e215:
  > ed3e215 upgrade to latest dependencies (# 3170)

Signed-off-by: Knative Automation <automation@knative.team>
2025-04-15 16:43:13 +00:00
Knative Automation ea999aeed7
upgrade to latest dependencies (#931)
bumping golang.org/x/sync b637f27...396f3a0:
  > 396f3a0 errgroup: document calling Go before Wait
bumping google.golang.org/protobuf f09e239...3f79c52:
  > 3f79c52 all: release v1.36.6
  > a5da9b2 gha-ci: instruct bazelisk to use Bazel 7.x
  > 9f3ed37 internal_gengo: generate a const string literal for the raw descriptor
  > 4247b1b proto: Add CloneOf[M Message](m M) M
  > f7fcf5b types/descriptorpb: regenerate using latest protobuf v30 release
  > 9c8c2dd all: set Go language version to Go 1.22
  > 1719d63 all: start v1.36.5-devel
bumping golang.org/x/tools 6a5b66b...456962e:
  > 456962e go.mod: update golang.org/x dependencies
  > 5916e3c internal/tokeninternal: AddExistingFiles: tweaks for proposal
  > 9a1fbbd internal/typesinternal: change Used to UsedIdent
  > e73cd5a gopls/internal/golang: implement dynamicFuncCallType with typeutil.ClassifyCall
  > 11a9b3f gopls/internal/server: fix event labels after the big rename
  > 3e7f74d go/types/typeutil: used doesn't need Info.Selections
  > b97074b internal/gofix: fix URLs
  > e850fe1 gopls/internal/golang: CodeAction: place gopls doc as the last action
  > b948add internal/gofix: move from gopls/internal/analysis/gofix
  > b437eff go/types/typeutil: implement Callee and StaticCallee with Used
  > e29f9ae refactor/satisfy: check for presence of types.Info maps
  > 17ce4c7 refactor/eg: return error if some info maps are missing
  > 33f80b5 typesinternal: remove RequiresFullInfo
  > 83a8057 x/tools: regenerate code after go upgrading
  > 7799973 gopls/internal/analysis/modernize: add docs for missing modernize passes
  > c788d17 gopls/internal/analysis/modernize: waitgroup: use index.Calls
  > 3348ae8 go/analysis/passes/nilfunc: use typesinternal.Used
  > e74d252 gopls/internal/analysis/modernize: check nil before calling maybeNaN
  > 66c560d x/tools: apply modernize fixes
  > 300a853 gopls: require go1.24.2
  > aee7ae5 internal/typesinternal: support checking for full types.Info
  > 97789e8 gopls/internal/lsprpc: fix call function with wrong err
  > 255cfd7 gopls: automatically insert package clause for new go files
  > ead1fea internal/analysis/modernize: add nil check before comparing with index object
  > f3a6b96 gopls/internal/analysis/modernize: add modernizer for WaitGroup.Go
  > 5fba861 internal/typesinternal: add Object and ClassifyCall
  > 5c9a69f internal/refactor/inline: get rid of imports.Process
  > 659a8cd go/analysis/analysistest: report input rather result when error happens
  > aac3cf0 internal/refactor/inline: improve freeishNames
  > a857356 internal/refactor/inline: improve freeishNames doc
  > eb75b19 internal/refactor/inline: modernize
  > 1b0b688 gopls: fix indent issue and track a TODO
  > 07cbcde gopls/internal/cmd: suppress TestImplementation on go1.23
  > 48421ae gopls/internal/analysis/modernize: preserves comments in mapsloop
  > 8c42f8a gopls/internal/analysis/modernize: use types.RelativeTo to respect current package
  > fbb7047 internal/refactor/inline: extract import handling from inlineCall
  > 2d8ef13 internal/refactor/inline: document test file format
  > 6a91355 internal/refactor/inline: factor out import map construction
  > b3ce3e1 gopls/completion: use high score for package name main when current package is main
  > c1b6839 internal/astutil/cursor: Ancestors -> Enclosing (+ reflexive)
  > d70c04e internal/refactor/inline: replace extractTxtar
  > 8be0d5f gopls/internal/analysis/maprange: use typeindex
  > b75dab2 internal/typesinternal/typeindex: suppress test on js
  > 7efe9a8 gopls/internal/analysis/modernize: rangeint: fix yet another bug
  > 30641f5 gopls/internal/analysis/modernize: use typeindex throughout
  > 11a3153 gopls/internal/analysis/modernize: rangeint: respect side effects
  > 19f73a6 internal/typesinternal/typeindex: index of types.Info
  > 45b8eac gopls/internal/golang: test initial bindings to unify
  > 9570155 gopls/internal/golang: test unify result bindings
  > baedf71 gopls/internal/golang: unify tracks type params
  > 961631a internal/testfiles: replace outdated function with os.CopyFS
  > bf12eb7 gopls/internal/analysis/modernize: fix slicedelete triggers on slice identifiers with side effects
  > ec542a7 gopls/internal/fuzzy: apply modernizers to the fuzzy matcher
  > 20f8890 internal/astutil/cursor: add Cursor.Contains(Cursor) bool
  > 084551f  go/analysis/passes/maprange: check for redundant Keys/Values calls
  > 9abefc5 gopls/internal/analysis/modernize: permit int/uint type variants in rangeint
  > cb292c6 internal/astutil/cursor: unsplit Parent{Edge,Index} -> ParentEdge
  > c2768b7 gopls/modernize: remove unused functions
  > 9b2264a gopls/internal/golang/completion: ensure expectedCompositeLiteralType arg is not nil
  > cfd8cf5 internal/astutil/cursor: split Edge into Parent{Edge,Index}
  > 3a64d74 all: make function comment match function name
  > 58e40ae gopls/internal/golang/completion: avoid crash in addFieldItems
  > be0d52b gopls/internal/cache: improve build constraint trimming
  > a70d348 gopls/internal/util/persistent: add concurrency test
  > 7042bab gopls/internal/analysis/modernize: modernizer to suggest using strings.CutPrefix
  > 3d22fef gopls/internal/analysis/modernize: disable minmax on floating point
  > e7b4c64 gopls/internal/golang: fix crash in source.test code action
  > 95eb16e gopls/internal/test/integration: skip x_tools-gotip-openbsd-amd64 (7.6)
  > 066484e gopls/internal/test/integration/misc: test "annotations" setting
  > e06efb4 internal/gcimporter: bug.Report in export's panic handler
  > 6c3e542 gopls/internal/analysis/modernize: preserves comments in minmax
  > dcc4b8a gopls/internal/golang: use slices.Reverse in pathEnclosingObjNode
  > 40f8cca internal/imports: fix extra logf argument
  > e59d6c5 gopls/internal/cache/testfuncs: handle recursive subtests
  > 4ee50fe gopls/internal/analysis/modernize: rangeint: avoid offering wrong fix
  > bf70295 cmd/go-contrib-init: drop unneeded GOPATH checks in module mode
  > 381d68d gopls/internal/util/fingerprint/fingerprint: unify type params
  > cc7d698 gopls/internal/test/integration/misc: fix TestAssembly for CL 639515
  > 03f197e gopls/internal/modernize: remove assignment in ranges
  > 5a45ac2 x/tools: use range over function for some API
  > 8fa586e internal/analysis: add function to delete a statement
  > 29f81e9 gopls/internal/cache: filter **/foo match any depth
  > 7435a81 gopls/internal/analysis/modernize: document workflow
  > b08c7a2 gopls/internal/util/fingerprint: split from cache/methodsets
bumping gomodules.xyz/jsonpatch/v2 17d7994...ffbac60:
  > ffbac60 Merge pull request # 40 from lacroixthomas/bugfixes/fix-lossy-in64
  > 4c723fc fix: handle lossy int64
bumping google.golang.org/grpc d01db5c...cdbdb75:
  > cdbdb75 Change version to v1.71.1 (# 8206)
  > 3a93562 Cherry-pick # 8195 into v1.71.x (# 8202)
  > 208e03b Cherry-pick # 8164 # 8166 to v1.71.x (# 8182)
  > 8b7d2fe grpc: fix bug causing an extra Read if a compressed message is the same size as the limit (# 8181)
  > 9c81a91 resolver: Make EndpointMap's Get, Set and Delete operations O(1) (# 8179) (# 8184)
  > 8d46b21 grpc: Add endpoints in resolverWrapper.NewAddress (# 8149) (# 8151)
  > 4775bba Change version to 1.71.1-dev (# 8106)
bumping golang.org/x/net 99b3ae0...b8d8877:
  > b8d8877 go.mod: update golang.org/x dependencies
  > e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign content
  > ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest
  > 1f1fa29 publicsuffix: regenerate table
  > 1215081 http2: improve error when server sends HTTP/1
  > 312450e html: ensure <search> tag closes <p> and update tests
  > 09731f9 http2: improve handling of lost PING in Server
  > 55989e2 http2/h2c: use ResponseController for hijacking connections
  > 2914f46 websocket: re-recommend gorilla/websocket
bumping golang.org/x/sys 74cfc93...01aaa83:
  > 01aaa83 all: simplify code by using modern Go constructs
  > 1b2bd6b windows: replace all StringToUTF16 calls with UTF16FromString
  > 1c3b72f unix: update Linux kernel to 6.14
  > c175b6b windows: add cmsghdr and pktinfo structures
  > 3330b5e unix: support Readv, Preadv, Writev and Pwritev for darwin
  > 7401cce cpu: replace specific instructions with WORD in the function get_cpucfg on loong64
  > b8f7da6 cpu: add support for detecting cpu features on loong64
  > f2ce62c windows: add constants for PMTUD socket options
bumping knative.dev/pkg c5a13b1...4e8ebbe:
  > 4e8ebbe Bump golang.org/x/tools from 0.31.0 to 0.32.0 (# 3169)
  > 1ae6a39 Bump golang.org/x/net from 0.38.0 to 0.39.0 (# 3168)
  > a8e20d9 Bump gomodules.xyz/jsonpatch/v2 from 2.4.0 to 2.5.0 (# 3154)
  > 7b91ff1 update .golangci.yaml to v2 (# 3167)
  > b9bfb45 Bump golang.org/x/sync from 0.12.0 to 0.13.0 (# 3166)
  > 74af921 Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (# 3163)
  > cc5f202 Bump golang.org/x/net from 0.37.0 to 0.38.0 (# 3162)
  > a900930 Bump google.golang.org/grpc from 1.71.0 to 1.71.1 (# 3165)
bumping golang.org/x/term 04218fd...5d2308b:
  > 5d2308b go.mod: update golang.org/x dependencies
  > e770ddd x/term: disabling auto-completion around GetPassword()
bumping golang.org/x/text 566b44f...4890c57:
  > 4890c57 go.mod: update golang.org/x dependencies

Signed-off-by: Knative Automation <automation@knative.team>
2025-04-14 22:56:12 +00:00
Knative Automation 7889830edd
upgrade to latest dependencies (#929)
bumping knative.dev/pkg b7bbf4b...c5a13b1:
  > c5a13b1 Update community files (# 3161)
  > 9f3e60a upgrade to latest dependencies (# 3160)
bumping knative.dev/hack 306ce74...c577ed9:
  > c577ed9 Update community files (# 421)
  > 8f599b7 Skip whitespace changes in codegen (# 420)
  > 742e1e5 Deprecate knative.dev/hack/schema (# 418)

Signed-off-by: Knative Automation <automation@knative.team>
2025-04-11 01:43:13 +00:00
Knative Automation 68c1c819cd
Update community files (#930)
Signed-off-by: Knative Automation <automation@knative.team>
2025-03-31 01:40:29 +00:00
Knative Automation 776406ea7b
upgrade to latest dependencies (#927)
bumping golang.org/x/sys 863b3c4...74cfc93:
  > 74cfc93 all: upgrade go directive to at least 1.23.0 [generated]
bumping knative.dev/hack ce4c934...306ce74:
  > 306ce74 Update community files (# 414)
bumping knative.dev/pkg ae2c6bc...b7bbf4b:
  > b7bbf4b Bump google.golang.org/grpc from 1.70.0 to 1.71.0 (# 3157)
  > 097c752 Bump golang.org/x/tools from 0.30.0 to 0.31.0 (# 3155)
  > 0372c08 Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (# 3152)
  > 9e26561 Update community files (# 3151)
  > c925de2 upgrade to latest dependencies (# 3150)
bumping github.com/google/go-cmp c3ad843...9b12f36:
  > 9b12f36 Detect proto.Message types when failing to export a field (# 370)
  > 4dd3d63 fix: type 'aribica' => 'arabica' (# 368)
  > 391980c Support compare functions with SortSlices and SortMaps (# 367)
bumping golang.org/x/tools 09747cd...6a5b66b:
  > 6a5b66b go.mod: update golang.org/x dependencies
  > 25a90be gopls/internal/golang: Implementations for func types
  > db6008c go/types/internal/play: show Cursor.Stack of selected node
  > ece9e9b gopls/doc/generate: add status in codelenses and inlayhints
  > 340f21a gopls: move gopls/doc/generate package
  > 0721940 gopls/internal/analysis/modernize: strings.Fields -> FieldsSeq
  > 8d38122 gopls/internal/cache: reproduce and fix crash on if cond overflow
  > d81d6fc gopls/internal/util/asm: better assembly parsing
  > 455db21 gopls/internal/cache/parsego: fix OOB crash in fixInitStmt
  > 2b1f550 gopls/internal/analysis/gofix: allow literal array lengths
  > 0ffdb82 gopls/internal/analysis/gofix: add vet analyzer
  > 2839096 gopls/internal/analysis/gofix: generic aliases
  > 0efa5e5 gopls/internal/analysis/modernize: rangeint: non-integer untyped constants
  > d141499 cmd/toolstash: fix windows executable name handling
  > 5f02a3e gopls/internal/analysis/modernize: don't import slices within slices
  > b2aa62b internal/stdlib: provide API for import graph of std library
  > 608d370 internal/imports: use a more straightforward return value
  > 408d2e2 x/tools: remove workarounds for Go <1.23
  > 66eb306 Revert "internal/settings: drop "annotations" setting"
  > ff03c59 gopls/internal/analysis/modernize: append -> bytes.Clone
  > 1cc80ad internal/event/export/ocagent: delete
  > 8f4b8cd gopls/internal/golang: add package symbols comment
  > 57b529a doc/release/v0.18.0.md: add -fix flag
  > 63229bc gopls/internal/analysis/gofix: register "alias" fact type
  > d740adf gopls/internal/settings: correct SemanticTokenTypes source
  > 779331a gopls/internal/test/integration/misc: only test asm on {arm,amd}64
  > 5dc980c gopls/internal/test/integration/misc: fix "want" assembly
  > 6399d21 go/analysis/passes/reflectvaluecompare/cmd/reflectvaluecompare: add main.go
  > 7fed2a4 gopls/internal/analysis/modernize: fix bug in rangeint
  > 6f7906b x/tools: use ast.IsGenerated throughout
  > e890c1f gopls/internal/golang: Assembly: support package level var and init
  > 6d4af1e gopls/internal/golang: Assembly: update "Compiling" message
  > bf9e2a8 gopls/internal: test fixes for some imports bugs
  > 851c747 gopls/internal/golang: fix crash when hovering over implicit
  > 3e76cae internal/analysisinternal: ValidateFix: more specific errors
  > d2fcd36 go/analysis/passes/unreachable/testdata: relax test for CL 638395
  > 2b2a44e gopls/internal/test: avoid panic in TestDoubleParamReturnCompletion
  > 739a5af gopls/internal/test/marker: skip on the freebsd race builder
  > 274b237 gopls: add a -severity flag for gopls check
  > 5299dcb gopls/internal/settings: fix misleading error messages
  > 3d7c2e2 gopls/internal/golang: add missing json tags for hoverResult
  > 6e3d8bc gopls/internal/analysis/gofix: use 1.24 iterators
  > 1c52ccd gopls/internal/analysis/gofix: inline most aliases
  > 4e0c888 gopls/internal/hover: show alias rhs type declaration on hover
  > 7347766 gopls/internal/test: fix failures when running tests with GOTOOLCHAIN
  > f2beb33 gopls: temporarily reinstate the "Structured" hover kind
  > 23211ff gopls/internal/test/integration: better expectation failures
  > 8b85edc gopls/internal: use go1.24-isms
  > f95771e gopls/go.mod: update to go1.24
  > 96bfb60 gopls/internal/analysis/modernize: fix minmax bug
  > 1f6c6d6 gopls/doc: adjust nvim-lspconfig link target
  > 33f1ed9 gopls/go.mod: update dependencies following the v0.18.0 release
  > 9f7a2b6 gopls/doc/features: tweak markdown
  > f0af81c gopls/internal/goasm: support Definition in Go *.s assembly
  > 300465c gopls/internal/analysis/modernize: fix rangeint bug
  > 8a39d47 gopls/internal/golang: Add "Eliminate dot import" code action.
  > 99337eb x/tools: modernize interface{} -> any
  > 107c5b2 gopls/internal/analysis/modernize: disable unsound maps.Clone fix
  > 0b693ed internal/astutil/cursor: FindPos: don't assume Files are in Pos order
  > cd01e86 gopls/internal/golang: make singleFileFixer like fixer
  > 4991e7d gopls/internal/golang: use pgf.Cursor in CodeAction fix
  > 877c1d1 gopls: address various staticcheck findings
  > 44abb0a go/types/internal/play: display type structure
  > 3c245da gopls: fix diagnostics integration test
  > e6754ce gopls/internal/cache/parsego: add File.Cursor, and use it
  > 776604a gopls/internal/analysis/modernize: sortslice: fix crash
  > df7baa0 gopls/internal/analysis/simplifyrange: more precise fix
  > ad5dd98 gopls: fix a few bugs related to the new modcache imports source
  > 4b3fdfd go/analysis/passes/printf: suppress diagnostic for Println("...%XX...")
  > fe883a8 gopls/internal/analysis/unusedvariable: refine bug.Report golang/go# 71812
  > d115b34 gopls/internal/analysis: simplify type-error analyzers with Cursor
  > c18bffa all: delete redundant //go:debug gotypesalias=1 directives [generated]
  > 94db710 all: upgrade go directive to at least 1.23.0 [generated]
  > ead62e9 gopls/internal/analysis/modernize: handle parens
  > 32ffaa3 gopls/internal/analysis/gofix: one function per kind
  > 2880aae gopls/internal/protocol: Avoid omitempty for integer fields
  > 8807101 gopls/internal/analysis/gofix: one function per pass
  > c0dbb60 gopls: tweak release notes
  > 85a3833 internal/analysis/gofix: simple type aliases
  > 809cde4 gopls/internal/analysis/modernize: fix bug in minmax
  > ab04c19 gopls/internal/analysis/modernize: improve rangeint transformation
  > ddd4bde gopls/internal/golang: avoid PackageSymbols errors with missing packages
  > 44b61a1 x/tools: eliminate various unparen (et al) helpers
  > d0d86e4 x/tools: run gopls/internal/analysis/gofix/main.go -fix
  > 2f1b076 x/tools: add //go:fix inline
  > 86f13a9 gopls/internal/analysis/gofix: rename local
  > 5762944 gopls/internal/analysis/gofix: check package visibility
  > f9aad70 go/types/typeutil: avoid shifting uintptr by 32 on 32-bit archs
  > b5a64bb go/analysis/internal/checker: be silent with -fix
  > b752317 internal/analysisinternal: disable AddImport test without go command
  > d98774e cmd/signature-fuzzer/internal/fuzz-generator: update to math/rand/v2
  > 2593262 gopls/internal/telemetry/cmd/stacks: remove leading \b match
  > b3c5d10 gopls: record telemetry counters for settings that are used
  > d2585c4 gopls/internal/golang: folding range: remove FoldingRangeInfo
  > 0d16805 internal/stdlib: update stdlib index for Go 1.24.0
  > 027eab5 go/analysis/analysistest: RunWithSuggestedFix: 3-way merge
  > f61b225 internal/analysisinternal: AddImport puts new import in a group
  > 91bac86 internal/analysisinternal: add CanImport
  > 94c41d3 gopls/internal/golang: add comment about SymbolKind
bumping golang.org/x/sync fe3591b...b637f27:
  > b637f27 errgroup: drop support for Go versions before 1.20
  > 960bf1f all: upgrade go directive to at least 1.23.0 [generated]
bumping golang.org/x/text 3b64043...566b44f:
  > 566b44f go.mod: update golang.org/x dependencies
  > d5156da collate/build: do not use println in tests
  > 221d88c x/text: fix scientific notation by removing extraneous spaces
  > b18c107 internal/export/unicode: change C comment to mention unassigned code points
  > 835f8ac language: use a more straightforward return value
  > ae68efb internal/export/unicode: add CategoryAliases, Cn, and LC
  > 518d9c0 all: upgrade go directive to at least 1.23.0 [generated]
bumping golang.org/x/mod 52289f1...dc121ce:
  > dc121ce all: upgrade go directive to at least 1.23.0 [generated]
bumping golang.org/x/net df97a48...99b3ae0:
  > 99b3ae0 go.mod: update golang.org/x dependencies
  > 85d1d54 go.mod: update golang.org/x dependencies
  > cde1dda proxy, http/httpproxy: do not mismatch IPv6 zone ids against hosts
  > fe7f039 publicsuffix: spruce up code gen and speed up PublicSuffix
  > 459513d internal/http3: move more common stream processing to genericConn
  > aad0180 http2: fix flakiness from t.Log when GOOS=js
  > b73e574 http2: don't log expected errors from writing invalid trailers
  > 5f45c77 internal/http3: make read-data tests usable for server handlers
  > 43c2540 http2, internal/httpcommon: reject userinfo in :authority
  > 1d78a08 http2, internal/httpcommon: factor out server header logic for h2/h3
  > 0d7dc54 quic: add Conn.ConnectionState
  > b4c8655 http2: avoid extended CONNECT hang when connection breaks during startup
  > 163d836 internal/http3: add Server
  > 447f458 context: delete lone example
  > 918d64e context: delete dead code, sync docs with upstream context package
  > 5095d0c all: upgrade go directive to at least 1.23.0 [generated]
  > 8844327 internal/httpcommon: don't depend on net/http
  > cd9d661 route: fix RTM_GET netmask parsing on Darwin
bumping golang.org/x/term 743b270...04218fd:
  > 04218fd go.mod: update golang.org/x dependencies
  > 208db03 all: upgrade go directive to at least 1.23.0 [generated]
bumping google.golang.org/grpc 98a0092...d01db5c:
  > d01db5c Change version to 1.71.0 (# 8105)
  > 012f8bf xds: Enable dualstack flag (# 8134)
  > bf0c885 examples/features/dualstack: Demonstrate Dual Stack functionality (# 8098) (# 8115)
  > 05bdd66 ringhash: Remove TODO comment (# 8096)
  > ddb2484 xds: remove obsolete xDS transport custom dialer option (# 8079)
  > 8528f43 cleanup: replace Dial with NewClient (# 7975)
  > ae2a04f ringhash: Replace DNS resolver before sending xDS Update in test  (# 8091)
  > e55819e lazy: Use channel to wait for resolver error being received in test (# 8088)
  > b524c08 xdsclient: include xds node ID in errors from the WatchResource API (# 8093)
  > 91eb6aa client: improve documentation of target strings (# 8078)
  > 59c84a9 rls: change lossy GetState() and WaitForStateChange() to use grpcsync.PubSub (# 8055)
  > a26ff2a ringhash: Sort endpoints to prevent unnecessary connection attempts (# 8086)
  > fabe274 ringhash:  Delegate subchannel creation to pickfirst (# 8047)
  > 75c51bf interop: Introduce env var for xDS dualstack support and add xDS interop config (# 8081)
  > cf60e5a test: Remove fake petiole in health tests (# 8082)
  > 0003b4f weightedtarget: return erroring picker when no targets are configured (# 8070)
  > 4b5608f xdsclient: invoke connectivity failure callback only after all listed servers have failed (# 8075)
  > ad5cd32 cleanup: Remove test contexts without timeouts (# 8072)
  > e95a4b7 roundrobin: Delegate subchannel creation to pickfirst (# 7966)
  > cbb5c2f advancedtls: update CRL provider certificates (# 8073)
  > c80ea18 interop: Fix logging and totalIterations issues in soak_tests.go (# 8060)
  > e0d191d test/gracefulstop: use stubserver instead of testservice implementation (# 7907)
  > 9afb49d endpointsharding: cast EndpointMap values to *balancerWrapper instead of Balancer (# 8069)
  > 267a09b xds/internal/xdsclient: Add counter metrics for valid and invalid resource updates (# 8038)
  > f227ba9 balancer: Move metrics recorder from BuildOptions to ClientConn (# 8027)
  > 3e27c17 balancer: Enforce embedding requirement for balancer.ClientConn (# 8026)
  > b963f4b deps: bump envoyproxy/go-control-plane/envoy and synchronize go.mods (# 8067)
  > 79b6830 xds: resubmit xds client pool changes from # 7898 along with fix to set fallback bootstrap config from googledirectpath to xdsclient pool (# 8050)
  > 947e2a4 internal/dns: update TestDNSResolver_ExponentialBackoff to not return error before last resolution attempt (# 8061)
  > ee3e8d9 test: modify tests to use stubserver instead of Testservice implementation (# 8022)
  > 990f5e0 endpointsharding, lazy: Remove intermediary gracefulswitch balancers (# 8052)
  > 7dbf12e xds: introduce generic xds clients common configs (# 8024)
  > c524b8b outlierdetection: Support ejection of endpoints  (# 8045)
  > 1318104 Revert "xdsclient: introduce pool to manage multiple xDS clients with same bootstrap content (# 7898)" (# 8058)
  > 39f0e5a vet: make revive check submodules for lint errors (# 8029)
  > e4a0dfd grpcsync : Remove OnceFunc (# 8049)
  > 78eebff stats/opentelemetry: Introduce Tracing API (# 7852)
  > 7e1c9b2 test: modify tests to use stubserver (# 7951)
  > 59411f2 xds: add xDS transport custom dial options support (# 7997)
  > 73e4470 cleanup: fix new vet errors (# 8044)
  > cc637f7 xds: log bootstrap config missing warning from env var only when debugging (# 8039)
  > 3409a56 cleanup: rename fields for clarity (# 8043)
  > b0e2ae9 endpointsharding: Allow children to remain idle if configured (# 8031)
  > 81e4aaf balancer/lazy: Add a lazy balancer (# 8032)
  > e03960d xds: Implement system root certs support (# 8013)
  > cf9e380 picker_wrapper: simplify picker error when timing out waiting for con… (# 8035)
  > 9d4fa67 transport_test: change testgrpc.Emtpy to testpb.Empty (# 8040)
  > 2fd426d transport,grpc: Integrate delegating resolver and introduce dial options for target host resolution (# 7881)
  > 66f6471 *: regenrate pbs (# 8034)
  > 35cec50 grpc: Fix encoded message size reported in error message (# 8033)
  > 2517a46 xdsclient: introduce pool to manage multiple xDS clients with same bootstrap content (# 7898)
  > 897818a interop: improve rpc_soak and channel_soak test to cover concurrency in Go (# 8025)
  > 8cf8fd1 grpc: fix message length checks when compression is enabled and maxReceiveMessageSize is MaxInt (# 7918)
  > 67bee55 server: fix buffer release timing in processUnaryRPC (# 7998)
  > fe04c06 xds: remove unused code in testutils (# 8003)
  > be12ee9 deps: Update go.opentelemetry.io dependencies (# 8020)
  > eb7c484 Revert "interop: improve rpc_soak and channel_soak test to cover concurrency in Go (# 7926)" (# 8019)
  > c26dd46 deps: bump github.com/golang/glog (# 8018)
  > c879198 cleanup: fix comments spacing (# 8015)
  > 89093a3 github: Run deps workflow against PR target branch and improve dir names (# 8010)
  > 9dc22c0 xdsclient: release lock before attempting to close underlying transport (# 8011)
  > eb1adde credentials: Add experimental credentials that don't enforce ALPN (# 7980)
  > 130c1d7 leastrequest: Delegate subchannel creation to pickfirst (# 7969)
  > 74ac821 endpointsharding: Export parsed pickfirst config instead of json string (# 8007)
  > f35fb34 authz: modify the tests to use stubserver instead of testservice implementations (# 7888)
  > aad8a12 clustetresolver: Copy endpoints.Addresses slice from DNS updates to avoid data races (# 7991)
  > f9bc335 deps: update dependencies for all modules (# 7987)
  > 2d4daf3 protoc-gen-go-grpc: Update grpc-go and unskip test (# 7995)
  > 62b4867 clusterresolver: Avoid blocking for subsequent resolver updates in test (# 7937)
  > 9223fd6 deps: bump github.com/envoyproxy/go-control-plane to v0.13.4 (# 7974)
  > d118866 interop: improve rpc_soak and channel_soak test to cover concurrency in Go (# 7926)
  > 6f41085 Change version to 1.71.0-dev (# 7986)

Signed-off-by: Knative Automation <automation@knative.team>
2025-03-13 16:49:38 +00:00
Knative Automation ad23fbda1a
upgrade to latest dependencies (#925)
bumping golang.org/x/tools 1743d1a...09747cd:
  > 09747cd go.mod: update golang.org/x dependencies
  > dc9353b gopls/internal/analysis/modernize: appendclipped: unclip
  > a886a1c internal/analysisinternal: AddImport handles dot imports
  > 94c3c49 go/analysis/analysistest: RunWithSuggestedFix: assume valid fixes
  > 5f9967d gopls/internal/analysis/modernize: strings.Split -> SplitSeq
  > a1eb5fd go/analysis/passes/framepointer: support arm64
  > 9c087d9 internal/analysis/gofix: change "forward" back to "inline"
  > 82317ce gopls/internal/analysis/modernize: slices.Delete: import slices
  > e65ea15 go/analysis/internal/checker: implement three-way merge
  > a9bf6fd gopls/internal/analysis/modernize: remove SortStable
  > 4d1de70 internal/apidiff: remove
  > 584f556 gopls/internal/cache: downgrade bug reports for inconsistent metadata
  > fa7774c gopls/internal/test/integration: reduce flakes in TestTelemetryPrompt
  > 8baecea gopls/internal/analysis/modernize: mapsloop: fix two bugs
  > 1320197 gopls/internal/analysis/modernize/cmd/modernize: create
  > 0dc10dc gopls/internal/analysis/gofix: use cursor API
  > 2088703 gopls/internal/util/moreiters: iterator functions
  > 0fd02ca gopls/internal/telemetry/cmd/stacks: tweak IgnoreSymbolContains
  > 5a1ba4d gopls/doc/release/v0.18.0: describe inline analyzer
  > 03a72db gopls/internal/analysis/gofix: move and rename
  > bf4db91 gopls/internal/analysis/modernize: for i := 0; i < n; i++ -> range n
  > 73edff8 gopls/internal/cache/testfuncs: fix matching of test names
  > 0a1a6c7 gopls/doc/release: document the new workspaceFiles option
  > bcb63f9 internal/refactor/inline/analyzer: redo directive parsing
  > 6557d18 internal/refactor/inline/analyzer: handle cross-package constants
  > 74b5526 gopls/internal/golang: support package symbols
  > e8d5340 gopls/imports: use a module cache index
  > 3626367 gopls/internal/golang: hide signature help
  > 8e4c841 gopls/internal/server: embed style metadata in vulncheck progress
  > 33e624f internal/refactor/inline/analyzer: document
  > 70a7d86 internal/refactor/inline/analyzer: use forward for consts
  > 0556adb gopls: skip unusedparams for generated files
  > e9f7be9 internal/astutil/cursor: add Cursor.Child(Node) Cursor
  > f912a4f internal/refactor/inline/analyzer: inline consts into local scopes
  > 0abda08 internal/refactor/inline/analyzer: export only cross-package facts
  > 88d91cb internal/refactor/inline/analyzer: same-package consts
  > 269282d go/analysis/passes/stdversion: use Go 1.22 functionality
  > da3a6b2 internal/settings: add inliner to analyses
  > b3bde13 x/tools: use types.VarKind consistently
  > 51f179c gopls/internal/golang: downgrade bug report in ExtractToNewFile
  > 5ffcf75 internal/refactor/inline: avoid crash when inlining empty function
  > dace8c8 gopls/internal/analysis/modernize: fix bug in slicescontains
  > b781375 gopls/internal/protocol: delete MappedRange
  > bbe00fb gopls/internal/server: gopls.vulncheck return both vuln report and token
  > 058d583 gopls/internal/golang: don't apply edits in codeAction/resolve
  > a721d4c internal/typesinternal: factor out IsPackageLevel
  > f0ddc4b gopls/internal/analysis: use Cursor.Edge in two analyzers
  > 80ffd3c internal/astutil/cursor: add Cursor.Edge method
  > db7fffc go/ast/inspector: separate stack + event types
  > d648f91 go/ast/inspector: fork ast.Inspect
  > d68fc51 internal/diff: Merge
  > 9f450b0 go/analysis/passes/printf: suppress errors for non-const format strings
  > e426616 godoc,present,refactor: modernize
  > 8171d94 gopls/internal/analysis/fillstruct: preserve existing formatting
  > ac81e9f internal/testenv: RedirectStderr: fix race
  > bce67c4 go/analysis/internal/checker: validate SuggestedFixes
  > bb0a9cd gopls: remove go.sum files from integration tests
  > edafbe5 tools: fix typos in docs and comments
  > 891e3b6 internal/telemetry/cmd/stacks: cmd/compile reopen
  > 4f1e910 internal/telemetry/cmd/stacks: reopen issues
  > 114ac82 go/analysis: preparatory cleanups
  > 1c9f002 internal/gocommand: add openbsd to the set of GOOS to debug
  > f055343 internal/telemetry/cmd/stacks: divert GitHub changes during testing
  > 3e68f53 internal/telemetry/cmd/stacks: add GitHub client
  > 45227b6 internal/modindex: add LookupAll(pkg, names)
  > 71c7ff3 gopls: report SemanticHighlight for format string directives
  > 7a015ab internal/gocommand: send SIGQUIT to hanging go commands on posix
  > fcc9d81 internal/telemetry/cmd/stacks: anchored literals
  > 684910f internal/telemetry/cmd/stacks: fix distinctStacks
  > d5cd1f8 gopls: add WorkspaceFiles option
  > 30bd6fd internal/telemetry/cmd/stacks: move dry run checks down
  > e4adc38 internal/telemetry/cmd/stacks: remove Issue.predicateText
  > 8bf2b65 gopls/internal/cache: add more debugging for golang/go# 64235
  > 7479e1b internal/telemetry/cmd/stacks: test predicates
  > 726ba32 internal/telemetry/cmd/stacks: minor tweaks
  > 9f4a509 gopls/internal/telemetry/cmd/stacks: add dry run flag
  > 38d0631 gopls/internal/test: update hover test to be tolerant proxy changes
  > b0164fc gopls/doc/release: add semantic token config change
  > 96a07bb gopls/internal/settings: include deprecation message in api-json
  > df4e4ef ssa: fix typo in doc comment for Program.FuncValue
  > 1261a24 gopls/internal/analysis/modernize: slicesdelete
  > cab6608 gopls/internal/golang/completion: fix crash adding receiver type params
  > 32c4665 gopls/internal/golang/completion: avoid crash in comment completion
  > 85e8b42 gopls/internal/analysis/modernize: omitzero
  > 344e482 golang/internal/highlight: check idx < len before indexing
  > 4828981 gopls/internal/telemetry/cmd/stacks: build compiler from root
  > 3f87563 go/cfg: remove empty goto (without label) from test case
  > 9d9b0b6 go/packages: use go.dev/issue links in comment
  > 66ef73e gopls/internal/golang: improve "toggle compiler opt details"
  > 79cde82 gopls/internal/protocol/command: remove the redundant gopls.test command
  > 7d99ad7 gopls/internal/highlight: DocumentHighlight for format strings
  > 4403100 gopls/internal/golang: customize semantic token types and modifiers
  > c9ef861 gopls/internal/telemetry/cmd/stacks: don't forward GOEXPERIMENT from env
  > 0933021 go/ssa: remove coretype_test.go
  > 73a7070 gopls/internal/telemetry/cmd/stacks: paginate issue search
  > fec8580 gopls/internal/analysis/modernize: replace loop with slices.Contains
  > ee36e77 gopls/internal/telemetry/cmd/stacks: support cmd/compile
  > 8a5a6d7 gopls/internal/telemetry/cmd/stacks: refactor report processing to support different programs
  > 5fef1f2 gopls/internal/telemetry/cmd/stacks: add cmd/compile support to readPCLineTable
  > 1335f05 gopls/internal/util/frob: Decode: improve panic on empty
  > 0b95e04 gopls: filter out hints for closed files and make modernizers hints
  > 8f9869c go/ssa: use NormalTerms
  > 8912752 gopls/internal/protocol: optimized DocumentURI.Path for MODCACHE
  > cecec2c go/ssa: add typeset iteration helper
  > 1501321 gopls/internal/analysis/modernize: fix bug in minmax
  > b31dda4 gopls/internal/analysis/modernize: fix bug in mapsloop
  > c1a7fcf go/analysis/passes/printf: extract operation parsing logic into tools/internal/fmtstr
  > 1b796a9 go/ssa: removing termList type
  > 6efe0f4 internal/astutil/cursor: Cursor.Ancestors iterator
  > df3de6a gopls: prepare for mod cache index
  > ae303ab gopls/internal/analysis/modernize: replace WithCancel with t.Cancel
  > 60643c0 go/types/typeutil: clarify what inGenericSig applies to
  > 248b94e go/ast/inspector: treat empty type filter like nil
  > 6016188 cmd: apply modernizers
  > f7fb515 internal/analysisinternal: check for interface recievers
  > b4e093e go/packages: run TestIssue70394 with Go 1.23
  > 16f2979 gopls/internal/analysis: unusedvariable
  > fc2161a internal/analysis/modernize: minmax: don't reduce to y:=min(x, y)
  > 155dc6e gopls/internal/settings: document why unusedvariable is off
  > ac8980c gopls/internal/protocol: modernize to use any
  > 2ad5c90 gopls/internal/settings: set severity=Info for modernizers
  > 7c7f353 gopls/internal/analysis/hostport: report net.Dial("%s:%d") addresses
  > 8179c75 internal/analysisinternal: factor useful helper functions
  > a339e37 gopls/internal/util/persistent: {Map,Set}: use iter.Seq2
  > a2408f8 internal/astutil/cursor: Cursor.Children: document invariants
  > ee69ea2 go/analysis/analysistest: avoid nil panic from an invalid token.Pos
bumping k8s.io/apimachinery a8f449e...59e9003:
  > 59e9003 Merge remote-tracking branch 'origin/master' into release-1.32
  > 639247c Drop use of winreadlinkvolume godebug option
  > 220d7c3 Merge remote-tracking branch 'origin/master' into release-1.32
  > c199d3b Revert to go1.22 windows filesystem stdlib behavior
  > 16af2ff implement unsafe deletion, and wire it
  > 6ff8305 api: run codegen
  > ca9b8b2 api: add a new field to meta/v1 DeleteOptions
  > d941d9f Merge pull request # 128503 from benluddy/cbor-codecs-featuregate
  > 3b4250f Wire serving codecs to CBOR feature gate.
  > daaad09 Merge pull request # 128501 from benluddy/watch-cbor-seq
  > d70754f Merge pull request # 128380 from pohly/log-TODO-logcheck
  > 8019856 Use application/cbor-seq media type in streaming CBOR responses.
  > a447138 Merge pull request # 128553 from thockin/master
  > 230b216 apiserver: avoid TODO in public docs
  > b5e8106 Merge pull request # 128580 from jpbetz/bump-kube-openapi
  > 6a84120 Call-site comments: the "" arg to TooLong is unused
  > fab6771 Merge pull request # 128462 from benluddy/cbor-direct-custom-marshalers
  > dbd5f43 hack/pin-dependency.sh k8s.io/kube-openapi 32ad38e42d3faf1ce94eb29f4ea6d763339b258e
  > 44ca070 Clarify that value arg to field.TooLong is unused
  > 9500acc Merge pull request # 128507 from dims/use-k8s.io/utils/lru-instead-of-github.com/golang/groupcache/lru
  > d695394 Reject custom marshalers from direct CBOR Marshal and Unmarshal.
  > 51cdbeb Kill TooLongMaxLength() in favor of TooLong()
  > cc3132f Use k8s.io/utils/lru instead of github.com/golang/groupcache/lru
  > f6d2366 Merge pull request # 128481 from carlory/dependencies-ginkgo-gomega
  > 27a0d27 dependencies: ginkgo v2.21.0, gomega v1.35.1
  > cbe039c Merge pull request # 128416 from jpbetz/reset-filter
  > 53a0379 Add ResetFieldsFilterStrategy
  > b7e0b16 hack/pin-dependency.sh sigs.k8s.io/structured-merge-diff/v4 v4.4.2
  > a25029a Merge pull request # 128456 from benluddy/nondeterministic-response-encoding
  > c56b207 Merge pull request # 128273 from benluddy/cbor-apply
  > 42acd35 Allow nondeterministic object encoding in HTTP response bodies.
  > 769bb80 Support application/apply-patch+cbor in patch requests.
  > 124c262 Merge pull request # 128243 from benluddy/cbor-dynamic-integration
  > 74ceb68 Export meta internal version scheme for testing.
  > 840a63c Add CBOR serializer option to disable JSON transcoding of raw types.
  > 02c4999 Add WithSerializer option to add serializers to CodecFactory.
  > 009e863 Use runtime.SerializerInfo in place of internal "serializerType".
  > cfee475 Merge pull request # 128165 from liggitt/prune-self-require
  > ba08122 Drop self-referencing replace directives
  > 51544a5 Merge pull request # 127862 from dinhxuanvu/cbor-fuzz
  > 8a237ee Merge pull request # 128099 from benluddy/nested-number-as-float64-portability
  > d143167 Add fuzz test for roundtrip unstructured objects to JSON/CBOR
  > 0612f08 Make NestedNumberAsFloat64 accuracy test architecture-neutral.
  > 2b29434 Merge pull request # 125570 from sanchezl/test-additional-types
  > ee6d966 Merge pull request # 127998 from skitt/golang-x-oct-2024
  > 0600781 cover additional types in unstructured roundtrip test
  > 2561a81 Merge pull request # 127985 from dims/update-moby-runc-dependencies-oct-10
  > 68b7185 October 2024 golang.org/x bump
  > ebca147 Update moby/runc dependencies
  > ea28d54 Merge pull request # 127942 from liggitt/json123
  > 9f62123 Update sigs.k8s.io/json to go1.23
  > acfda13 Merge pull request # 127838 from benluddy/unstructured-nested-number-as-float64
  > c463db1 Merge pull request # 127822 from benluddy/json-serializer-roundtrip-float64-no-fraction
  > f0c9bac Add NestedNumberAsFloat64 unstructured field accessor.
  > 999ccb8 Test concrete type changes in unstructured float64 JSON roundtrips.
  > 0db5dbf Merge pull request # 127691 from mmorel-35/testifylint/expected-actual@k8s.io/apimachinery
  > 6240126 fix: enable expected-actual rule from testifylint in module `k8s.io/apimachinery`
  > dc03077 Merge pull request # 125678 from benluddy/cbor-nondeterministic-encode
  > 7f7bf11 Merge pull request # 127319 from p0lyn0mial/upstream-define-initial-events-list-blueprint
  > 2a1df23 Support nondeterministic encode for the CBOR serializer.
  > c98a9e2 Merge pull request # 126760 from ncdc/ncdc/emeritus
  > 79b66fa apimachinery/meta/types.go: define InitialEventsListBlueprintAnnotationKey const
  > f7615f3 Merge pull request # 127366 from thockin/pr-119910-plus-thockin
  > d9292df Use emeritus_*
  > c7c91ed Merge pull request # 127435 from sttts/sttts-getmanagedfields-nocopy
  > d1fb2f4 Make accurate Quantity->float64 be a new method
  > eec4293 Move ncdc to emeritus
  > e60d3a5 unstructured: avoid deepcopying managedFields
  > 6db6128 Improve precision of Quantity.AsApproximateFloat64
  > 0fc0110 Merge pull request # 125186 from liyuerich/newserializer
  > b78556f KEP-4427 : AllowRelaxedDNSSearchValidation (# 127167)
  > 7312749 drop deprecated json/yaml newSerializers, use json.NewSerializerWithOptions instead
  > 4e174c5 Merge pull request # 127271 from liggitt/go1.23
  > 8e938ee Pin godebug default to go1.23
  > f9de914 Update go.mod to go 1.23
  > 2465dc5 Merge pull request # 126787 from Jefftree/update-kube-openapi
  > fbd2664 re-vendor k8s.io/kube-openapi
  > a8a2284 Merge pull request # 126715 from tklauser/use-go-stdlib-slices
  > 7e3bacd Use Go standard library slices package instead of k8s.io/utils/strings/slices
  > 95b7802 Merge pull request # 126231 from seans3/websocket-https-proxy-fix
bumping github.com/mailru/easyjson c120ca7...5e854fb:
  > 5e854fb Merge pull request # 388 from testwill/string
  > 78171e8 Merge pull request # 396 from SolidShake/fix-null-map-key
  > 37cdbe9 chore: use ret.String() instead of string(ret.Bytes())
  > 907f46a up go version to 1.20
  > 3229627 Fix null key in map
  > a209843 Fix bytesToStr (# 358)
  > 0e683d5 only default tests
  > 141f9c7 Merge pull request # 393 from iamtakingiteasy/master
  > 11c9d7f fix Readme
  > 8ef38d7 upd test version
  > 3bd36b7 Make current token kind public and accessible via Lexer.CurrentToken
  > 605adae Merge pull request # 352 from bulletmys/upd_ci
  > c2f6bad Merge pull request # 405 from IakovLeven/patch-1
  > eecedd1 add simple example to README and upd install cmd
  > 42b87bf upd readme and delete .travis.yml
  > d48874a Merge pull request # 381 from niallnsec/master
  > 46715aa Fix Unmarshaler interface description
  > e57b4c6 Merge pull request # 338 from MQasimSarfraz/patch-1
  > 738f356 fix run-on-arch-action actions
  > 34d2f3a Only add tags to run command if set
  > 7653026 Merge pull request # 342 from denis96z/master
  > 0c17714 Fix type in README.md
  > 309f1b6 add non amd64 actions
  > 573107b Copy byte array when unmarshalling RawMessage
  > e33cca9 fix too many arguments in call to MarshalJSON
  > 5fd7585 upd github actions
  > 3c100a7 upd github actions
  > 7c1e3c1 upd github actions
  > 4f5f962 add github actions
  > 52ae641 fix allocs expectations in tests
bumping github.com/prometheus/common 0c7b585...280b0e7:
  > 280b0e7 http_config: Allow customizing TLS config and settings. (# 748)
  > aea8919 Update common Prometheus files (# 747)
  > 8d916fa Bump golang.org/x/net from 0.32.0 to 0.33.0 (# 743)
  > fe88605 Bump google.golang.org/protobuf from 1.35.2 to 1.36.1 (# 744)
  > 5d9961d Update common Prometheus files (# 742)
  > 0a89b98 Merge pull request # 740 from dashpole/update_om_links
  > d88ee1f Remove deprecated sigv4 module (# 737)
  > e3926e2 update links to openmetrics to reference the v1.0.0 release
  > c3fdb17 Remove deprecated promlog package (# 738)
  > cf5f48f Change default validation scheme to UTF8Validation (# 724)
  > 7b484e9 Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 (# 732)
  > 05e3c40 Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (# 731)
  > a0ef737 Bump golang.org/x/net from 0.30.0 to 0.32.0 (# 736)
  > f99f029 Update common Prometheus files (# 726)
  > b88f24c promslog: always lowercase log level from CLI (# 728)
  > 2c3c048 Bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 (# 730)
  > ec7291f Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /assets (# 729)
  > 145b50a fix(promslog): always use UTC for time (# 735)
  > 39a62f7 fix: values escaping bugs (# 727)
  > 7ed4523 Allow custom user-agent definition (# 725)
  > e25286d Update common Prometheus files (# 722)
  > b83ece4 Mark promlog deprecated (# 720)
  > 8675cd9 Update common Prometheus files (# 721)
  > c971f56 setup dependabot for `github.com/prometheus/common/assets` (# 719)
  > 34874f2 Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 (# 711)
  > ab95209 chore: use testify instead of testing.Fatal (# 718)
  > 937c5b5 chore: enable perfsprint linter (# 717)
  > 28e4459 Bump golang.org/x/net from 0.29.0 to 0.30.0 (# 712)
  > b424bae Update common Prometheus files (# 714)
  > ee5cc87 Provide a way to get UserAgent (# 716)
  > 6ad2990 Mark sigv4 deprecated (# 715)
  > 653e0fa Update common Prometheus files (# 701)
  > 0d2e2e5 Reload certificates even when no CA is used (# 707)
  > a9d2e3f Merge pull request # 705 from roidelapluie/sourcefile
  > dae848d Update supported Go versions (# 700)
  > fdc50c7 promslog: Only log basename, not full path
  > 63ff77e Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 (# 698)
  > b7aa68c Bump golang.org/x/net from 0.28.0 to 0.29.0 (# 699)
  > 4e3a6fd feat: add `promslog.NewNopLogger()` convenience func (# 697)
  > d66e745 promslog: use UTC timestamps for go-kit log style (# 696)
  > 14bac55 Merge pull request # 695 from prometheus/repo_sync
  > 40d6251 Merge pull request # 694 from jkroepke/slog/writer
  > 8bc4cd5 Update common Prometheus files
  > fa21dfd Update common Prometheus files (# 692)
  > 5f9af24 slog: expose io.Writer
  > be8a747 fix(utf8): Fix multiple metric name inside braces validation (# 691)
  > bf4843e Merge pull request # 690 from ywwg/owilliams/default-escaping
  > 4f8e8f4 expfmt: Add WithEscapingScheme to help construct Formats (# 688)
  > 01da226 Change the default escape method to UnderscoreEscaping
  > b1880d0 Merge pull request # 687 from roidelapluie/checkheader
  > 06c2425 Bump golang.org/x/net from 0.27.0 to 0.28.0 (# 685)
  > 334963d Change the logic for SetDirectory
  > 4606c0a Bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 (# 684)
  > d64a747 Remove secret file existence check in Validate for headers
  > d98411b Merge pull request # 683 from tjhop/docs/promslog-README
  > 9bbc9cb Merge pull request # 677 from tjhop/feat/add-promslog-pkg
  > 76549db docs: mention new promslog package in package list in README
  > 6623230 Provide a method for explicitly checking label names for legacy validity. (# 682)
  > 6ea2584 feat: new promslog and promslog/flag packages to wrap log/slog
  > 19d0796 Merge pull request # 681 from prometheus/repo_sync
  > 8968b6c expfmt: Add UTF-8 syntax support in text_parse.go (# 670)
  > 29a2d2c Update common Prometheus files
  > cd4bcc0 Update golangci lint (# 679)
  > 2cac84e Update client_golang (# 676)
  > 79c0459 Merge pull request # 675 from dswarbrick/fix-32bit-overflows
  > 1dade5b sigv4: support nil body (# 673)
  > 008d7b8 Fix overflows of untyped int constants on 32-bit
  > 430dbfe Bump github.com/aws/aws-sdk-go from 1.54.19 to 1.55.5 in /sigv4 (# 671)
  > d235298 Update common Prometheus files (# 674)
  > 3f9e4f8 Merge pull request # 672 from prometheus/repo_sync
  > a3eaa75 Merge pull request # 668 from ywwg/owilliams/param
  > 6eac2f4 Update common Prometheus files
  > 0b924af Bump golang.org/x/net from 0.26.0 to 0.27.0 (# 667)
  > a9acdc7 use basic string in IsValidLegacyMetricName
  > 4cf22c5 Merge pull request # 665 from prometheus/superq/revert_unexport
  > 1d53a04 Update common Prometheus files (# 664)
  > c3e8247 Deprecate format strings
  > 8e3075b Bump github.com/aws/aws-sdk-go from 1.54.7 to 1.54.11 in /sigv4 (# 661)
  > 279f076 Revert "Unexport Format strings"
  > 3e6afe2 remove dependency to github.com/prometheus/client_golang in sigv4
  > 8742f09 Merge pull request # 647 from multani/fix-oauth2-secret-file-refresh
  > 249682f Don't always fetch a OAuth2 token, if the secret from a file didn't change
bumping golang.org/x/time 5d9ef58...2c6c5a2:
  > 2c6c5a2 rate: prevent overflows when calculating durationFromTokens
  > 1ce61fe rate: make function comment match function name
  > 3846194 README: don't recommend go get
  > 772484e x/time/rate: correctly handle 0 limits
bumping k8s.io/utils 18e509b...24370be:
  > 24370be [Fake clock] Make Stop / Reset return false if Timer stopped (# 320)
  > 6fe5fd8 Merge pull request # 319 from dims/add-lock-unlock-in-SetEvictionFunc
  > 3ea5e8c Merge pull request # 318 from dims/add-a-helper-method-to-set-eviction-function-after-construction
  > 7a270de Add lock/unlock in SetEvictionFunc
  > 49e7df5 Merge pull request # 296 from skitt/deprecate-minmax
  > 7edc6f1 Add a helper method to set eviction function after construction
  > 702e33f Merge pull request # 317 from gibizer/revert-stdlib-slices
  > 3abbf95 Deprecate integer min/max functions
  > f90d014 Merge pull request # 315 from tklauser/deprecated-strings-slices
  > 8866f61 Revert "Deprecate strings/slices functions covered by stdlib slices"
  > 4965b0f Deprecate strings/slices functions covered by stdlib slices
bumping k8s.io/api e45474d...78094a6:
  > 78094a6 Update dependencies to v0.32.2 tag
  > 25d8df3 Merge pull request # 129544 from pohly/automated-cherry-pick-of-# 129543-origin-release-1.32
  > 5b9e013 DRA API: bump maximum size of ReservedFor to 256
  > b0543a3 Merge remote-tracking branch 'origin/master' into release-1.32
  > f6bae9a Drop use of winreadlinkvolume godebug option
  > ea815d5 Merge remote-tracking branch 'origin/master' into release-1.32
  > c331a79 Revert to go1.22 windows filesystem stdlib behavior
  > f8e5e36 Merge pull request # 128407 from ndixita/pod-level-resources
  > 84e0db8 Merge pull request # 127857 from Jefftree/cle-v1alpha2
  > 59e28a2 Generated files and compatability data from API changes
  > cbaf5a0 Merge pull request # 128686 from thockin/take_over_pr-125233
  > fe602ca generated
  > 0e93f35 API changes for Pod Level Resources
  > a503a4f Merge pull request # 128687 from tallclair/allocated-status
  > 4063a68 Add missing comments in k8s.io/api/core/v1
  > fac8edb v1alpha2 LeaseCandidate API
  > 3f43b5a Merge pull request # 128240 from LionelJouin/KEP-4817
  > 5c8b57b Fix AllocatedResources feature gate annotation
  > 0869e9d Merge pull request # 127513 from tkashem/delete-undecryptable
  > 6d5d359 [KEP-4817] make update
  > 789a813 Merge pull request # 128247 from mattcary/autodelete-ga
  > 37e6a0f api: run codegen
  > 2682ef5 [KEP-4817] Add limits on conditions and IPs + fix documentation
  > 685b65d Merge pull request # 127360 from knight42/feat/split-stdout-stderr-server-side
  > e2345ac Promote StatefulSetAutoDeletePVC to stable for 1.32.
  > b77ba70 [KEP-4817] make update
  > 612908a Merge pull request # 128658 from stlaz/ctb_alpha_extend
  > ce43056 chore: update generated code
  > 9cf8216 [KEP-4817] Update to v1beta1
  > e3d7188 make update
  > f5f6291 feat(api): add field stream to PodLogOptions
  > 4906416 [KEP-4817] Rename Addresses to IPs
  > 092396f move CTB alpha deprecation 2 releases
  > f49b1f6 [KEP-4817] Fixes based on review
  > 4772861 Merge pull request # 128601 from pohly/dra-api-opaque-parameters-length-limit
  > 10835c5 [KEP-4817] Remove pointer on Data, InterfaceName and HWAddress fields
  > 459b3bf Merge pull request # 124074 from carlory/clean-100001
  > 24915e6 DRA API: add maximum length of opaque parameters
  > 46ba30d [KEP-4817] API, validation and feature-gate
  > 21783c0 Merge pull request # 124918 from SergeyKanzhelev/commentIgnoringBadStatuses
  > efdeb32 fix description for PersistentVolumeSource and VolumeSource
  > d0b03b7 Merge pull request # 127511 from pohly/dra-1.32-api
  > ec01ced generated files
  > 844328b DRA API: rename DeviceCapacity.Quantity to DeviceCapacity.Value
  > c6b73b3 added a comment that statuses lists are not being validated
  > efa5c37 DRA API: use DeviceCapacity struct instead of plain Quantity
  > 7b908e3 DRA API: generated files
  > 54ca1b5 DRA API: register v1beta1
  > 14de824 DRA API: update lifecyle meta data
  > 239a7ed DRA API: search/replace v1alpha3 -> v1beta1
  > 6e2a63b DRA API: verbatim copy of v1alpha3 -> v1beta1
  > c26e6f2 DRA API: enhance validation testing
  > 165f3f1 DRA API: fix some comments
  > 1a9f852 Merge pull request # 128266 from AnishShah/resize-subresource
  > 5dab122 client-go: rename Resize to UpdateResize
  > 887a747 api: generate client code for resize subresource
  > 1ddf895 Merge pull request # 128580 from jpbetz/bump-kube-openapi
  > 6b396ee Merge pull request # 127134 from jpbetz/mutating-admission
  > ff9b850 hack/pin-dependency.sh k8s.io/kube-openapi 32ad38e42d3faf1ce94eb29f4ea6d763339b258e
  > f8a03b7 Merge pull request # 126862 from carlory/HPAContainerMetrics
  > 784a505 generate code
  > 433e4b6 Merge pull request # 128396 from ritazh/deprecate-EnforceMountableSecretsAnnotation
  > 257928e Remove generally available feature gate HPAContainerMetrics
  > b845441 Add MutatingAdmissionPolicy API
  > 4b3ef36 Merge pull request # 127981 from jsafrane/selinux-changepolicy
  > 0b5b1f3 deprecate EnforceMountableSecretsAnnotation in 1.32
  > a653b0a Merge pull request # 128507 from dims/use-k8s.io/utils/lru-instead-of-github.com/golang/groupcache/lru
  > 94ead2c Regenerated API
  > 670c3bb Use k8s.io/utils/lru instead of github.com/golang/groupcache/lru
  > 2aab976 Introduce SELinuxChangePolicy
  > 6e61ea0 Merge pull request # 128481 from carlory/dependencies-ginkgo-gomega
  > b2a9832 dependencies: ginkgo v2.21.0, gomega v1.35.1
  > 23d2de5 Merge pull request # 128416 from jpbetz/reset-filter
  > 6dca434 hack/pin-dependency.sh sigs.k8s.io/structured-merge-diff/v4 v4.4.2
  > 271c79c Merge pull request # 127266 from pohly/dra-admin-access-in-status
  > 83984c0 DRA: treat AdminAccess as a new feature gated field
  > 42cd986 DRA admin access: add feature gate
  > a92a267 DRA API: AdminAccess in DeviceRequestAllocationResult
  > 9e599fa Merge pull request # 128299 from SergeyKanzhelev/updateDHS
  > 6e9c7c8 Merge pull request # 128101 from pohly/dra-api-cel-cost-limit
  > 87f586b regenerate files
  > b911f66 Merge pull request # 128336 from soltysh/cronjob_timestamp_stable
  > a55f410 DRA cel: enforce runtime limit by default again
  > 6a365ee update device health status comments
  > fed59ee Promote job creation timestamp annotation to stable
  > 659a4e4 DRA API: implement CEL cost limit
  > dac1d89 Merge pull request # 128244 from gnufied/fix-fsgroup-behaviour
  > eca7a28 Merge pull request # 126955 from tallclair/cleanup
  > aa41bf3 Apply fsGroup when accessMode is ReadWriteOncePod
  > aef9cfe Merge pull request # 126508 from googs1025/fix_typo
  > 6d975e4 Remove corev1.Binding deprecation message
  > 2be23f6 Merge pull request # 128165 from liggitt/prune-self-require
  > 87acb39 fix comment in core/v1 package
  > 8f28966 Merge pull request # 128003 from pohly/dra-classic-dra-removal
  > 1cad93f Drop self-referencing replace directives
  > 8f5147e Merge pull request # 127402 from mimowo/managed-by-beta-update
  > 865f567 DRA: remove "classic DRA"
  > dcc0be0 Merge pull request # 122867 from oilbeater/patch-1
  > 59ba9ea Graduate JobManagedBy to Beta in 1.32
  > a432ebe Merge pull request # 127998 from skitt/golang-x-oct-2024
  > 38b7f74 fix broken links
  > b2e7d73 Merge pull request # 127985 from dims/update-moby-runc-dependencies-oct-10
  > ef33a69 October 2024 golang.org/x bump
  > af94f16 Update moby/runc dependencies
  > 9b59401 Merge pull request # 127942 from liggitt/json123
  > 9942c89 Update sigs.k8s.io/json to go1.23
  > f2b3dfa Merge pull request # 127876 from aojea/k8s_api
  > d83f134 remove unnecessary dependency on k8s.io/api
  > 5c8e0b9 Merge pull request # 127664 from ebblake/typofix
  > 3de15a6 docs: typo fix in VolumeAttachments
  > 71385f0 Merge pull request # 126760 from ncdc/ncdc/emeritus
  > e14a61a Merge pull request # 126977 from aaron-prindle/compat-version-132
  > 9ccd881 Use emeritus_*
  > f57f3ce chore: bump DefaultKubeBinaryVersion to 1.32, make 1.32 CEL changes, fix int tests to handle 1 version off API deprecation, and fix prerelease-lifecycle-gen for # of APIs
  > 6dd7b52 Move ncdc to emeritus
  > 9dc1a95 Merge pull request # 127271 from liggitt/go1.23
  > 1e79482 Pin godebug default to go1.23
  > 93ea1cf Update go.mod to go 1.23
  > 4219046 Merge pull request # 127117 from robert-cronin/fix/traffic-distribution-comment
  > 0bda2b2 Update TrafficDistribution comment to reflect graduated beta status in v1.31
  > 6c684f9 Update TrafficDistribution comment to reflect graduated beta status in v1.31
  > 2ed5b3f Merge pull request # 126940 from pohly/dra-1.31-api-comments
  > 2ab66df Merge pull request # 127006 from deads2k/clarify-local-ref
  > 56b18fa DRA API: update some comments
  > 91507bf generated
  > 1aa9f66 clarify that new usages of generic *Reference structs are discouraged
  > 7ac1f76 Merge pull request # 126787 from Jefftree/update-kube-openapi
  > 0d659a2 re-vendor k8s.io/kube-openapi
  > 0a3fbba Merge pull request # 126749 from thockin/master
  > e893bb9 fix v1a3 ResourceSliceList metadata field name
  > 5b597d2 Merge pull request # 126673 from SataQiu/v1.31.0-api-testdata
  > 2eb892c Merge pull request # 126482 from LionelJouin/fix-dra-comment
  > 5eb7d74 Remove v1.29.0 API testdata
  > 42ff139 Merge pull request # 126545 from yangjunmyfm192085/updatepersistentVolumeClaimRetentionPolicy
  > d14dfa6 DRA: Fix ResourceClaimTemplateSpec comment
  > 37e89a9 Add v1.31.0 API testdata
  > 41aad2d Updated incorrect description of persistentVolumeClaimRetentionPolicy
  > fb1fc30 Merge pull request # 124012 from Jefftree/le-controller
  > cbb97a5 update codegen and openapi
bumping knative.dev/pkg c8bea7c...ae2c6bc:
  > ae2c6bc Bump K8s min version to v1.31 (# 3149)
bumping golang.org/x/net 8da7ed1...df97a48:
  > df97a48 go.mod: update golang.org/x dependencies
  > 2dab271 route: treat short sockaddr lengths as unspecified
  > b914489 internal/http3: refactor in prep for sharing transport/server code
  > ebd23f8 route: fix parsing network address of length zero
  > 938a9fb internal/http3: add request/response body transfer
  > 145b2d7 internal/http3: add RoundTrip
  > 5bda71a internal/http3: define connection and stream error types
  > 3c1185a internal/http3: return error on mid-frame EOF
  > a6c2c7f http2, internal/httpcommon: factor out common request header logic for h2/h3
  > c72e89d internal/http3: QPACK encoding and decoding
  > 93c1957 internal/http3: add Transport and ClientConn
  > 45432b5 internal/socket, webdav: use testing.T.TempDir
  > 56691ee quic: don't return EOF from ReadByte when we have a byte
  > 7ad0ebf internal/http3: qpack wire primitives
  > f6b2e53 internal/http3: basic stream read/write operations
  > 78717f9 internal/http3: error codes
  > 84b528b internal/http3: new package
  > 445eead http2: encode :protocol pseudo-header before regular headers
  > 5566b43 quic: add the ability to create an endpoint with a fake network
  > 97dd44e http2, internal/gate: move Gate type to an internal package
  > 35e1007 quic, internal/quic/quicwire: split wire encode/decode functions to new package
  > 0a5dcdd http2: disable extended CONNECT by default
  > 03179ce quic: report error string when peer closes connection
  > 4428704 quic: surface connection errors in stream methods
  > dc3b8a8 quic: return error from Stream.Flush
  > 2e60102 quic, internal/testcert: move test cert to internal package
bumping google.golang.org/genproto/googleapis/api 19429a9...e9438ea:
  > e9438ea chore(all): auto-regenerate .pb.go files (# 1187)
  > 7023788 chore(all): auto-regenerate .pb.go files (# 1186)
  > 29210b9 chore(all): update all (# 1185)
  > 65684f5 chore(all): auto-regenerate .pb.go files (# 1184)
  > 138b5a5 chore(all): update all (# 1183)
  > 1a7da9e chore(all): update all (# 1182)
  > 5f5ef82 chore(all): update all (# 1181)
  > 6982302 chore: bump to min Go to 1.22 (# 1180)
  > 26aa7a2 chore(all): update all (# 1178)
  > 3abc09e chore(all): update all (# 1177)
  > 6b3ec00 fix: update golang.org/x/net to v0.33.0 (# 1176)
  > bd15449 chore(all): auto-regenerate .pb.go files (# 1175)
  > 9240e9c chore(all): update all (# 1174)
  > e6fa225 chore(all): update all (# 1173)
  > a4fef06 chore(all): auto-regenerate .pb.go files (# 1172)
bumping k8s.io/client-go 4b5b7fa...86ff7a1:
  > 86ff7a1 Update dependencies to v0.32.2 tag
  > 4765ade Merge remote-tracking branch 'origin/master' into release-1.32
  > 692a511 Drop use of winreadlinkvolume godebug option
  > 9df5099 Merge remote-tracking branch 'origin/master' into release-1.32
  > 120beb2 Revert to go1.22 windows filesystem stdlib behavior
  > 55d23e2 Align fake client-go clients with the main interface
  > 646e79b Run codegen
  > c475fe0 Generify fake clientsets
  > 955401c Merge pull request # 128407 from ndixita/pod-level-resources
  > eddb107 Merge pull request # 127857 from Jefftree/cle-v1alpha2
  > 77d9809 Generated files and compatability data from API changes
  > ef8b7aa generated
  > bf1a6ee v1alpha2 LeaseCandidate API
  > ec12655 Merge pull request # 128240 from LionelJouin/KEP-4817
  > fcfb2ba Merge pull request # 127513 from tkashem/delete-undecryptable
  > fba42f0 [KEP-4817] make update
  > fe3db7f Merge pull request # 128681 from soltysh/client-go_port_forward_reset
  > e132ac2 handle watch for unsafe delete
  > bfbe175 [KEP-4817] make update
  > 2d3b1e2 Merge pull request # 128356 from lauralorenz/crashloopbackoff-maintain10minuterecoverythreshold
  > bf41455 Clean error handling in port-forward
  > 95fc3d7 api: run codegen
  > c57e0a8 Merge pull request # 128641 from benluddy/e2e-cbor-client-compat
  > ab2cdce Maintain 10 minute recovery threshold for container backoff
  > d6404c8 fix: draining remote stream after port-forward connection broken
  > 4953761 Fix content type fallback when a client defaults to CBOR.
  > c57dbd8 Merge pull request # 128503 from benluddy/cbor-codecs-featuregate
  > 334e307 Wire serving codecs to CBOR feature gate.
  > 2d5ed6f Merge pull request # 128501 from benluddy/watch-cbor-seq
  > 10c2fdb Use application/cbor-seq media type in streaming CBOR responses.
  > ae04abd Merge pull request # 127511 from pohly/dra-1.32-api
  > 4e05c62 DRA API: rename DeviceCapacity.Quantity to DeviceCapacity.Value
  > f65974c DRA API: use DeviceCapacity struct instead of plain Quantity
  > 98e4506 DRA API: generated files
  > e6df85f Merge pull request # 128266 from AnishShah/resize-subresource
  > db23975 client-go: rename Resize to UpdateResize
  > 951bba3 update codegen
  > fc589c2 api: generate client code for resize subresource
  > 9d76eb1 Merge pull request # 128539 from benluddy/cbor-feature-gates
  > c1010ff Merge pull request # 128580 from jpbetz/bump-kube-openapi
  > 8cb2167 Add CBOR feature gates.
  > 6d45801 Merge pull request # 127134 from jpbetz/mutating-admission
  > 48c6947 hack/pin-dependency.sh k8s.io/kube-openapi 32ad38e42d3faf1ce94eb29f4ea6d763339b258e
  > 3fc0d17 Merge pull request # 128396 from ritazh/deprecate-EnforceMountableSecretsAnnotation
  > b5002f1 Update OpenAPI and fix openAPI tests to handle unexported jsonreferences
  > f6b6807 Merge pull request # 128552 from aojea/package_kubernete_test
  > f77b399 deprecate EnforceMountableSecretsAnnotation in 1.32
  > 5295d25 generate code
  > 1f96e45 fix package name
  > 3a26884 Merge pull request # 128547 from aojea/rest_watch
  > be38ea1 Merge pull request # 127981 from jsafrane/selinux-changepolicy
  > d69191c rest client watch: use same name for package as folder
  > 2ff8874 Merge pull request # 128507 from dims/use-k8s.io/utils/lru-instead-of-github.com/golang/groupcache/lru
  > f0b2234 Regenerated API
  > 6c84382 Use k8s.io/utils/lru instead of github.com/golang/groupcache/lru
  > 6755414 Merge pull request # 128497 from benluddy/cbor-request-contenttype-circuit-breaker
  > b3f6ede Merge pull request # 127743 from googs1025/cleanup/leaderelection
  > 15af21a Fall back to JSON request encoding after CBOR 415.
  > d680385 Merge pull request # 128481 from carlory/dependencies-ginkgo-gomega
  > 1b8aded chore(leader-election): modify leader-election comment to OnStoppedLeading callback is always called when the LeaderElector exits, even if it did not start leading.
  > d99919f dependencies: ginkgo v2.21.0, gomega v1.35.1
  > c5d71b2 Merge pull request # 128416 from jpbetz/reset-filter
  > 10f4596 hack/pin-dependency.sh sigs.k8s.io/structured-merge-diff/v4 v4.4.2
  > 6ba2fc7 Merge pull request # 128273 from benluddy/cbor-apply
  > d7104c6 Merge pull request # 127266 from pohly/dra-admin-access-in-status
  > b0bd1f5 Regenerate clients to support application/apply-patch+cbor.
  > d86bbae DRA: treat AdminAccess as a new feature gated field
  > cff5621 Support application/apply-patch+cbor in patch requests.
  > d321931 DRA API: AdminAccess in DeviceRequestAllocationResult
  > a887e57 Merge pull request # 128323 from benluddy/cbor-client-gen
  > 886262a Update vendor (client now calls ParseAccept from goautoneg).
  > c957b59 Wire client feature gates affecting RESTClient content config.
  > 9d19c65 Update generated clients.
  > d8fc5bb Make generated client codecs support CBOR based on feature gate.
  > 3dc7fd5 Merge pull request # 128243 from benluddy/cbor-dynamic-integration
  > abe0e99 Merge pull request # 125314 from enj/enj/i/proto_for_core
  > 1cca19d Add test-only client feature gates for CBOR.
  > 86e81b0 Generated
  > 6f44458 Use protobuf for core clients
  > 1647efd client-go/rest: move content type wiring from client to request
  > c5146a9 Merge pull request # 126697 from fedebongio/patch-1
  > f05f3ca Merge pull request # 125516 from ComingCL/master
  > 65ed08a Update OWNERS
  > 23900f4 Merge pull request # 128165 from liggitt/prune-self-require
  > de60f3c fix typo errors in client-go rest package
  > 29ce700 Update staging/src/k8s.io/client-go/tools/leaderelection/OWNERS
  > 6a276b2 Merge pull request # 128003 from pohly/dra-classic-dra-removal
  > 607869c Drop self-referencing replace directives
  > 3c2f081 Update OWNERS
  > d366fa7 DRA: remove "classic DRA"
  > 2359365 Merge pull request # 128064 from dims/update-to-last-versions-of-some-very-infrequently-updated-repos
  > 43e9ea4 Merge pull request # 124059 from benluddy/dynamic-client-negotiation
  > e4db112 Update to last versions of some very infrequently updated repos
  > ee51eaf Use content negotiation in the dynamic client.
  > c38ce11 Merge pull request # 127812 from p0lyn0mial/upstream-decode-list-blueprint
  > 9cff3e4 Merge pull request # 128035 from alexanderstephan/export-reflector
  > d274c7b client-go/rest/request: decodes initialEventsListBlueprint for watchlist requests
  > ce42c29 Make getter names for reflector fields idiomatic
  > 64f5574 Merge pull request # 127998 from skitt/golang-x-oct-2024
  > 2717ef6 Merge pull request # 127985 from dims/update-moby-runc-dependencies-oct-10
  > 9f84a0d October 2024 golang.org/x bump
  > 6b8f524 Update moby/runc dependencies
  > d13452a Merge pull request # 127485 from seans3/websocket-upgrade-error-info
  > 3cd3050 Upgrade websocket failure add extra error info
  > cd6681f Merge pull request # 127942 from liggitt/json123
  > bbcb9ac Update sigs.k8s.io/json to go1.23
  > cae7305 Merge pull request # 127944 from antoninbas/use-generics-for-delaying-queue-waitFor
  > ba20fca Merge pull request # 127663 from alexanderstephan/export-reflector
  > 3c28f81 Use generics for waitFor (delaying workqueue) in client-go
  > 0dfea60 Merge pull request # 127710 from alvaroaleman/document
  > 146d03f Export name and typeDescription members of reflector struct
  > 5fceb99 Merge pull request # 127635 from antoninbas/use-generics-for-queue-metrics
  > 7416b2e RestCfg: Add godocs on how to disable ratelimiting
  > 5b31113 Use generics for workqueue metrics
  > ca4a13f Merge pull request # 127827 from skitt/client-go-obsolete-plugins
  > 105983d client-go: remove obsolete auth plugins from examples
  > 3ecd72c Merge pull request # 127099 from jpbetz/object-selectors-ga
  > 415a0d6 Merge pull request # 127765 from alvaroaleman/fix
  > 1d3f0e5 Add dynamic informers tests for field and label selectors
  > 71640ef Fix accidental breaking change in TypedNewDelayingQueue
  > 4609339 Merge pull request # 127689 from mmorel-35/testifylint/expected-actual@k8s.io/client-go
  > ea4f3d0 Merge pull request # 127682 from mmorel-35/testifylint/nil-compare@k8s.io/client-go
  > 9d7f486 fix: enable expected-actual rule from testifylint in module `k8s.io/client-go`
  > 2d7a47c Merge pull request # 126764 from liggitt/mergo
  > 84137c2 fix: enable error-nil and nil-compare rules from testifylint in module `k8s.io/client-go`
  > e2b5fa7 Merge pull request # 127535 from mmorel-35/testifylint/contains@k8s.io/client-go
  > 1b9b709 Update vendor
  > 374753a Merge pull request # 127539 from mmorel-35/testifylint/error-is-as@k8s.io/client-go
  > c2ecdf4 fix: enable contains rule from testifylint in module `k8s.io/client-go`
  > a398951 Implement limited merge function
  > dfbc1c7 Merge pull request # 125917 from skitt/drop-auth-path-kubernetes-auth
  > baf58c3 fix: enable error-is-as rule from testifylint in module `k8s.io/client-go`
  > 56b7eaf Narrow merge interface to merging the same types
  > d79bc28 Merge pull request # 127466 from guozheng-shen/fix-return
  > e996fa7 Drop references to auth-path and kubernetes_auth
  > b3dca7e Isolate mergo use, add test coverage and error checking
  > 5395fd1 adds watchListEndpointRestrictions for watchlist requests (# 126996)
  > 4d28b83 endpointsLeasesResourceLock and configMapsLeasesResourceLock are removed too
  > def003b Merge pull request # 127573 from benluddy/dynamic-golden-response-test
  > 08c6c31 Add test for unintended changes to dynamic client response handling.
  > fcb1b60 Merge pull request # 127527 from mmorel-35/testifylint/compares@k8s.io/client-go
  > 290f054 fix: enable compares rule from testifylint in module
  > 8887e59 Merge pull request # 126760 from ncdc/ncdc/emeritus
  > 40a93af Merge pull request # 127422 from srivastav-abhishek/go-vet-fix
  > da3ab4e Move ncdc to emeritus
  > 4f57ad3 Merge pull request # 127388 from p0lyn0mial/upstream-watchlist-meta-client
  > 7141d01 Fix Go vet errors for master golang
  > b42d55b client-go/metadata: use watchlist
  > 892e9b8 client-go/metadata: add watchlist method
  > 68a23b8 client-go/metadata: refactor List method
  > fb6ca04 Merge pull request # 125186 from liyuerich/newserializer
  > 53c7e93 Merge pull request # 126999 from pohly/log-client-go-rest-body
  > 68d318f drop deprecated json/yaml newSerializers, use json.NewSerializerWithOptions instead
  > c5e16f8 Merge pull request # 127271 from liggitt/go1.23
  > 3d02d42 client-go/rest: contextual logging of request/response
  > 1431fe0 Pin godebug default to go1.23
  > 9daa93c Update go.mod to go 1.23
  > 8d0bbdf Merge pull request # 126809 from ryantxu/fix-client-get-list
  > 51f5488 Merge pull request # 115834 from stlaz/remote-uid
  > fae3dcd avoid panic when subresource is a list
  > 9dd4d6e client-go: add the UID to the auth-proxy roundtripper
  > 4fca708 Merge pull request # 127011 from jpbetz/format-only-imports
  > 2b73540 generate
  > bc8a8ba Merge pull request # 127035 from alvaroaleman/rename-TypedNewDelayingQueue
  > c311da2 Rename TypedNewDelayingQueue to NewTypedDelayingQueue
  > 388eba6 Merge pull request # 127023 from aimuz/fix-lead
  > 6c241d5 Merge pull request # 127001 from skitt/applyconfiguration-gen-ambiguous
  > 4379fad leaderelection: replace deprecated wait.PollImmediateUntil with wait.PollUntilContextTimeout
  > d50e2a9 Merge pull request # 126265 from tnqn/fix-watch-error
  > d7a6826 Run codegen
  > 9db830e Merge pull request # 126727 from jpbetz/fix-fake-apply-name
  > 009514e Enrich the error returned from Request.Watch method
  > c795125 Merge pull request # 126954 from deads2k/retry-http2
  > 86c9611 Use Fatalf for non-recoverable errors in test
  > 0b9a7d2 Merge pull request # 124747 from l-technicore/update_event_spam_key
  > d69e298 automatically retry GET requests when http2 connection lost
  > 908d899 Stamp fake client apply reuqests with name from action
  > dec9eaa Merge pull request # 126787 from Jefftree/update-kube-openapi
  > aa6ed1b Updating event spam key to allow recording of more unique events
  > 4696521 Merge pull request # 126716 from stlaz/tlscachekey_comparable
  > aa547ee re-vendor k8s.io/kube-openapi
  > 79827ce Merge pull request # 126038 from mprahl/retry-watcher-forbidden
  > d63a65f ensure tlsCacheKey is strictly comparable to avoid runtime panics
  > 78c1586 Merge pull request # 126655 from tklauser/log-spelling-fix
  > 2176e80 Stop the RetryWatcher when failing due to permissions issue
  > 690fd52 Merge pull request # 126545 from yangjunmyfm192085/updatepersistentVolumeClaimRetentionPolicy
  > ae43527 client-go: fix typo in leaderelection error log message
  > 1a951c2 Updated incorrect description of persistentVolumeClaimRetentionPolicy
  > 71959c5 Merge pull request # 126405 from sttts/sttts-sync-informerfactory-start
  > b6f7bdf informers: add comment that Start does not block
bumping golang.org/x/oauth2 22134a4...b9c813b:
  > b9c813b google: add warning about externally-provided credentials
  > 49a531d all: make method and struct comments match the names

Signed-off-by: Knative Automation <automation@knative.team>
2025-02-26 14:56:29 +00:00
Knative Automation cd0465a8f3
Update community files (#926)
Signed-off-by: Knative Automation <automation@knative.team>
2025-02-19 01:38:34 +00:00
Knative Automation fae69d3056
upgrade to latest dependencies (#924)
bumping golang.org/x/tools 1743d1a...09747cd:
  > 09747cd go.mod: update golang.org/x dependencies
  > dc9353b gopls/internal/analysis/modernize: appendclipped: unclip
  > a886a1c internal/analysisinternal: AddImport handles dot imports
  > 94c3c49 go/analysis/analysistest: RunWithSuggestedFix: assume valid fixes
  > 5f9967d gopls/internal/analysis/modernize: strings.Split -> SplitSeq
  > a1eb5fd go/analysis/passes/framepointer: support arm64
  > 9c087d9 internal/analysis/gofix: change "forward" back to "inline"
  > 82317ce gopls/internal/analysis/modernize: slices.Delete: import slices
  > e65ea15 go/analysis/internal/checker: implement three-way merge
  > a9bf6fd gopls/internal/analysis/modernize: remove SortStable
  > 4d1de70 internal/apidiff: remove
  > 584f556 gopls/internal/cache: downgrade bug reports for inconsistent metadata
  > fa7774c gopls/internal/test/integration: reduce flakes in TestTelemetryPrompt
  > 8baecea gopls/internal/analysis/modernize: mapsloop: fix two bugs
  > 1320197 gopls/internal/analysis/modernize/cmd/modernize: create
  > 0dc10dc gopls/internal/analysis/gofix: use cursor API
  > 2088703 gopls/internal/util/moreiters: iterator functions
  > 0fd02ca gopls/internal/telemetry/cmd/stacks: tweak IgnoreSymbolContains
  > 5a1ba4d gopls/doc/release/v0.18.0: describe inline analyzer
  > 03a72db gopls/internal/analysis/gofix: move and rename
  > bf4db91 gopls/internal/analysis/modernize: for i := 0; i < n; i++ -> range n
  > 73edff8 gopls/internal/cache/testfuncs: fix matching of test names
  > 0a1a6c7 gopls/doc/release: document the new workspaceFiles option
  > bcb63f9 internal/refactor/inline/analyzer: redo directive parsing
  > 6557d18 internal/refactor/inline/analyzer: handle cross-package constants
  > 74b5526 gopls/internal/golang: support package symbols
  > e8d5340 gopls/imports: use a module cache index
  > 3626367 gopls/internal/golang: hide signature help
  > 8e4c841 gopls/internal/server: embed style metadata in vulncheck progress
  > 33e624f internal/refactor/inline/analyzer: document
  > 70a7d86 internal/refactor/inline/analyzer: use forward for consts
  > 0556adb gopls: skip unusedparams for generated files
  > e9f7be9 internal/astutil/cursor: add Cursor.Child(Node) Cursor
  > f912a4f internal/refactor/inline/analyzer: inline consts into local scopes
  > 0abda08 internal/refactor/inline/analyzer: export only cross-package facts
  > 88d91cb internal/refactor/inline/analyzer: same-package consts
  > 269282d go/analysis/passes/stdversion: use Go 1.22 functionality
  > da3a6b2 internal/settings: add inliner to analyses
  > b3bde13 x/tools: use types.VarKind consistently
  > 51f179c gopls/internal/golang: downgrade bug report in ExtractToNewFile
  > 5ffcf75 internal/refactor/inline: avoid crash when inlining empty function
  > dace8c8 gopls/internal/analysis/modernize: fix bug in slicescontains
  > b781375 gopls/internal/protocol: delete MappedRange
  > bbe00fb gopls/internal/server: gopls.vulncheck return both vuln report and token
  > 058d583 gopls/internal/golang: don't apply edits in codeAction/resolve
  > a721d4c internal/typesinternal: factor out IsPackageLevel
  > f0ddc4b gopls/internal/analysis: use Cursor.Edge in two analyzers
  > 80ffd3c internal/astutil/cursor: add Cursor.Edge method
  > db7fffc go/ast/inspector: separate stack + event types
  > d648f91 go/ast/inspector: fork ast.Inspect
  > d68fc51 internal/diff: Merge
  > 9f450b0 go/analysis/passes/printf: suppress errors for non-const format strings
  > e426616 godoc,present,refactor: modernize
  > 8171d94 gopls/internal/analysis/fillstruct: preserve existing formatting
  > ac81e9f internal/testenv: RedirectStderr: fix race
  > bce67c4 go/analysis/internal/checker: validate SuggestedFixes
  > bb0a9cd gopls: remove go.sum files from integration tests
  > edafbe5 tools: fix typos in docs and comments
  > 891e3b6 internal/telemetry/cmd/stacks: cmd/compile reopen
  > 4f1e910 internal/telemetry/cmd/stacks: reopen issues
  > 114ac82 go/analysis: preparatory cleanups
  > 1c9f002 internal/gocommand: add openbsd to the set of GOOS to debug
  > f055343 internal/telemetry/cmd/stacks: divert GitHub changes during testing
  > 3e68f53 internal/telemetry/cmd/stacks: add GitHub client
  > 45227b6 internal/modindex: add LookupAll(pkg, names)
  > 71c7ff3 gopls: report SemanticHighlight for format string directives
  > 7a015ab internal/gocommand: send SIGQUIT to hanging go commands on posix
  > fcc9d81 internal/telemetry/cmd/stacks: anchored literals
  > 684910f internal/telemetry/cmd/stacks: fix distinctStacks
  > d5cd1f8 gopls: add WorkspaceFiles option
  > 30bd6fd internal/telemetry/cmd/stacks: move dry run checks down
  > e4adc38 internal/telemetry/cmd/stacks: remove Issue.predicateText
  > 8bf2b65 gopls/internal/cache: add more debugging for golang/go# 64235
  > 7479e1b internal/telemetry/cmd/stacks: test predicates
  > 726ba32 internal/telemetry/cmd/stacks: minor tweaks
  > 9f4a509 gopls/internal/telemetry/cmd/stacks: add dry run flag
  > 38d0631 gopls/internal/test: update hover test to be tolerant proxy changes
  > b0164fc gopls/doc/release: add semantic token config change
  > 96a07bb gopls/internal/settings: include deprecation message in api-json
  > df4e4ef ssa: fix typo in doc comment for Program.FuncValue
  > 1261a24 gopls/internal/analysis/modernize: slicesdelete
  > cab6608 gopls/internal/golang/completion: fix crash adding receiver type params
  > 32c4665 gopls/internal/golang/completion: avoid crash in comment completion
  > 85e8b42 gopls/internal/analysis/modernize: omitzero
  > 344e482 golang/internal/highlight: check idx < len before indexing
  > 4828981 gopls/internal/telemetry/cmd/stacks: build compiler from root
  > 3f87563 go/cfg: remove empty goto (without label) from test case
  > 9d9b0b6 go/packages: use go.dev/issue links in comment
  > 66ef73e gopls/internal/golang: improve "toggle compiler opt details"
  > 79cde82 gopls/internal/protocol/command: remove the redundant gopls.test command
  > 7d99ad7 gopls/internal/highlight: DocumentHighlight for format strings
  > 4403100 gopls/internal/golang: customize semantic token types and modifiers
  > c9ef861 gopls/internal/telemetry/cmd/stacks: don't forward GOEXPERIMENT from env
  > 0933021 go/ssa: remove coretype_test.go
  > 73a7070 gopls/internal/telemetry/cmd/stacks: paginate issue search
  > fec8580 gopls/internal/analysis/modernize: replace loop with slices.Contains
  > ee36e77 gopls/internal/telemetry/cmd/stacks: support cmd/compile
  > 8a5a6d7 gopls/internal/telemetry/cmd/stacks: refactor report processing to support different programs
  > 5fef1f2 gopls/internal/telemetry/cmd/stacks: add cmd/compile support to readPCLineTable
  > 1335f05 gopls/internal/util/frob: Decode: improve panic on empty
  > 0b95e04 gopls: filter out hints for closed files and make modernizers hints
  > 8f9869c go/ssa: use NormalTerms
  > 8912752 gopls/internal/protocol: optimized DocumentURI.Path for MODCACHE
  > cecec2c go/ssa: add typeset iteration helper
  > 1501321 gopls/internal/analysis/modernize: fix bug in minmax
  > b31dda4 gopls/internal/analysis/modernize: fix bug in mapsloop
  > c1a7fcf go/analysis/passes/printf: extract operation parsing logic into tools/internal/fmtstr
  > 1b796a9 go/ssa: removing termList type
  > 6efe0f4 internal/astutil/cursor: Cursor.Ancestors iterator
  > df3de6a gopls: prepare for mod cache index
  > ae303ab gopls/internal/analysis/modernize: replace WithCancel with t.Cancel
  > 60643c0 go/types/typeutil: clarify what inGenericSig applies to
  > 248b94e go/ast/inspector: treat empty type filter like nil
  > 6016188 cmd: apply modernizers
  > f7fb515 internal/analysisinternal: check for interface recievers
  > b4e093e go/packages: run TestIssue70394 with Go 1.23
  > 16f2979 gopls/internal/analysis: unusedvariable
  > fc2161a internal/analysis/modernize: minmax: don't reduce to y:=min(x, y)
  > 155dc6e gopls/internal/settings: document why unusedvariable is off
  > ac8980c gopls/internal/protocol: modernize to use any
  > 2ad5c90 gopls/internal/settings: set severity=Info for modernizers
  > 7c7f353 gopls/internal/analysis/hostport: report net.Dial("%s:%d") addresses
  > 8179c75 internal/analysisinternal: factor useful helper functions
  > a339e37 gopls/internal/util/persistent: {Map,Set}: use iter.Seq2
  > a2408f8 internal/astutil/cursor: Cursor.Children: document invariants
  > ee69ea2 go/analysis/analysistest: avoid nil panic from an invalid token.Pos
bumping k8s.io/apimachinery a8f449e...59e9003:
  > 59e9003 Merge remote-tracking branch 'origin/master' into release-1.32
  > 639247c Drop use of winreadlinkvolume godebug option
  > 220d7c3 Merge remote-tracking branch 'origin/master' into release-1.32
  > c199d3b Revert to go1.22 windows filesystem stdlib behavior
  > 16af2ff implement unsafe deletion, and wire it
  > 6ff8305 api: run codegen
  > ca9b8b2 api: add a new field to meta/v1 DeleteOptions
  > d941d9f Merge pull request # 128503 from benluddy/cbor-codecs-featuregate
  > 3b4250f Wire serving codecs to CBOR feature gate.
  > daaad09 Merge pull request # 128501 from benluddy/watch-cbor-seq
  > d70754f Merge pull request # 128380 from pohly/log-TODO-logcheck
  > 8019856 Use application/cbor-seq media type in streaming CBOR responses.
  > a447138 Merge pull request # 128553 from thockin/master
  > 230b216 apiserver: avoid TODO in public docs
  > b5e8106 Merge pull request # 128580 from jpbetz/bump-kube-openapi
  > 6a84120 Call-site comments: the "" arg to TooLong is unused
  > fab6771 Merge pull request # 128462 from benluddy/cbor-direct-custom-marshalers
  > dbd5f43 hack/pin-dependency.sh k8s.io/kube-openapi 32ad38e42d3faf1ce94eb29f4ea6d763339b258e
  > 44ca070 Clarify that value arg to field.TooLong is unused
  > 9500acc Merge pull request # 128507 from dims/use-k8s.io/utils/lru-instead-of-github.com/golang/groupcache/lru
  > d695394 Reject custom marshalers from direct CBOR Marshal and Unmarshal.
  > 51cdbeb Kill TooLongMaxLength() in favor of TooLong()
  > cc3132f Use k8s.io/utils/lru instead of github.com/golang/groupcache/lru
  > f6d2366 Merge pull request # 128481 from carlory/dependencies-ginkgo-gomega
  > 27a0d27 dependencies: ginkgo v2.21.0, gomega v1.35.1
  > cbe039c Merge pull request # 128416 from jpbetz/reset-filter
  > 53a0379 Add ResetFieldsFilterStrategy
  > b7e0b16 hack/pin-dependency.sh sigs.k8s.io/structured-merge-diff/v4 v4.4.2
  > a25029a Merge pull request # 128456 from benluddy/nondeterministic-response-encoding
  > c56b207 Merge pull request # 128273 from benluddy/cbor-apply
  > 42acd35 Allow nondeterministic object encoding in HTTP response bodies.
  > 769bb80 Support application/apply-patch+cbor in patch requests.
  > 124c262 Merge pull request # 128243 from benluddy/cbor-dynamic-integration
  > 74ceb68 Export meta internal version scheme for testing.
  > 840a63c Add CBOR serializer option to disable JSON transcoding of raw types.
  > 02c4999 Add WithSerializer option to add serializers to CodecFactory.
  > 009e863 Use runtime.SerializerInfo in place of internal "serializerType".
  > cfee475 Merge pull request # 128165 from liggitt/prune-self-require
  > ba08122 Drop self-referencing replace directives
  > 51544a5 Merge pull request # 127862 from dinhxuanvu/cbor-fuzz
  > 8a237ee Merge pull request # 128099 from benluddy/nested-number-as-float64-portability
  > d143167 Add fuzz test for roundtrip unstructured objects to JSON/CBOR
  > 0612f08 Make NestedNumberAsFloat64 accuracy test architecture-neutral.
  > 2b29434 Merge pull request # 125570 from sanchezl/test-additional-types
  > ee6d966 Merge pull request # 127998 from skitt/golang-x-oct-2024
  > 0600781 cover additional types in unstructured roundtrip test
  > 2561a81 Merge pull request # 127985 from dims/update-moby-runc-dependencies-oct-10
  > 68b7185 October 2024 golang.org/x bump
  > ebca147 Update moby/runc dependencies
  > ea28d54 Merge pull request # 127942 from liggitt/json123
  > 9f62123 Update sigs.k8s.io/json to go1.23
  > acfda13 Merge pull request # 127838 from benluddy/unstructured-nested-number-as-float64
  > c463db1 Merge pull request # 127822 from benluddy/json-serializer-roundtrip-float64-no-fraction
  > f0c9bac Add NestedNumberAsFloat64 unstructured field accessor.
  > 999ccb8 Test concrete type changes in unstructured float64 JSON roundtrips.
  > 0db5dbf Merge pull request # 127691 from mmorel-35/testifylint/expected-actual@k8s.io/apimachinery
  > 6240126 fix: enable expected-actual rule from testifylint in module `k8s.io/apimachinery`
  > dc03077 Merge pull request # 125678 from benluddy/cbor-nondeterministic-encode
  > 7f7bf11 Merge pull request # 127319 from p0lyn0mial/upstream-define-initial-events-list-blueprint
  > 2a1df23 Support nondeterministic encode for the CBOR serializer.
  > c98a9e2 Merge pull request # 126760 from ncdc/ncdc/emeritus
  > 79b66fa apimachinery/meta/types.go: define InitialEventsListBlueprintAnnotationKey const
  > f7615f3 Merge pull request # 127366 from thockin/pr-119910-plus-thockin
  > d9292df Use emeritus_*
  > c7c91ed Merge pull request # 127435 from sttts/sttts-getmanagedfields-nocopy
  > d1fb2f4 Make accurate Quantity->float64 be a new method
  > eec4293 Move ncdc to emeritus
  > e60d3a5 unstructured: avoid deepcopying managedFields
  > 6db6128 Improve precision of Quantity.AsApproximateFloat64
  > 0fc0110 Merge pull request # 125186 from liyuerich/newserializer
  > b78556f KEP-4427 : AllowRelaxedDNSSearchValidation (# 127167)
  > 7312749 drop deprecated json/yaml newSerializers, use json.NewSerializerWithOptions instead
  > 4e174c5 Merge pull request # 127271 from liggitt/go1.23
  > 8e938ee Pin godebug default to go1.23
  > f9de914 Update go.mod to go 1.23
  > 2465dc5 Merge pull request # 126787 from Jefftree/update-kube-openapi
  > fbd2664 re-vendor k8s.io/kube-openapi
  > a8a2284 Merge pull request # 126715 from tklauser/use-go-stdlib-slices
  > 7e3bacd Use Go standard library slices package instead of k8s.io/utils/strings/slices
  > 95b7802 Merge pull request # 126231 from seans3/websocket-https-proxy-fix
bumping github.com/mailru/easyjson c120ca7...5e854fb:
  > 5e854fb Merge pull request # 388 from testwill/string
  > 78171e8 Merge pull request # 396 from SolidShake/fix-null-map-key
  > 37cdbe9 chore: use ret.String() instead of string(ret.Bytes())
  > 907f46a up go version to 1.20
  > 3229627 Fix null key in map
  > a209843 Fix bytesToStr (# 358)
  > 0e683d5 only default tests
  > 141f9c7 Merge pull request # 393 from iamtakingiteasy/master
  > 11c9d7f fix Readme
  > 8ef38d7 upd test version
  > 3bd36b7 Make current token kind public and accessible via Lexer.CurrentToken
  > 605adae Merge pull request # 352 from bulletmys/upd_ci
  > c2f6bad Merge pull request # 405 from IakovLeven/patch-1
  > eecedd1 add simple example to README and upd install cmd
  > 42b87bf upd readme and delete .travis.yml
  > d48874a Merge pull request # 381 from niallnsec/master
  > 46715aa Fix Unmarshaler interface description
  > e57b4c6 Merge pull request # 338 from MQasimSarfraz/patch-1
  > 738f356 fix run-on-arch-action actions
  > 34d2f3a Only add tags to run command if set
  > 7653026 Merge pull request # 342 from denis96z/master
  > 0c17714 Fix type in README.md
  > 309f1b6 add non amd64 actions
  > 573107b Copy byte array when unmarshalling RawMessage
  > e33cca9 fix too many arguments in call to MarshalJSON
  > 5fd7585 upd github actions
  > 3c100a7 upd github actions
  > 7c1e3c1 upd github actions
  > 4f5f962 add github actions
  > 52ae641 fix allocs expectations in tests
bumping github.com/prometheus/common 0c7b585...280b0e7:
  > 280b0e7 http_config: Allow customizing TLS config and settings. (# 748)
  > aea8919 Update common Prometheus files (# 747)
  > 8d916fa Bump golang.org/x/net from 0.32.0 to 0.33.0 (# 743)
  > fe88605 Bump google.golang.org/protobuf from 1.35.2 to 1.36.1 (# 744)
  > 5d9961d Update common Prometheus files (# 742)
  > 0a89b98 Merge pull request # 740 from dashpole/update_om_links
  > d88ee1f Remove deprecated sigv4 module (# 737)
  > e3926e2 update links to openmetrics to reference the v1.0.0 release
  > c3fdb17 Remove deprecated promlog package (# 738)
  > cf5f48f Change default validation scheme to UTF8Validation (# 724)
  > 7b484e9 Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 (# 732)
  > 05e3c40 Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (# 731)
  > a0ef737 Bump golang.org/x/net from 0.30.0 to 0.32.0 (# 736)
  > f99f029 Update common Prometheus files (# 726)
  > b88f24c promslog: always lowercase log level from CLI (# 728)
  > 2c3c048 Bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 (# 730)
  > ec7291f Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /assets (# 729)
  > 145b50a fix(promslog): always use UTC for time (# 735)
  > 39a62f7 fix: values escaping bugs (# 727)
  > 7ed4523 Allow custom user-agent definition (# 725)
  > e25286d Update common Prometheus files (# 722)
  > b83ece4 Mark promlog deprecated (# 720)
  > 8675cd9 Update common Prometheus files (# 721)
  > c971f56 setup dependabot for `github.com/prometheus/common/assets` (# 719)
  > 34874f2 Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 (# 711)
  > ab95209 chore: use testify instead of testing.Fatal (# 718)
  > 937c5b5 chore: enable perfsprint linter (# 717)
  > 28e4459 Bump golang.org/x/net from 0.29.0 to 0.30.0 (# 712)
  > b424bae Update common Prometheus files (# 714)
  > ee5cc87 Provide a way to get UserAgent (# 716)
  > 6ad2990 Mark sigv4 deprecated (# 715)
  > 653e0fa Update common Prometheus files (# 701)
  > 0d2e2e5 Reload certificates even when no CA is used (# 707)
  > a9d2e3f Merge pull request # 705 from roidelapluie/sourcefile
  > dae848d Update supported Go versions (# 700)
  > fdc50c7 promslog: Only log basename, not full path
  > 63ff77e Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 (# 698)
  > b7aa68c Bump golang.org/x/net from 0.28.0 to 0.29.0 (# 699)
  > 4e3a6fd feat: add `promslog.NewNopLogger()` convenience func (# 697)
  > d66e745 promslog: use UTC timestamps for go-kit log style (# 696)
  > 14bac55 Merge pull request # 695 from prometheus/repo_sync
  > 40d6251 Merge pull request # 694 from jkroepke/slog/writer
  > 8bc4cd5 Update common Prometheus files
  > fa21dfd Update common Prometheus files (# 692)
  > 5f9af24 slog: expose io.Writer
  > be8a747 fix(utf8): Fix multiple metric name inside braces validation (# 691)
  > bf4843e Merge pull request # 690 from ywwg/owilliams/default-escaping
  > 4f8e8f4 expfmt: Add WithEscapingScheme to help construct Formats (# 688)
  > 01da226 Change the default escape method to UnderscoreEscaping
  > b1880d0 Merge pull request # 687 from roidelapluie/checkheader
  > 06c2425 Bump golang.org/x/net from 0.27.0 to 0.28.0 (# 685)
  > 334963d Change the logic for SetDirectory
  > 4606c0a Bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 (# 684)
  > d64a747 Remove secret file existence check in Validate for headers
  > d98411b Merge pull request # 683 from tjhop/docs/promslog-README
  > 9bbc9cb Merge pull request # 677 from tjhop/feat/add-promslog-pkg
  > 76549db docs: mention new promslog package in package list in README
  > 6623230 Provide a method for explicitly checking label names for legacy validity. (# 682)
  > 6ea2584 feat: new promslog and promslog/flag packages to wrap log/slog
  > 19d0796 Merge pull request # 681 from prometheus/repo_sync
  > 8968b6c expfmt: Add UTF-8 syntax support in text_parse.go (# 670)
  > 29a2d2c Update common Prometheus files
  > cd4bcc0 Update golangci lint (# 679)
  > 2cac84e Update client_golang (# 676)
  > 79c0459 Merge pull request # 675 from dswarbrick/fix-32bit-overflows
  > 1dade5b sigv4: support nil body (# 673)
  > 008d7b8 Fix overflows of untyped int constants on 32-bit
  > 430dbfe Bump github.com/aws/aws-sdk-go from 1.54.19 to 1.55.5 in /sigv4 (# 671)
  > d235298 Update common Prometheus files (# 674)
  > 3f9e4f8 Merge pull request # 672 from prometheus/repo_sync
  > a3eaa75 Merge pull request # 668 from ywwg/owilliams/param
  > 6eac2f4 Update common Prometheus files
  > 0b924af Bump golang.org/x/net from 0.26.0 to 0.27.0 (# 667)
  > a9acdc7 use basic string in IsValidLegacyMetricName
  > 4cf22c5 Merge pull request # 665 from prometheus/superq/revert_unexport
  > 1d53a04 Update common Prometheus files (# 664)
  > c3e8247 Deprecate format strings
  > 8e3075b Bump github.com/aws/aws-sdk-go from 1.54.7 to 1.54.11 in /sigv4 (# 661)
  > 279f076 Revert "Unexport Format strings"
  > 3e6afe2 remove dependency to github.com/prometheus/client_golang in sigv4
  > 8742f09 Merge pull request # 647 from multani/fix-oauth2-secret-file-refresh
  > 249682f Don't always fetch a OAuth2 token, if the secret from a file didn't change
bumping golang.org/x/time 5d9ef58...2c6c5a2:
  > 2c6c5a2 rate: prevent overflows when calculating durationFromTokens
  > 1ce61fe rate: make function comment match function name
  > 3846194 README: don't recommend go get
  > 772484e x/time/rate: correctly handle 0 limits
bumping k8s.io/utils 18e509b...24370be:
  > 24370be [Fake clock] Make Stop / Reset return false if Timer stopped (# 320)
  > 6fe5fd8 Merge pull request # 319 from dims/add-lock-unlock-in-SetEvictionFunc
  > 3ea5e8c Merge pull request # 318 from dims/add-a-helper-method-to-set-eviction-function-after-construction
  > 7a270de Add lock/unlock in SetEvictionFunc
  > 49e7df5 Merge pull request # 296 from skitt/deprecate-minmax
  > 7edc6f1 Add a helper method to set eviction function after construction
  > 702e33f Merge pull request # 317 from gibizer/revert-stdlib-slices
  > 3abbf95 Deprecate integer min/max functions
  > f90d014 Merge pull request # 315 from tklauser/deprecated-strings-slices
  > 8866f61 Revert "Deprecate strings/slices functions covered by stdlib slices"
  > 4965b0f Deprecate strings/slices functions covered by stdlib slices
bumping k8s.io/api e45474d...78094a6:
  > 78094a6 Update dependencies to v0.32.2 tag
  > 25d8df3 Merge pull request # 129544 from pohly/automated-cherry-pick-of-# 129543-origin-release-1.32
  > 5b9e013 DRA API: bump maximum size of ReservedFor to 256
  > b0543a3 Merge remote-tracking branch 'origin/master' into release-1.32
  > f6bae9a Drop use of winreadlinkvolume godebug option
  > ea815d5 Merge remote-tracking branch 'origin/master' into release-1.32
  > c331a79 Revert to go1.22 windows filesystem stdlib behavior
  > f8e5e36 Merge pull request # 128407 from ndixita/pod-level-resources
  > 84e0db8 Merge pull request # 127857 from Jefftree/cle-v1alpha2
  > 59e28a2 Generated files and compatability data from API changes
  > cbaf5a0 Merge pull request # 128686 from thockin/take_over_pr-125233
  > fe602ca generated
  > 0e93f35 API changes for Pod Level Resources
  > a503a4f Merge pull request # 128687 from tallclair/allocated-status
  > 4063a68 Add missing comments in k8s.io/api/core/v1
  > fac8edb v1alpha2 LeaseCandidate API
  > 3f43b5a Merge pull request # 128240 from LionelJouin/KEP-4817
  > 5c8b57b Fix AllocatedResources feature gate annotation
  > 0869e9d Merge pull request # 127513 from tkashem/delete-undecryptable
  > 6d5d359 [KEP-4817] make update
  > 789a813 Merge pull request # 128247 from mattcary/autodelete-ga
  > 37e6a0f api: run codegen
  > 2682ef5 [KEP-4817] Add limits on conditions and IPs + fix documentation
  > 685b65d Merge pull request # 127360 from knight42/feat/split-stdout-stderr-server-side
  > e2345ac Promote StatefulSetAutoDeletePVC to stable for 1.32.
  > b77ba70 [KEP-4817] make update
  > 612908a Merge pull request # 128658 from stlaz/ctb_alpha_extend
  > ce43056 chore: update generated code
  > 9cf8216 [KEP-4817] Update to v1beta1
  > e3d7188 make update
  > f5f6291 feat(api): add field stream to PodLogOptions
  > 4906416 [KEP-4817] Rename Addresses to IPs
  > 092396f move CTB alpha deprecation 2 releases
  > f49b1f6 [KEP-4817] Fixes based on review
  > 4772861 Merge pull request # 128601 from pohly/dra-api-opaque-parameters-length-limit
  > 10835c5 [KEP-4817] Remove pointer on Data, InterfaceName and HWAddress fields
  > 459b3bf Merge pull request # 124074 from carlory/clean-100001
  > 24915e6 DRA API: add maximum length of opaque parameters
  > 46ba30d [KEP-4817] API, validation and feature-gate
  > 21783c0 Merge pull request # 124918 from SergeyKanzhelev/commentIgnoringBadStatuses
  > efdeb32 fix description for PersistentVolumeSource and VolumeSource
  > d0b03b7 Merge pull request # 127511 from pohly/dra-1.32-api
  > ec01ced generated files
  > 844328b DRA API: rename DeviceCapacity.Quantity to DeviceCapacity.Value
  > c6b73b3 added a comment that statuses lists are not being validated
  > efa5c37 DRA API: use DeviceCapacity struct instead of plain Quantity
  > 7b908e3 DRA API: generated files
  > 54ca1b5 DRA API: register v1beta1
  > 14de824 DRA API: update lifecyle meta data
  > 239a7ed DRA API: search/replace v1alpha3 -> v1beta1
  > 6e2a63b DRA API: verbatim copy of v1alpha3 -> v1beta1
  > c26e6f2 DRA API: enhance validation testing
  > 165f3f1 DRA API: fix some comments
  > 1a9f852 Merge pull request # 128266 from AnishShah/resize-subresource
  > 5dab122 client-go: rename Resize to UpdateResize
  > 887a747 api: generate client code for resize subresource
  > 1ddf895 Merge pull request # 128580 from jpbetz/bump-kube-openapi
  > 6b396ee Merge pull request # 127134 from jpbetz/mutating-admission
  > ff9b850 hack/pin-dependency.sh k8s.io/kube-openapi 32ad38e42d3faf1ce94eb29f4ea6d763339b258e
  > f8a03b7 Merge pull request # 126862 from carlory/HPAContainerMetrics
  > 784a505 generate code
  > 433e4b6 Merge pull request # 128396 from ritazh/deprecate-EnforceMountableSecretsAnnotation
  > 257928e Remove generally available feature gate HPAContainerMetrics
  > b845441 Add MutatingAdmissionPolicy API
  > 4b3ef36 Merge pull request # 127981 from jsafrane/selinux-changepolicy
  > 0b5b1f3 deprecate EnforceMountableSecretsAnnotation in 1.32
  > a653b0a Merge pull request # 128507 from dims/use-k8s.io/utils/lru-instead-of-github.com/golang/groupcache/lru
  > 94ead2c Regenerated API
  > 670c3bb Use k8s.io/utils/lru instead of github.com/golang/groupcache/lru
  > 2aab976 Introduce SELinuxChangePolicy
  > 6e61ea0 Merge pull request # 128481 from carlory/dependencies-ginkgo-gomega
  > b2a9832 dependencies: ginkgo v2.21.0, gomega v1.35.1
  > 23d2de5 Merge pull request # 128416 from jpbetz/reset-filter
  > 6dca434 hack/pin-dependency.sh sigs.k8s.io/structured-merge-diff/v4 v4.4.2
  > 271c79c Merge pull request # 127266 from pohly/dra-admin-access-in-status
  > 83984c0 DRA: treat AdminAccess as a new feature gated field
  > 42cd986 DRA admin access: add feature gate
  > a92a267 DRA API: AdminAccess in DeviceRequestAllocationResult
  > 9e599fa Merge pull request # 128299 from SergeyKanzhelev/updateDHS
  > 6e9c7c8 Merge pull request # 128101 from pohly/dra-api-cel-cost-limit
  > 87f586b regenerate files
  > b911f66 Merge pull request # 128336 from soltysh/cronjob_timestamp_stable
  > a55f410 DRA cel: enforce runtime limit by default again
  > 6a365ee update device health status comments
  > fed59ee Promote job creation timestamp annotation to stable
  > 659a4e4 DRA API: implement CEL cost limit
  > dac1d89 Merge pull request # 128244 from gnufied/fix-fsgroup-behaviour
  > eca7a28 Merge pull request # 126955 from tallclair/cleanup
  > aa41bf3 Apply fsGroup when accessMode is ReadWriteOncePod
  > aef9cfe Merge pull request # 126508 from googs1025/fix_typo
  > 6d975e4 Remove corev1.Binding deprecation message
  > 2be23f6 Merge pull request # 128165 from liggitt/prune-self-require
  > 87acb39 fix comment in core/v1 package
  > 8f28966 Merge pull request # 128003 from pohly/dra-classic-dra-removal
  > 1cad93f Drop self-referencing replace directives
  > 8f5147e Merge pull request # 127402 from mimowo/managed-by-beta-update
  > 865f567 DRA: remove "classic DRA"
  > dcc0be0 Merge pull request # 122867 from oilbeater/patch-1
  > 59ba9ea Graduate JobManagedBy to Beta in 1.32
  > a432ebe Merge pull request # 127998 from skitt/golang-x-oct-2024
  > 38b7f74 fix broken links
  > b2e7d73 Merge pull request # 127985 from dims/update-moby-runc-dependencies-oct-10
  > ef33a69 October 2024 golang.org/x bump
  > af94f16 Update moby/runc dependencies
  > 9b59401 Merge pull request # 127942 from liggitt/json123
  > 9942c89 Update sigs.k8s.io/json to go1.23
  > f2b3dfa Merge pull request # 127876 from aojea/k8s_api
  > d83f134 remove unnecessary dependency on k8s.io/api
  > 5c8e0b9 Merge pull request # 127664 from ebblake/typofix
  > 3de15a6 docs: typo fix in VolumeAttachments
  > 71385f0 Merge pull request # 126760 from ncdc/ncdc/emeritus
  > e14a61a Merge pull request # 126977 from aaron-prindle/compat-version-132
  > 9ccd881 Use emeritus_*
  > f57f3ce chore: bump DefaultKubeBinaryVersion to 1.32, make 1.32 CEL changes, fix int tests to handle 1 version off API deprecation, and fix prerelease-lifecycle-gen for # of APIs
  > 6dd7b52 Move ncdc to emeritus
  > 9dc1a95 Merge pull request # 127271 from liggitt/go1.23
  > 1e79482 Pin godebug default to go1.23
  > 93ea1cf Update go.mod to go 1.23
  > 4219046 Merge pull request # 127117 from robert-cronin/fix/traffic-distribution-comment
  > 0bda2b2 Update TrafficDistribution comment to reflect graduated beta status in v1.31
  > 6c684f9 Update TrafficDistribution comment to reflect graduated beta status in v1.31
  > 2ed5b3f Merge pull request # 126940 from pohly/dra-1.31-api-comments
  > 2ab66df Merge pull request # 127006 from deads2k/clarify-local-ref
  > 56b18fa DRA API: update some comments
  > 91507bf generated
  > 1aa9f66 clarify that new usages of generic *Reference structs are discouraged
  > 7ac1f76 Merge pull request # 126787 from Jefftree/update-kube-openapi
  > 0d659a2 re-vendor k8s.io/kube-openapi
  > 0a3fbba Merge pull request # 126749 from thockin/master
  > e893bb9 fix v1a3 ResourceSliceList metadata field name
  > 5b597d2 Merge pull request # 126673 from SataQiu/v1.31.0-api-testdata
  > 2eb892c Merge pull request # 126482 from LionelJouin/fix-dra-comment
  > 5eb7d74 Remove v1.29.0 API testdata
  > 42ff139 Merge pull request # 126545 from yangjunmyfm192085/updatepersistentVolumeClaimRetentionPolicy
  > d14dfa6 DRA: Fix ResourceClaimTemplateSpec comment
  > 37e89a9 Add v1.31.0 API testdata
  > 41aad2d Updated incorrect description of persistentVolumeClaimRetentionPolicy
  > fb1fc30 Merge pull request # 124012 from Jefftree/le-controller
  > cbb97a5 update codegen and openapi
bumping knative.dev/pkg c8bea7c...ae2c6bc:
  > ae2c6bc Bump K8s min version to v1.31 (# 3149)
bumping golang.org/x/net 8da7ed1...df97a48:
  > df97a48 go.mod: update golang.org/x dependencies
  > 2dab271 route: treat short sockaddr lengths as unspecified
  > b914489 internal/http3: refactor in prep for sharing transport/server code
  > ebd23f8 route: fix parsing network address of length zero
  > 938a9fb internal/http3: add request/response body transfer
  > 145b2d7 internal/http3: add RoundTrip
  > 5bda71a internal/http3: define connection and stream error types
  > 3c1185a internal/http3: return error on mid-frame EOF
  > a6c2c7f http2, internal/httpcommon: factor out common request header logic for h2/h3
  > c72e89d internal/http3: QPACK encoding and decoding
  > 93c1957 internal/http3: add Transport and ClientConn
  > 45432b5 internal/socket, webdav: use testing.T.TempDir
  > 56691ee quic: don't return EOF from ReadByte when we have a byte
  > 7ad0ebf internal/http3: qpack wire primitives
  > f6b2e53 internal/http3: basic stream read/write operations
  > 78717f9 internal/http3: error codes
  > 84b528b internal/http3: new package
  > 445eead http2: encode :protocol pseudo-header before regular headers
  > 5566b43 quic: add the ability to create an endpoint with a fake network
  > 97dd44e http2, internal/gate: move Gate type to an internal package
  > 35e1007 quic, internal/quic/quicwire: split wire encode/decode functions to new package
  > 0a5dcdd http2: disable extended CONNECT by default
  > 03179ce quic: report error string when peer closes connection
  > 4428704 quic: surface connection errors in stream methods
  > dc3b8a8 quic: return error from Stream.Flush
  > 2e60102 quic, internal/testcert: move test cert to internal package
bumping google.golang.org/genproto/googleapis/api 19429a9...e9438ea:
  > e9438ea chore(all): auto-regenerate .pb.go files (# 1187)
  > 7023788 chore(all): auto-regenerate .pb.go files (# 1186)
  > 29210b9 chore(all): update all (# 1185)
  > 65684f5 chore(all): auto-regenerate .pb.go files (# 1184)
  > 138b5a5 chore(all): update all (# 1183)
  > 1a7da9e chore(all): update all (# 1182)
  > 5f5ef82 chore(all): update all (# 1181)
  > 6982302 chore: bump to min Go to 1.22 (# 1180)
  > 26aa7a2 chore(all): update all (# 1178)
  > 3abc09e chore(all): update all (# 1177)
  > 6b3ec00 fix: update golang.org/x/net to v0.33.0 (# 1176)
  > bd15449 chore(all): auto-regenerate .pb.go files (# 1175)
  > 9240e9c chore(all): update all (# 1174)
  > e6fa225 chore(all): update all (# 1173)
  > a4fef06 chore(all): auto-regenerate .pb.go files (# 1172)
bumping k8s.io/client-go 4b5b7fa...86ff7a1:
  > 86ff7a1 Update dependencies to v0.32.2 tag
  > 4765ade Merge remote-tracking branch 'origin/master' into release-1.32
  > 692a511 Drop use of winreadlinkvolume godebug option
  > 9df5099 Merge remote-tracking branch 'origin/master' into release-1.32
  > 120beb2 Revert to go1.22 windows filesystem stdlib behavior
  > 55d23e2 Align fake client-go clients with the main interface
  > 646e79b Run codegen
  > c475fe0 Generify fake clientsets
  > 955401c Merge pull request # 128407 from ndixita/pod-level-resources
  > eddb107 Merge pull request # 127857 from Jefftree/cle-v1alpha2
  > 77d9809 Generated files and compatability data from API changes
  > ef8b7aa generated
  > bf1a6ee v1alpha2 LeaseCandidate API
  > ec12655 Merge pull request # 128240 from LionelJouin/KEP-4817
  > fcfb2ba Merge pull request # 127513 from tkashem/delete-undecryptable
  > fba42f0 [KEP-4817] make update
  > fe3db7f Merge pull request # 128681 from soltysh/client-go_port_forward_reset
  > e132ac2 handle watch for unsafe delete
  > bfbe175 [KEP-4817] make update
  > 2d3b1e2 Merge pull request # 128356 from lauralorenz/crashloopbackoff-maintain10minuterecoverythreshold
  > bf41455 Clean error handling in port-forward
  > 95fc3d7 api: run codegen
  > c57e0a8 Merge pull request # 128641 from benluddy/e2e-cbor-client-compat
  > ab2cdce Maintain 10 minute recovery threshold for container backoff
  > d6404c8 fix: draining remote stream after port-forward connection broken
  > 4953761 Fix content type fallback when a client defaults to CBOR.
  > c57dbd8 Merge pull request # 128503 from benluddy/cbor-codecs-featuregate
  > 334e307 Wire serving codecs to CBOR feature gate.
  > 2d5ed6f Merge pull request # 128501 from benluddy/watch-cbor-seq
  > 10c2fdb Use application/cbor-seq media type in streaming CBOR responses.
  > ae04abd Merge pull request # 127511 from pohly/dra-1.32-api
  > 4e05c62 DRA API: rename DeviceCapacity.Quantity to DeviceCapacity.Value
  > f65974c DRA API: use DeviceCapacity struct instead of plain Quantity
  > 98e4506 DRA API: generated files
  > e6df85f Merge pull request # 128266 from AnishShah/resize-subresource
  > db23975 client-go: rename Resize to UpdateResize
  > 951bba3 update codegen
  > fc589c2 api: generate client code for resize subresource
  > 9d76eb1 Merge pull request # 128539 from benluddy/cbor-feature-gates
  > c1010ff Merge pull request # 128580 from jpbetz/bump-kube-openapi
  > 8cb2167 Add CBOR feature gates.
  > 6d45801 Merge pull request # 127134 from jpbetz/mutating-admission
  > 48c6947 hack/pin-dependency.sh k8s.io/kube-openapi 32ad38e42d3faf1ce94eb29f4ea6d763339b258e
  > 3fc0d17 Merge pull request # 128396 from ritazh/deprecate-EnforceMountableSecretsAnnotation
  > b5002f1 Update OpenAPI and fix openAPI tests to handle unexported jsonreferences
  > f6b6807 Merge pull request # 128552 from aojea/package_kubernete_test
  > f77b399 deprecate EnforceMountableSecretsAnnotation in 1.32
  > 5295d25 generate code
  > 1f96e45 fix package name
  > 3a26884 Merge pull request # 128547 from aojea/rest_watch
  > be38ea1 Merge pull request # 127981 from jsafrane/selinux-changepolicy
  > d69191c rest client watch: use same name for package as folder
  > 2ff8874 Merge pull request # 128507 from dims/use-k8s.io/utils/lru-instead-of-github.com/golang/groupcache/lru
  > f0b2234 Regenerated API
  > 6c84382 Use k8s.io/utils/lru instead of github.com/golang/groupcache/lru
  > 6755414 Merge pull request # 128497 from benluddy/cbor-request-contenttype-circuit-breaker
  > b3f6ede Merge pull request # 127743 from googs1025/cleanup/leaderelection
  > 15af21a Fall back to JSON request encoding after CBOR 415.
  > d680385 Merge pull request # 128481 from carlory/dependencies-ginkgo-gomega
  > 1b8aded chore(leader-election): modify leader-election comment to OnStoppedLeading callback is always called when the LeaderElector exits, even if it did not start leading.
  > d99919f dependencies: ginkgo v2.21.0, gomega v1.35.1
  > c5d71b2 Merge pull request # 128416 from jpbetz/reset-filter
  > 10f4596 hack/pin-dependency.sh sigs.k8s.io/structured-merge-diff/v4 v4.4.2
  > 6ba2fc7 Merge pull request # 128273 from benluddy/cbor-apply
  > d7104c6 Merge pull request # 127266 from pohly/dra-admin-access-in-status
  > b0bd1f5 Regenerate clients to support application/apply-patch+cbor.
  > d86bbae DRA: treat AdminAccess as a new feature gated field
  > cff5621 Support application/apply-patch+cbor in patch requests.
  > d321931 DRA API: AdminAccess in DeviceRequestAllocationResult
  > a887e57 Merge pull request # 128323 from benluddy/cbor-client-gen
  > 886262a Update vendor (client now calls ParseAccept from goautoneg).
  > c957b59 Wire client feature gates affecting RESTClient content config.
  > 9d19c65 Update generated clients.
  > d8fc5bb Make generated client codecs support CBOR based on feature gate.
  > 3dc7fd5 Merge pull request # 128243 from benluddy/cbor-dynamic-integration
  > abe0e99 Merge pull request # 125314 from enj/enj/i/proto_for_core
  > 1cca19d Add test-only client feature gates for CBOR.
  > 86e81b0 Generated
  > 6f44458 Use protobuf for core clients
  > 1647efd client-go/rest: move content type wiring from client to request
  > c5146a9 Merge pull request # 126697 from fedebongio/patch-1
  > f05f3ca Merge pull request # 125516 from ComingCL/master
  > 65ed08a Update OWNERS
  > 23900f4 Merge pull request # 128165 from liggitt/prune-self-require
  > de60f3c fix typo errors in client-go rest package
  > 29ce700 Update staging/src/k8s.io/client-go/tools/leaderelection/OWNERS
  > 6a276b2 Merge pull request # 128003 from pohly/dra-classic-dra-removal
  > 607869c Drop self-referencing replace directives
  > 3c2f081 Update OWNERS
  > d366fa7 DRA: remove "classic DRA"
  > 2359365 Merge pull request # 128064 from dims/update-to-last-versions-of-some-very-infrequently-updated-repos
  > 43e9ea4 Merge pull request # 124059 from benluddy/dynamic-client-negotiation
  > e4db112 Update to last versions of some very infrequently updated repos
  > ee51eaf Use content negotiation in the dynamic client.
  > c38ce11 Merge pull request # 127812 from p0lyn0mial/upstream-decode-list-blueprint
  > 9cff3e4 Merge pull request # 128035 from alexanderstephan/export-reflector
  > d274c7b client-go/rest/request: decodes initialEventsListBlueprint for watchlist requests
  > ce42c29 Make getter names for reflector fields idiomatic
  > 64f5574 Merge pull request # 127998 from skitt/golang-x-oct-2024
  > 2717ef6 Merge pull request # 127985 from dims/update-moby-runc-dependencies-oct-10
  > 9f84a0d October 2024 golang.org/x bump
  > 6b8f524 Update moby/runc dependencies
  > d13452a Merge pull request # 127485 from seans3/websocket-upgrade-error-info
  > 3cd3050 Upgrade websocket failure add extra error info
  > cd6681f Merge pull request # 127942 from liggitt/json123
  > bbcb9ac Update sigs.k8s.io/json to go1.23
  > cae7305 Merge pull request # 127944 from antoninbas/use-generics-for-delaying-queue-waitFor
  > ba20fca Merge pull request # 127663 from alexanderstephan/export-reflector
  > 3c28f81 Use generics for waitFor (delaying workqueue) in client-go
  > 0dfea60 Merge pull request # 127710 from alvaroaleman/document
  > 146d03f Export name and typeDescription members of reflector struct
  > 5fceb99 Merge pull request # 127635 from antoninbas/use-generics-for-queue-metrics
  > 7416b2e RestCfg: Add godocs on how to disable ratelimiting
  > 5b31113 Use generics for workqueue metrics
  > ca4a13f Merge pull request # 127827 from skitt/client-go-obsolete-plugins
  > 105983d client-go: remove obsolete auth plugins from examples
  > 3ecd72c Merge pull request # 127099 from jpbetz/object-selectors-ga
  > 415a0d6 Merge pull request # 127765 from alvaroaleman/fix
  > 1d3f0e5 Add dynamic informers tests for field and label selectors
  > 71640ef Fix accidental breaking change in TypedNewDelayingQueue
  > 4609339 Merge pull request # 127689 from mmorel-35/testifylint/expected-actual@k8s.io/client-go
  > ea4f3d0 Merge pull request # 127682 from mmorel-35/testifylint/nil-compare@k8s.io/client-go
  > 9d7f486 fix: enable expected-actual rule from testifylint in module `k8s.io/client-go`
  > 2d7a47c Merge pull request # 126764 from liggitt/mergo
  > 84137c2 fix: enable error-nil and nil-compare rules from testifylint in module `k8s.io/client-go`
  > e2b5fa7 Merge pull request # 127535 from mmorel-35/testifylint/contains@k8s.io/client-go
  > 1b9b709 Update vendor
  > 374753a Merge pull request # 127539 from mmorel-35/testifylint/error-is-as@k8s.io/client-go
  > c2ecdf4 fix: enable contains rule from testifylint in module `k8s.io/client-go`
  > a398951 Implement limited merge function
  > dfbc1c7 Merge pull request # 125917 from skitt/drop-auth-path-kubernetes-auth
  > baf58c3 fix: enable error-is-as rule from testifylint in module `k8s.io/client-go`
  > 56b7eaf Narrow merge interface to merging the same types
  > d79bc28 Merge pull request # 127466 from guozheng-shen/fix-return
  > e996fa7 Drop references to auth-path and kubernetes_auth
  > b3dca7e Isolate mergo use, add test coverage and error checking
  > 5395fd1 adds watchListEndpointRestrictions for watchlist requests (# 126996)
  > 4d28b83 endpointsLeasesResourceLock and configMapsLeasesResourceLock are removed too
  > def003b Merge pull request # 127573 from benluddy/dynamic-golden-response-test
  > 08c6c31 Add test for unintended changes to dynamic client response handling.
  > fcb1b60 Merge pull request # 127527 from mmorel-35/testifylint/compares@k8s.io/client-go
  > 290f054 fix: enable compares rule from testifylint in module
  > 8887e59 Merge pull request # 126760 from ncdc/ncdc/emeritus
  > 40a93af Merge pull request # 127422 from srivastav-abhishek/go-vet-fix
  > da3ab4e Move ncdc to emeritus
  > 4f57ad3 Merge pull request # 127388 from p0lyn0mial/upstream-watchlist-meta-client
  > 7141d01 Fix Go vet errors for master golang
  > b42d55b client-go/metadata: use watchlist
  > 892e9b8 client-go/metadata: add watchlist method
  > 68a23b8 client-go/metadata: refactor List method
  > fb6ca04 Merge pull request # 125186 from liyuerich/newserializer
  > 53c7e93 Merge pull request # 126999 from pohly/log-client-go-rest-body
  > 68d318f drop deprecated json/yaml newSerializers, use json.NewSerializerWithOptions instead
  > c5e16f8 Merge pull request # 127271 from liggitt/go1.23
  > 3d02d42 client-go/rest: contextual logging of request/response
  > 1431fe0 Pin godebug default to go1.23
  > 9daa93c Update go.mod to go 1.23
  > 8d0bbdf Merge pull request # 126809 from ryantxu/fix-client-get-list
  > 51f5488 Merge pull request # 115834 from stlaz/remote-uid
  > fae3dcd avoid panic when subresource is a list
  > 9dd4d6e client-go: add the UID to the auth-proxy roundtripper
  > 4fca708 Merge pull request # 127011 from jpbetz/format-only-imports
  > 2b73540 generate
  > bc8a8ba Merge pull request # 127035 from alvaroaleman/rename-TypedNewDelayingQueue
  > c311da2 Rename TypedNewDelayingQueue to NewTypedDelayingQueue
  > 388eba6 Merge pull request # 127023 from aimuz/fix-lead
  > 6c241d5 Merge pull request # 127001 from skitt/applyconfiguration-gen-ambiguous
  > 4379fad leaderelection: replace deprecated wait.PollImmediateUntil with wait.PollUntilContextTimeout
  > d50e2a9 Merge pull request # 126265 from tnqn/fix-watch-error
  > d7a6826 Run codegen
  > 9db830e Merge pull request # 126727 from jpbetz/fix-fake-apply-name
  > 009514e Enrich the error returned from Request.Watch method
  > c795125 Merge pull request # 126954 from deads2k/retry-http2
  > 86c9611 Use Fatalf for non-recoverable errors in test
  > 0b9a7d2 Merge pull request # 124747 from l-technicore/update_event_spam_key
  > d69e298 automatically retry GET requests when http2 connection lost
  > 908d899 Stamp fake client apply reuqests with name from action
  > dec9eaa Merge pull request # 126787 from Jefftree/update-kube-openapi
  > aa6ed1b Updating event spam key to allow recording of more unique events
  > 4696521 Merge pull request # 126716 from stlaz/tlscachekey_comparable
  > aa547ee re-vendor k8s.io/kube-openapi
  > 79827ce Merge pull request # 126038 from mprahl/retry-watcher-forbidden
  > d63a65f ensure tlsCacheKey is strictly comparable to avoid runtime panics
  > 78c1586 Merge pull request # 126655 from tklauser/log-spelling-fix
  > 2176e80 Stop the RetryWatcher when failing due to permissions issue
  > 690fd52 Merge pull request # 126545 from yangjunmyfm192085/updatepersistentVolumeClaimRetentionPolicy
  > ae43527 client-go: fix typo in leaderelection error log message
  > 1a951c2 Updated incorrect description of persistentVolumeClaimRetentionPolicy
  > 71959c5 Merge pull request # 126405 from sttts/sttts-sync-informerfactory-start
  > b6f7bdf informers: add comment that Start does not block
bumping golang.org/x/oauth2 22134a4...b9c813b:
  > b9c813b google: add warning about externally-provided credentials
  > 49a531d all: make method and struct comments match the names

Signed-off-by: Knative Automation <automation@knative.team>
2025-02-17 15:44:50 +00:00
Knative Automation 525d9e6e24
upgrade to latest dependencies (#923)
bumping google.golang.org/protobuf 259e665...f09e239:
  > f09e239 all: release v1.36.5
  > ab9efaa protogen: fix name mangling for fields with identical GoCamelCase
  > e677ef9 all: remove weak field support
  > 89b5638 all: start v1.36.4-devel
bumping golang.org/x/sync 913fb63...fe3591b:
  > fe3591b sync/errgroup: improve documentation for semaphore limit behavior
bumping knative.dev/pkg f62a97f...c8bea7c:
  > c8bea7c Bump golang.org/x/sync from 0.10.0 to 0.11.0 (# 3147)
  > 99d475b Bump google.golang.org/protobuf from 1.36.4 to 1.36.5 (# 3148)
  > 36226ee Update Knative injection-gen to use gengov2 (# 3146)

Signed-off-by: Knative Automation <automation@knative.team>
2025-02-12 01:55:50 +00:00
Knative Automation ed50a5c83f
upgrade to latest dependencies (#922)
bumping knative.dev/pkg efddeac...f62a97f:
  > f62a97f Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 (# 3145)
  > 5be4868 Bump github.com/evanphx/json-patch/v5 from 5.9.0 to 5.9.11 (# 3144)

Signed-off-by: Knative Automation <automation@knative.team>
2025-02-04 14:52:24 +00:00
Knative Automation 41aa68a551
upgrade to latest dependencies (#921)
bumping knative.dev/pkg c43477f...efddeac:
  > efddeac Update community files (# 3143)
  > e5aa25f Bump google.golang.org/grpc from 1.69.4 to 1.70.0 (# 3142)
  > 7fca699 Bump google.golang.org/protobuf from 1.36.3 to 1.36.4 (# 3141)
  > dcf1593 Update community files (# 3140)
  > 3386f37 Bump google.golang.org/protobuf from 1.36.2 to 1.36.3 (# 3139)
  > 1ca59d1 Bump google.golang.org/grpc from 1.69.2 to 1.69.4 (# 3138)
  > a37a847 drop use of code-generator/generate-groups.sh (# 3136)
bumping golang.org/x/oauth2 3e64809...22134a4:
  > 22134a4 README: don't recommend go get
bumping google.golang.org/genproto/googleapis/api 796eee8...19429a9:
  > 19429a9 chore(all): update all (# 1171)
  > e639e21 chore(all): update all (# 1170)
  > 65e8d21 Fix: GitHub workflow script injection (# 1169)
  > e0fbfb7 chore(all): update all (# 1168)
  > dd2ea8e chore(all): update all (# 1166)
  > 324edc3 chore(all): update all (# 1165)
bumping google.golang.org/protobuf 12c6ebd...259e665:
  > 259e665 all: release v1.36.4
  > 5f93d99 internal_gengo: avoid allocations in rawDescGZIP() accessors
  > 2005adb reflect/protodesc: fix panic when working with dynamicpb
  > aee8a9c internal_gengo: switch back from string literal to hex byte slice
  > 0c3cc2f internal_gengo: use unsafe.StringData() to avoid a descriptor copy
  > cc8d1c2 internal_gengo: store raw descriptor in .rodata section
  > 132f042 all: start v1.36.3-devel
  > 54ef969 all: release v1.36.3
  > 7cbd915 reflect/protodesc: fix panic when working with dynamicpb
  > 2f60868 proto: add example for GetExtension, SetExtension
  > de043b9 runtime/protolazy: replace internal doc link with external link
  > 42e0fa9 all: split flags.ProtoLegacyWeak out of flags.ProtoLegacy
  > 5fee2a7 internal/impl: remove unused exporter parameter
  > 84924f7 internal/impl: switch to reflect.Value.IsZero
  > fe8430d cmd/protoc-gen-go: remove json struct tags from unexported fields
  > 84f7738 internal/impl: clean up unneeded Go<1.12 MapRange() alternative
  > 9acc8f2 types/dynamicpb: switch atomicExtFiles to atomic.Uint64 type
  > ad89419 all: start v1.36.2-devel
bumping knative.dev/hack c142b48...5f7f0f5:
  > 5f7f0f5 Update community files (# 412)
  > b38a2ca Update community files (# 411)
bumping google.golang.org/genproto/googleapis/rpc 796eee8...19429a9:
  > 19429a9 chore(all): update all (# 1171)
  > e639e21 chore(all): update all (# 1170)
  > 65e8d21 Fix: GitHub workflow script injection (# 1169)
  > e0fbfb7 chore(all): update all (# 1168)
  > dd2ea8e chore(all): update all (# 1166)
  > 324edc3 chore(all): update all (# 1165)
bumping google.golang.org/grpc b615b35...98a0092:
  > 98a0092 Change version to 1.70.0 (# 7984)
  > bf380de Cherrypick # 7998,  # 8011, # 8010 into 1.70.x (# 8028)
  > 54b3eb9 experimental/credentials: Add credentials that don't enforce ALPN (# 7980) (# 8012)
  > 62b9185 clustetresolver: Copy endpoints.Addresses slice from DNS updates to avoid data races (# 7991) (# 8004)
  > 724f450 examples/features/csm_observability: use helloworld client and server instead of echo client and server (# 7945)
  > e8d5feb rbac: add method name to :path in headers (# 7965)
  > e912015 cleanup: Fix usages of non-constant format strings (# 7959)
  > 681334a cleanup: replace dial with newclient (# 7943)
  > 063d352 internal/resolver: introduce a new resolver to handle target URI and proxy address resolution (# 7857)
  > 10c7e13 outlierdetection: Support health listener for ejection updates (# 7908)
  > bce0535 test: Add a test for decompression exceeding max receive message size (# 7938)
  > f32168c envconfig: enable xDS client fallback by default (# 7949)
  > e957825 test: Workaround slow SRV lookups in flaking test (# 7957)
  > e5a4eb0 deps: update crypto dependency to resolve CVE-2024-45337 (# 7956)
  > 56a14ba cleanup: replace dial with newclient (# 7920)
  > b3bdacb test: switching to stubserver in tests instead of testservice (# 7925)
  > e8055ea grpcs: update `WithContextDialer` documentation to include using passthrough resolver (# 7916)
  > d0716f9 examples/features/csm_observability: Make CSM Observability example server listen on an IPV4 address (# 7933)
  > cc161de xds: Add support for multiple addresses per endpoint (# 7858)
  > 3f76275 xdsclient: stop caching xdsChannels for potential reuse, after all references are released (# 7924)
  > 7ee073d experimental/stats: re-add type aliases for migration (# 7929)
  > 38a8b9a health, grpc: Deliver health service updates through the health listener (# 7900)
  > c1b6b37 Update README.md (# 7921)
  > e4d084a examples: replace printf with print for log message in gracefulstop (# 7917)
  > b1f70ce test: replace grpc.Dial with grpc.NewClient
  > 0027558 internal/transport: replace integer status codes with http constants (# 7910)
  > 66ba4b2 examples/features/gracefulstop: add example to demonstrate server graceful stop (# 7865)
  > adad26d test/kokoro: Add psm-fallback build config (# 7899)
  > f53724d serviceconfig: Return errors instead of skipping invalid retry policy config (# 7905)
  > 645aadf deps: update dependencies for all modules (# 7904)
  > d7286fb Change version to 1.70.0-dev (# 7903)

Signed-off-by: Knative Automation <automation@knative.team>
2025-01-29 14:27:55 +00:00
Knative Automation a990a4fe84
Update community files (#920)
Signed-off-by: Knative Automation <automation@knative.team>
2025-01-28 01:43:44 +00:00
Knative Automation 8b607c2395
Update community files (#919)
Signed-off-by: Knative Automation <automation@knative.team>
2025-01-23 01:38:23 +00:00
Knative Automation a76aa7cd2b
upgrade to latest dependencies (#918)
bumping knative.dev/pkg 0c2a238...c43477f:
  > c43477f upgrade to latest dependencies (# 3137)

Signed-off-by: Knative Automation <automation@knative.team>
2025-01-17 15:54:05 +00:00
Knative Automation 565e7cd289
upgrade to latest dependencies (#917)
bumping knative.dev/hack f8be0cc...c142b48:
  > c142b48 Refactor release script to gh CLI (# 408)

Signed-off-by: Knative Automation <automation@knative.team>
2025-01-17 08:52:05 +00:00
Dave Protasowski 817ae30fc0
fix generation of our clientset (#916) 2025-01-17 08:46:05 +00:00
Knative Automation dee364dbb0
upgrade to latest dependencies (#914)
bumping google.golang.org/genproto/googleapis/rpc 8af14fe...796eee8:
  > 796eee8 chore(all): update all (# 1163)
  > c02fea0 chore: fix kokoro with safedir for git (# 1164)
  > 5fefd90 chore(all): update all (# 1162)
  > af27646 chore(all): update all (# 1161)
  > 9d4c2d2 chore(all): update all (# 1160)
bumping google.golang.org/genproto/googleapis/api 8af14fe...796eee8:
  > 796eee8 chore(all): update all (# 1163)
  > c02fea0 chore: fix kokoro with safedir for git (# 1164)
  > 5fefd90 chore(all): update all (# 1162)
  > af27646 chore(all): update all (# 1161)
  > 9d4c2d2 chore(all): update all (# 1160)
bumping k8s.io/client-go ece8c00...4b5b7fa:
  > 4b5b7fa Update dependencies to v0.31.4 tag
  > 5e3e8ea informers: add comment that Start does not block
  > f71a5cc Call non-blocking informerFactory.Start synchronously to avoid races
  > 4536e5a Merge pull request # 124012 from Jefftree/le-controller
  > 93c6a5b Merge pull request # 126353 from liggitt/fix-vendor
  > 825f52e Change PingTime to be persistent
  > 6a9911a revendor dependencies
  > f45c451 fix ordering issue in candidates
  > fe54892 Merge pull request # 126243 from SergeyKanzhelev/devicePluginFailures
  > 18dd587 feedback: leasecandidate clients
  > 79fd7ab generated files
  > 1f27757 Review feedback
  > ac9204c Merge pull request # 126145 from carlory/kep-3751-api
  > 2099375 CLE controller and client changes
  > dcfcc90 Merge pull request # 126125 from mprahl/stop-idempotent
  > 9dea255 Promote VolumeAttributesClass to beta
  > 8a2bbd0 Coordinated Leader Election Alpha API
  > bad8f77 Merge pull request # 126091 from seans3/ws-err-extra-info
  > 001900e Allow calling Stop multiple times on RetryWatcher
  > 3aff10e Adds extra error information from response to bad handshake error when possible
  > a9affb4 Merge pull request # 125488 from pohly/dra-1.31
  > a7db3ad DRA: new API for 1.31
  > e0bc24e DRA: remove "sharable" from claim allocation result
  > a7f430b DRA: remove immediate allocation
  > 91ff2f6 DRA: bump API v1alpha2 -> v1alpha3
  > 82af755 Merge pull request # 126231 from seans3/websocket-https-proxy-fix
  > 6e31289 moving for easier cherry-pick
  > 8108d41 Falls back to SPDY for gorilla/websocket https proxy error
  > 5130bd9 Merge pull request # 126207 from thockin/ingress-backend-port-atomic
  > 80707e5 Merge pull request # 125660 from saschagrunert/oci-volumesource-api
  > cd892da Make ServiceBackendPort an atomic struct
  > 5742b23 Merge pull request # 124859 from morlay/master
  > 485ae13 Add ImageVolumeSource API
  > 6dde7fe Merge pull request # 126073 from a7i/fake-apply-scale-subresource
  > 9ab93c0 Remove json:",omitempty" where json:",inline" specified.
  > 37121f3 Merge pull request # 125470 from everpeace/kep-3619-SupplementalGroupsPolicy-e2e
  > eab51c4 fix: fake clientset ApplyScale subresource from 'status' to 'scale'
  > 1ea671a KEP-3619: API: add NodeFeatures.SupplementalGroupsPolicy in NodeStatus
  > 59ef8e1 Merge pull request # 126034 from sohankunkerkar/add-usernamespaces
  > 21b1828 api: add user namespaces field to NodeRuntimeHandlerFeatures
  > 0724a99 Merge pull request # 125305 from p0lyn0mial/upstream-dynamic-client-uses-watch-list
  > 34751e1 Merge pull request # 126018 from aroradaman/bump-k8s-utils
  > 732dd28 dynamic client: add support for API streaming
  > b6a1b42 Merge pull request # 126057 from thockin/make-pod-ip-host-ip-required
  > 37c2760 bump k8s.io/utils
  > fa8c68e make PodIP.IP and HostIP.IP required.
  > 53b8be7 Merge pull request # 125802 from mmorel-35/testifylint/len+empty
  > 7f36d81 Merge pull request # 125944 from timofurrer/fix/error-msg-type
  > acc5917 fix: enable empty and len rules from testifylint on pkg package
  > 55c0e2c Fix typo in type name of watch decode error
  > 354ed1b Merge pull request # 125922 from dims/update_otel_27
  > 127e4c3 Merge pull request # 125887 from fxierh/fakediscovery-fix
  > e57f162 update OpenTelemetry dependencies and grpc
  > c45bc43 Return the error returned by Invokes so the FakeDiscovery client is able to simulate any error with reactors.
  > ab86e03 Merge pull request # 125021 from aojea/servicecidrbeta
  > 4dec662 Merge pull request # 125116 from pohly/dra-one-of-source
  > a146a0f make update
  > ae071bc Merge pull request # 125759 from dims/bump-prometheus/common-v0.55.0
  > fdffb52 DRA: remove "source" indirection from v1 Pod API
  > 4b5beb6 Merge pull request # 124917 from vinayakankugoyal/kep4633
  > 66473c1 Bump `prometheus/common to` v0.55.0
  > ef4b2f6 Merge pull request # 125766 from dims/update-moby/spdystream-to-v0.4.0
  > 1582c4c KEP-4633: Allow health-only anonymous auth mode.
  > 96c49b6 Merge pull request # 125600 from thockin/plus_default_deprecated_volumes
  > a2665af Update moby/spdystream to v0.4.0
  > b043b56 Merge pull request # 125745 from BenTheElder/ping-ping
  > af26305 Use +default for now deprecated ScaleIO volume
  > 11d6807 bump  github.com/moby/spdystream to v0.3.0
  > f9b8f88 Use +default for now deprecated AzureDisk volume
  > 88829a4 Merge pull request # 125731 from dashpole/revert_otel
  > 90902b5 Use +default for now deprecated ISCSI volume
  > 0fbd594 Revert "update OpenTelemetry dependencies"
  > 64e74f9 Use +default for now deprecated RBD volume
  > 4e7651c Merge pull request # 125706 from jpbetz/fix-fixture-test
  > 8ffa531 Merge pull request # 125537 from seans3/rc-fallback-log
  > dd94093 Remove test dependency on swwagger.json to fix client-go repo
  > 6090471 Merge pull request # 125669 from benluddy/cbor-bump-v2.7.0
  > 0b66457 Adds logging during remote command executor fallback
  > 9177465 Bump github.com/fxamacker/cbor/v2 to v2.7.0.
  > 430e755 Merge pull request # 125575 from dashpole/update_otel_27
  > 2923011 Merge pull request # 125560 from jpbetz/apply-gen-fake
  > fd8492c update OpenTelemetry dependencies
  > c4145a9 Generate code
  > 2c86652 Add field tracker support to client fake fixtures
  > 96f66e9 Support options for all client fake actions
  > b9309ac Merge pull request # 125531 from pohly/klog-update
  > db174bf dependencies: klog v2.130.1
  > e1202c7 Merge pull request # 121439 from skitt/generic-client-go
  > b31bc29 Run codegen
  > c834bcc Generify client-go
  > 6a88f2d Run codegen
  > 233a065 Run codegen
  > d2f5fba Merge pull request # 125528 from seans3/port-forward-beta
  > 6e44692 Graduate PortForwardWebsockets to Beta
  > cea1539 Merge pull request # 124509 from p0lyn0mial/upstream-watch-list-code-gen
  > e4e31fd Merge pull request # 125472 from karlkfi/karl-watch-comments
  > cc198ea make update
  > 5f43af4 Merge pull request # 125391 from karlkfi/karl-reflector-watch-stop
  > 48d8fc7 Add details to watch interface method comments
  > 39cc8de Merge pull request # 125435 from p0lyn0mial/upstream-rm-reflector-data-consistency-detector-test
  > f29a36d Refactor Reflector ListAndWatch
  > fb1003a Merge pull request # 125440 from p0lyn0mial/upstream-client-go-watchlist-can-use-watchlist-for-list-rq
  > 5347b09 client-go/reflector: remove reflector_data_consistency_detector_test.go
  > 9a760ef client-go/util/watchlist: intro CanUseWatchListForListRequest
  > 03443e7 Merge pull request # 125432 from p0lyn0mial/upstream-watch-list-data-consistency-detector
  > b681e77 client-go/reflector: use consistencydetector.IsDataConsistencyDetectionForWatchListEnabled
  > 14559c0 client-go/consistencydetector: introduce CheckWatchListFromCacheDataConsistencyIfRequested
  > 9116846 Merge pull request # 125408 from benluddy/bump-cbor-v2.7.0
  > 4d57b6a Bump fxamacker/cbor/v2 to v2.7.0-beta.
  > c415c76 Merge pull request # 125304 from p0lyn0mial/upstream-dynamic-client-uses-consistency-detector
  > 8fc5a64 Merge pull request # 125383 from p0lyn0mial/upstream-unstructured-testchecklistconsistency
  > 5d84e91 client-go/dynamic: use CheckListFromCacheDataConsistencyIfRequested
  > 503a090 client-go/util/consistencydetector: extend TestCheckListFromCacheDataConsistencyIfRequestedInternalHappyPath to work with unstructured list
  > 2d885a2 client-go/util/consistencydetector: refactor TestCheckListFromCacheDataConsistencyIfRequestedInternalHappyPath to work with unstructured data
  > e822473 Merge pull request # 125379 from p0lyn0mial/upstream-unstructured-testdataconsistencychecker
  > 94cabc8 Merge pull request # 125302 from karlkfi/karl-informer-watcher-test
  > 20d0a8e client-go/consistencydetector: extend TestDataConsistencyChecker to test unstructured data
  > 1fc4f8a Merge pull request # 124963 from p0lyn0mial/upstream-data-consistency-checker-for-list-requests
  > 7c5e903 Update TestNewInformerWatcher for WatchListClient
  > 8262774 client-go/consistencydetector: refactor TestDataConsistencyChecker to work with unstructured data
  > 1c075dc Merge pull request # 124642 from wojtek-t/resilient_watchcache_initialization
  > 9f33e96 make update
  > 098e7c5 Merge pull request # 125356 from p0lyn0mial/upstream-improve-testdrivechecklistfromcache-test
  > b444e6c Implement ResilientWatchCacheInitialization
  > bbe85a4 fix TestDriveCheckListFromCacheDataConsistencyIfRequested
  > b03e5b8 Merge pull request # 125335 from p0lyn0mial/upstream-consistency-decector-handles-legacy-case
  > c7d7068 client-go/consistencydetector: handles the watch cache legacy case
  > 7c6e307 Merge pull request # 125299 from karlkfi/karl-reflector-fix-2
  > 8c9cb88 Improve Reflector unit tests
  > 52e5651 Merge pull request # 122832 from benluddy/cbor-fuzz-native-to-unstructured-via
  > d81b8f6 Merge pull request # 123974 from p0lyn0mial/upstream-client-go-features-testing
  > 3aa51ce Update indirect dependencies with ./hack/update-vendor.sh.
  > 7adab2f KEP-3619: Fine-grained SupplementalGroups control (# 117842)
  > e89e40c client-go/rest: add TestWatchListWhenFeatureGateDisabled unit test
  > e8b5471 Merge pull request # 123339 from skitt/canonical-json-patch
  > e8eae94 client-go/features/testing: intro SetFeatureGatesDuringTest
  > 9c87eb0 Merge pull request # 125190 from pohly/record-event-panic
  > 16552d4 Use canonical json-patch v4 import
  > b4e1cfc client-go record: avoid panic when watch creation failed
  > ffda346 Update kubectl kustomize to kyaml/v0.17.1, cmd/config/v0.14.1, api/v0.17.2, kustomize/v5.4.2
  > 5d65011 Merge pull request # 125159 from p0lyn0mial/upstream-add-data-consistency-checker-for-list-requests
  > 3f130bd Merge pull request # 125166 from p0lyn0mial/upstream-improve-check-data-consistency
  > b7ea49a client-go/util/consistencydetector: add CheckListFromCacheDataConsistencyIfRequested
  > 5f741a5 Merge pull request # 125052 from p0lyn0mial/upstream-client-go-env-var-set
  > 785fca4 client-go/util/consistencydetector: improve validation of list parameters (RV, ListOptions)
  > b92b563 Merge pull request # 124635 from pohly/event-broadcaster-shutdown-fix
  > 98df4f7 client-go/features: add Set method to envvar impl
  > f53839a Merge pull request # 125045 from pohly/ginkgo-gomega-update
  > ebbf7d7 client-go/tools/record: fix and test Broadcaster shutdown + logging
  > c559583 Merge pull request # 125146 from p0lyn0mial/upstream-client-go-consistency-detector-move-to-new-package
  > 2f2b800 dependencies: ginkgo v2.19.0, gomega v1.33.1
  > 538b780 move checkWatchListDataConsistencyIfRequested back to client-go/tools/cache
  > e6e45e1 client-go/util/consistencydetector: make the detector public
  > 92f0985 client-go/util/consistencydetector: update after moving to the new package
  > e428fc2 move client-go/tools/cache/reflector_data_consistency_detector to client-go/util/consistencydetector
  > fd6b8e6 Merge pull request # 125144 from p0lyn0mial/upstream-client-go-consistency-detector-refactor-units
  > 00036b7 client-go/tools/cache/reflector_data_consistency_detector: refactor unit tests
  > 0123e78 Merge pull request # 124446 from p0lyn0mial/watch-list-consistency-detector-more-generic
  > 6bdde77 client-go/consistency-detector: change the signature of checkWatchListConsistencyIfRequested
  > c739619 Merge pull request # 122791 from p0lyn0mial/upstream-cleanup-watch-list-env-var
  > 4a34196 replace ENABLE_CLIENT_GO_WATCH_LIST_ALPHA with WatchListClient gate
  > 86f83bc Merge pull request # 124614 from p0lyn0mial/upstream-reflector-warn-no-bookmark-event
  > 0280901 client-go/reflector: warns when the bookmark event for initial events hasn't been received
  > 62f9597 Merge pull request # 124588 from jiuker/patch-2
  > 8a8d073 Merge pull request # 124757 from dims/update-to-latest-golang.org/x/oauth2-v0.20.0
  > f9eba8e fix: Hang when canceling leader election information
  > 988ddc2 Update to latest golang.org/x/oauth2 v0.20.0
  > 4ebe42d Merge pull request # 124600 from alvaroaleman/typed-wq
  > d3682da Merge pull request # 124519 from dims/drop-all-the-providery-things-take-2
  > 9aa3aae Use the generic/typed workqueue throughout
  > 35cab32 fix(api): make LocalObjectReference.Name and HostAlias.IP required (# 124553)
  > 64ff14b address comments during review
  > 049f231 Merge pull request # 124562 from sbueringer/pr-bump-sigs-yaml
  > af62623 Remove gcp in-tree cloud provider and credential provider
  > ea434df Bump sigs.k8s.io/yaml to v1.4.0
  > 6b47d7d Merge pull request # 124344 from wojtek-t/fix_transformer
  > 178bcf2 Merge pull request # 124469 from serathius/etcd-3.5.13
  > 2fe0574 Fix race in informer transformers
  > f3332a0 Merge pull request # 124263 from alvaroaleman/typed
  > e4f9b83 Upgrade etcd libraries to v3.5.13
  > 9433226 Merge pull request # 124075 from pohly/dra-api-comments
  > d67dddf Workqueue: Add generic versions that are properly typed
  > 4a5f039 Merge pull request # 122657 from p0lyn0mial/upstream-client-go-rest-client-watch-list
  > a457c5e DRA api: ResourceHandle.DriverName is required
  > 47f5582 Merge pull request # 124328 from jiahuif-forks/deps/cel-go
  > a1be94a client-go/rest: introduce watchlist
  > 66b378a Merge pull request # 124340 from benluddy/dynamic-client-golden-request-test
  > d071c08 generated: ./hack/update-vendor.sh
  > 02e371e Merge pull request # 121574 from skitt/generic-lister-gen
  > 4cd6b75 Generate HTTP request fixtures for dynamic client tests.
  > 34d7809 generated: ./hack/pin-dependency.sh github.com/google/cel-go v0.20.1
  > 5b2b83a Merge pull request # 124346 from jwcesign/master
  > 841e997 Improve the lister function documentation
  > b17c363 Add test to detect unintentional changes in dynamic client requests.
  > 5db05eb upgrade: upgrade dependencies github.com/prometheus/common to the newest version
  > 9d701d3 Regenerate all listers
  > b1c1c03 Merge pull request # 122892 from danwinship/codegen-nil
  > 05ff4bb Generify lister-gen
  > 506bc53 Merge pull request # 113257 from claudiubelu/path-filepath-update-staging
  > 3d4f98d Regenerate fake clients
  > 3407442 Merge pull request # 124245 from wojtek-t/informer_options
  > 79c893d Replaces path.Operation with filepath.Operation (staging)
  > 9990b0b Merge pull request # 123969 from liangyuanpeng/cleanup_rand
  > b9e952f Allow for configuring MinWatchTimeout in Reflector and Informer.
  > a82df61 Merge pull request # 123937 from p0lyn0mial/upstream-use-initial-events-annotation-key-const
  > fa185a2 cleanup: delete rand.Seed(time.Now().UnixNano()) and using global number generator.
  > 7da3197 Refactor informer constructors
  > 79491af Merge pull request # 123347 from zhouhaibing089/abstract-queue
  > 45e17fe client-go/cache/reflector: use metav1.InitialEventsAnnotationKey
  > aa7909e Merge pull request # 124174 from dims/update-x/net-for-CVE-2023-45288
  > 9c3db86 workqueue: make queue as configurable
  > a2cc490 Update x/net for CVE-2023-45288
  > 1518fca sync: update go.mod
  > eea636f Merge pull request # 123932 from pohly/dra-api-resource-model-rename
bumping golang.org/x/tools 4d2b19f...1743d1a:
  > 1743d1a go.mod: update golang.org/x dependencies
  > 43ba465 internal/analysis/modernize: minmax: reject IfStmt with Init
  > 29d66ee gopls: update toolchain to go1.23.4
  > ac39815 go/packages: add GOROOT env to avoid TestTarget failure in OpenBSD
  > 39e1a8c godoc: fix missing (Added in Go) "x.xx" for function with type parameters
  > 98a190b gopls/internal/analysis/unusedfunc: analyzer for unused funcs/methods
  > 192ac77 internal/golang: CodeAction: don't return empty source.doc titles
  > 5fe60fd internal/settings: drop "annotations" setting
  > c61a2b0 gopls/internal/golang: make GCDetails a code action, not a code lens
  > fc95c03 internal/modindex: fix index directory for tests
  > b93274b gopls/internal/cache: remove overzealous bug.Report
  > 960f0f4 x/tools: remove dead code
  > b0dc9b1 gopls/internal/filecache: Get: mitigate failure due to ENOSPC
  > 71b5dfe gopls: update telemetry dependency for crashmonitor fix
  > e3cedbd gopls/internal/server: fix nil panic in findMatchingDiagnostics
  > 649f485 all: make function and struct comments match the names
  > 26d1af2 gopls/internal/cache/parsego: fix OOB panic in fixAST
  > bf516ba gopls/internal/util/moremaps: use Sorted throughout gopls
  > 4f820db gopls/internal/golang: definition support break, goto and continue statements
  > f202b36 gopls/internal/analysis/modernize: string formatting
  > d6cc3cd go/analysis/passes/structtag: ignore findings for "encoding/json/v2"
  > 666fab2 go/analysis: document AllObjectFacts return value
  > 818ab3b gopls/doc/features: add missing `
  > a6adab9 gopls/internal/analysis/modernize: check FileVersions throughout
  > c437d40 gopls/internal/analysis/modernize: for...{m[k]=v} -> maps.Collect et al
  > a039694 internal/typesinternal: determine package name using qualifier
  > a304b37 internal/typesinternal: support union types in func TypeExpr
  > 412b5e9 go/types/typeutil: make Hasher stateless
  > 6d4eee4 go/callgraph: fix trivial mistake in benchmark
  > e56f71a gopls/internal/cmd: update codelens.hlp, change -run to -exec
  > 732f823 gopls/internal/analysis/modernize: b.N -> b.Loop()
  > 20cd540 gopls/internal/golang: check for nil ReceiverNamed
  > 02033b2 gopls/internal/analysis/modernize: simplify append(base, s...)
  > aa94d89 gopls/internal/analysis/modernize: replace interface{} with any
  > 93cc684 gopls/internal/analysis/modernize: sort.Slice -> slices.Sort
  > 3cad859 gopls/internal/analysis/modernize: quick fixes to modernize Go code
  > 8194029 gopls/internal/golang: hover support return statements
  > 851152f go/ast/inspector: add explicit parent pointer
  > b75baa0 internal/astutil/cursor: Cursor API for inspector
  > ebeac1b gopls/internal/util/astutil: fix tiny doc typo
  > 8e66a04 gopls/internal/util/astutil: NodeContains: workaround for ast.File
  > ea69910 gopls/internal/golang: fix DocLink markup
  > cb7945a gopls/internal/cache: move symbols to the file cache
  > dcc725c gopls/internal/cache/testfuncs: fix crash with *error argument
  > 74dea82 gopls/internal/golang/completion: fix crash in instance conversion
  > 8843590 gopls/internal/codeaction: replace all occurrences of expression (refactor.extract.variable.all)
  > fcb4185 gopls/internal/golang: fix bug browsing assembly for (T).f methods
  > 28cd718 cmd/stringer: place test package files in a test module
  > d3a1606 gopls/internal/golang: definition support return statements
  > bf42cd7 go/packages: add Target field and NeedTarget LoadMode bit
  > c73f4c8 internal/stdlib: re-generate manifest
  > a255cbe internal/modindex: handle deprecated symbols
  > e3a4b6b internal/gcimporter: update comment
  > 8127761 gopls/internal/settings: drop experimental hoverKind=Structured
  > 7bfb27f gopls/go.mod: update dependencies following the v0.17.0 release
  > c803483 internal/gcimporter: synchronize with internal/exportdata
  > c1ff179 gopls/internal/golang: Implementations: support generics
  > dd4bf11 internal/gcimporter: set correct Package.Path for main packages
  > aca81ce internal/gcimporter: copy GOROOT/internal/exportdata functions
  > d405635 internal/refactor/inline/analyzer: use "//go:fix inline" annotation
  > 47df42f internal/gcimporter: synchronizing FindPkg implementations
  > 82b6f75 internal/typesinternal: rollback of Zero{Value,Expr} for gopls
  > ab5f969 internal/gcimporter: moving FindPkg
  > 5e47a3d gopls/internal/cache: move Snapshot.Symbols to symbols.go
  > 3689f0b internal/gcimporter: reuse archive.ReadHeader implementation
  > 2cc4218 internal/gcimporter: moving byPath code location
  > 6ebf95a internal/gcimporter: remove indexed support from Import
  > 7790f2e gopls/internal/cache/methodsets: support generics
  > c2df0ef internal/gcimporter: remove end-of-section marker from size
  > ecb0abc internal/typeparams: delete GenericAssignableTo
  > 98c17f1 gopls/internal/golang: eliminate CollectScopes
  > bf32f4d gopls/doc/release: tweak wording following feedback
  > b7532e6 gopls/doc: update relnotes for v0.17.0
  > 44670c7 go.mod: update golang.org/x dependencies
  > 7eebab3 gopls/internal/golang: support extract variable at top level
  > e334696 gopls/internal/golang: ignore effects for change signature refactoring
  > 3901733 internal/refactor/inline: substitute groups of dependent arguments
  > 61b2408 gopls/internal/golang: add "Extract constant" counterpart
  > c01eead internal/gcimporter: require binary export data header
  > 9a04136 gopls/internal/golang/stubmethods: refine crash into bug report
  > 01e0b05 internal/refactor/inline: fix condition for splice assignment strategy
  > 557f540 gopls/internal/golang: don't offer to move variadic parameters
  > 399ee16 internal/gcimporter: update FindExportData to return a non-negative size
  > 25b0003 internal/refactor/inline: more precise redundant conversion detection
  > eb46939 gopls/internal/test/marker: add reproducers for moveparam bug bash bugs
  > 4296223 gopls/internal/analysis/yield: add comment about dataflow
  > 7a4f3b0 internal/gcimporter: require archive files
  > 2f73c61 gopls/internal/golang: avoid crash in lookupDocLinkSymbol
  > ef3d603 gopls/internal/golang/completion: fix crash with extra results
  > 8ffeaba gopls/internal/settings: enable 'waitgroup' analyzer
  > 4317959 go/analysis/passes/waitgroup: report WaitGroup.Add in goroutine
  > 72fdfa6 gopls/internal/golang: Disable test generation for generic functions
  > b80f1ed gopls/internal/analysis/yield: peephole-optimize phi(false, x)
  > e7bd227 gopls/internal/golang: fix folding range for function calls
  > e71702b internal/versions: remove constraint.GoVersion wrapper
  > c99edec gopls/internal/golang/completion: add alias support for literals
  > bfe3046 go/packages: add a unit test for golang/go# 70394
  > df87831 gopls/internal/undeclaredname: add missing colon when appropriate
  > 53efd30 gopls/internal/golang: simplify package name collection in add test
  > 68e4702 go/analysis/passes/printf: add missing call to Func.Origin
  > 30a3bd9 gopls/internal/golang: refactor.extract.variable: allow all exprs
  > 0edd1ab gopls/internal/cache/methodsets: refine crash for missing object path
  > 07a58bc gopls/internal/golang: refine crash golang/go# 70553
  > c622026 completions/inference: infer polymorphic types in completions
  > dcfb0b6 gopls/internal/golang: change signature via renaming 'func'
  > bfcbc1b internal/refactor/inline: avoid unnecessary desugaring in selectors
  > b93a72a internal/refactor/inline: fix spurious caller mutation
  > 41f04a0 internal/refactor/inline: fix comment movement due to added imports
  > 0841661 internal/refactor/inline: avoid unnecessary interface conversions
  > 68b67b4 gopls/internal/golang: support parameter movement refactorings
  > 51e54e8 gopls/doc/features: enable and document source.addTest code action
  > 458067f gopls/internal/golang: improve test package name selection for new file
  > 68caf84 gopls/internal/golang: don't lose ... when split/joining variadics
  > 1e0d4ee go/analysis/checker: disable Example on wasm
  > 8b6e84b gopls/internal/crash: don't crash in xrefs on out of bound nodes
  > 936a401 gopls/internal/golang: preserve copyright and build constraint
  > 1ffc3a1 gopls/internal/test/marker: add defloc, to bind positions by definition
  > 442d6be gopls/internal/test/marker: document named parameters
  > ae39b13 go/analysis/checker: a go/packages-based driver library
  > c3a6283 go/packages: undeprecate Load* style flags
  > 9dff42e gopls/internal/golang/extract: preserve comments in extracted block
  > 8c3ba8c internal/refactor: undo variadic elimination during substitution
  > 3b0b264 internal/refactor: handle qualified names in inlined assignments
  > 9311800 gopls/internal/test/marker: ignore diags in fixedbugs/issue59944.txt
  > c1aa79d gopls/internal/golang: fix gopls hover doc link
  > e751756 internal/analysisinternal: unify zero value function to typesinternal
  > a287481 internal/imports: test Source for go mod cache
  > 9387a39 gopls/doc/contributing.md: update expectations
  > e08fcf7 gopls/internal/analysis/undeclaredname: merge into CodeAction
  > 0c01408 internal/refactor/inline: avoid binding decl for name used by other args
  > 63e03c3 gopls/internal/test/marker: generalize codeaction with named args
  > acc2a74 go/analysis/passes/copylock: enable unfortunate tests
  > 39cb6f0 internal/facts: use alias type parameters and arguments during imports
  > 9b9871d go/analysis/passes/copylock: test for noCopy for sync Map, Mutex, Once
  > a54bd37 gopls/internal/golang: don't try to inline dynamic calls
  > 52eb446 internal/imports: adjust TestStdlibSelfImports pkg
  > b8ff201 gopls/internal/cache: refine bug reports for inconsistent dep view
  > e59fd36 go/ssa: use ZeroString unconditionally
  > 60bc93d gopls/internal/cache: fix handling of cgo standalone files
  > ed19fc7 gopls/internal/test: synchronize notifications during commands
  > 254baba gopls/internal/cache: failure to extract diagnostic fixes is an error
  > 56ec111 gopls/internal/server: remove spurious Async in legacy RunGoVulncheck
  > b1c39aa gopls/internal/cache: use a named bool type for allowNetwork
  > c043599 gopls/internal/protocol: add DocumentURI.DirPath
  > 29f4edb gopls/internal/cache: simplify usage of snapshot.GoCommandInvocation
  > 3c20e3f gopls/internal/analysis/yield: analyzer for iterator (yield) mistakes
  > 221e94d gopls/internal/cache: id command-line-arguments packages using GoFiles
  > 84e9c33 gopls/internal/golang: more idiomatic result naming in extract
  > 8bb5da3 gopls/internal/golang: special handling for input context.Context
  > b4332e0 gopls/internal/golang, go/ssa: remove unnamed input parameter
  > a8d0fa5 go/packages: call testenv.NeedsGoPackages for TestDirAndForTest
  > 47a5f7d gopls/internal/golang: fix bad slice append in function extraction
  > 5b5d57c gopls/codeaction: fix panic when removing unused parameters with syntax errors.
  > 025b812 gopls/internal/server: don't call window/showDocument if unsupported
  > 288b9cb gopls/internal/golang: add missing imports in foo_test.go
  > 87ac91f gopls/internal/server: revert the gopls.run_govulncheck command
  > c531f1b gopls/internal/golang: avoid crash in hover on field of non-struct
  > a37eeb4 README: mention the git repo
  > 8dd84a4 go/ssa/interp: assign phi nodes in parallel
  > 12610a1 internal/modindex: better behavior in edge cases
  > 06a498a go/ssa/interp: simplify output capturing
  > b2321e7 gopls/internal/golang: refine crash report golang/go# 69362
  > c875677 gopls/internal/golang: support add test for receiver w/o constructor
  > e26dff9 gopls/internal/golang: semtok: use type information consistently
  > fd8d028 go/pacakges: remove some todos
  > 69c27ad gopls/internal/protocol: upgrade to latest LSP
  > 25699c3 internal/server: make MaybePromptForTelemetry no-op
  > 35d7f28 go/packages: add Dir and ForTest fields to Package
bumping k8s.io/code-generator 890b3a1...5a98ceb:
  > 5a98ceb Update dependencies to v0.31.4 tag
  > f74ea3c informers: add comment that Start does not block
  > 80c52b8 Call non-blocking informerFactory.Start synchronously to avoid races
  > e64302e Merge pull request # 126353 from liggitt/fix-vendor
  > d9fab2a revendor dependencies
  > ec3cc88 Merge pull request # 125571 from liggitt/filter-auth-02-sar
  > b4e74fb generate
  > 41a074a Merge pull request # 126073 from a7i/fake-apply-scale-subresource
  > e788e07 Merge pull request # 126018 from aroradaman/bump-k8s-utils
  > 100ab85 fix: fake clientset ApplyScale subresource from 'status' to 'scale'
  > baa7672 bump k8s.io/utils
  > 3f99c9a Merge pull request # 125922 from dims/update_otel_27
  > bb79741 update OpenTelemetry dependencies and grpc
  > 633962a [code-generator] feat: add func for generating register code (# 124946)
  > ab86cd6 Merge pull request # 125759 from dims/bump-prometheus/common-v0.55.0
  > e57d261 Merge pull request # 125162 from sttts/sttts-code-generator-core-group
  > 59cecdb Bump `prometheus/common to` v0.55.0
  > 3c253da Merge pull request # 125766 from dims/update-moby/spdystream-to-v0.4.0
  > be30ddb make codegen
  > e589542 Update moby/spdystream to v0.4.0
  > 07cedd3 code-generator/examples: fix json tags
  > 7a55f28 Merge pull request # 125745 from BenTheElder/ping-ping
  > aad7f9e code-generator/client-gen: add example with single package api/v1
  > 1f8ce20 bump  github.com/moby/spdystream to v0.3.0
  > 3d2e34f code-generator/client-gen: decouple core group from package name 'api'
  > 13818de Merge pull request # 125731 from dashpole/revert_otel
  > 5b6873d code-generator/client-gen: add example with core group
  > 1d5e06b Revert "update OpenTelemetry dependencies"
  > 50b2150 Merge pull request # 125669 from benluddy/cbor-bump-v2.7.0
  > bea469c Bump github.com/fxamacker/cbor/v2 to v2.7.0.
  > cdfa7b0 Merge pull request # 125575 from dashpole/update_otel_27
  > 1bfc2ba Merge pull request # 125560 from jpbetz/apply-gen-fake
  > 98d7e2c update OpenTelemetry dependencies
  > e421d05 Resolve rebase
  > 0c9ff01 Generate code
  > 43d54fb Generate type fake clients that may opt in to the use of managed fields
  > 763e7a8 Merge pull request # 125673 from jpbetz/patch-6
  > f536deb Add jpbetz to code-generator OWNERS
  > 569cc2f Merge pull request # 125531 from pohly/klog-update
  > 76a3494 dependencies: klog v2.130.1
  > 2a71dee Merge pull request # 121439 from skitt/generic-client-go
  > 198ba6b Merge pull request # 125051 from marquiz/devel/codegen-fix-grep
  > 896cb08 Run codegen
  > 030791b Merge pull request # 125499 from mbobrovskyi/fix/openapi-gen-dependency
  > 4de699f kube_codegen: smarter grepping of codegen tags
  > 688a73a Generify client-go
  > 28fff67 Fix openapi-gen dependency.
  > 0f7e7aa Run codegen
  > 0b3f2ef Merge pull request # 124509 from p0lyn0mial/upstream-watch-list-code-gen
  > 0c42800 Add a non-subresource genclient:method example
  > 0c188fc ./hack/update-internal-modules.sh
  > bd8446c Run codegen
  > 20a1a2d make update
  > b5459b0 Fix "an declarative" typo
  > f0862c8 client-gen: intro watchList
  > d95c93e Run codegen
  > 3a49e5b Merge pull request # 125408 from benluddy/bump-cbor-v2.7.0
  > 87db423 Add a Name getter in named ApplyConfigurations
  > 32e53a8 Bump fxamacker/cbor/v2 to v2.7.0-beta.
  > 8d055c7 Merge pull request # 124963 from p0lyn0mial/upstream-data-consistency-checker-for-list-requests
  > 9b16c26 make update
  > 8b8ecc8 client-gen: rework list and use CheckListFromCacheDataConsistencyIfRequested
  > 2ec7af0 Merge pull request # 122832 from benluddy/cbor-fuzz-native-to-unstructured-via
  > ca05e03 Update indirect dependencies with ./hack/update-vendor.sh.
  > 620b113 Merge pull request # 124898 from alexzielenski/apiserver/prerelease-ga-tags
  > 9017335 Merge pull request # 123339 from skitt/canonical-json-patch
  > dc6562f prevent deprecated & removed from being generated for GA types
  > 6fcb6f0 Use canonical json-patch v4 import
  > 5f538ea Update kubectl kustomize to kyaml/v0.17.1, cmd/config/v0.14.1, api/v0.17.2, kustomize/v5.4.2
  > 2da86b0 Merge pull request # 125045 from pohly/ginkgo-gomega-update
  > a77a314 dependencies: ginkgo v2.19.0, gomega v1.33.1
  > e9fc761 Merge pull request # 124913 from enj/enj/i/go_work_sum_ignore
  > c9a8b3f Ignore go.work.sum for fake workspaces
  > 1a2807d Merge pull request # 124757 from dims/update-to-latest-golang.org/x/oauth2-v0.20.0
  > 68d188f Update to latest golang.org/x/oauth2 v0.20.0
  > 12b975c Merge pull request # 124281 from fulviodenza/master
  > de98b55 Merge pull request # 124562 from sbueringer/pr-bump-sigs-yaml
  > 8dcbed8 Allow request parameter and proto file path
  > 7977adc Bump sigs.k8s.io/yaml to v1.4.0
  > ff061d6 Merge pull request # 124469 from serathius/etcd-3.5.13
  > 3f5a084 Upgrade etcd libraries to v3.5.13
  > 679c60f Merge pull request # 124328 from jiahuif-forks/deps/cel-go
  > a397227 Merge pull request # 121574 from skitt/generic-lister-gen
  > 164ad5e generated: ./hack/update-vendor.sh
  > 5ae098a Merge pull request # 124346 from jwcesign/master
  > c2b93df Regenerate all listers
  > 677f552 generated: ./hack/pin-dependency.sh github.com/google/cel-go v0.20.1
  > ced7fde upgrade: upgrade dependencies github.com/prometheus/common to the newest version
  > a25c144 Generify lister-gen
  > 2a5cd15 Merge pull request # 122892 from danwinship/codegen-nil
  > a068c84 Add a lister-gen expansion example
  > 8d4f629 Regenerate fake clients
  > 5ade975 Fix codegen to use correct nil-vs-empty semantics in fake clients
  > 4c3e41e Merge pull request # 124193 from soltysh/fix_applyconfig-gen
  > d3d5e9c Merge pull request # 123988 from skitt/use-cases-titler
  > 111256a Update applyconfig-gen for pacakges where group and dir differ in name
  > 74348a6 Merge pull request # 123893 from soltysh/openapi_schema_applygen
  > ffb0802 code-generator: use cases.Title instead of strings.Title
  > 585ff30 Merge pull request # 116781 from muff1nman/protobuf-fully-qualified-types
  > fec23c2 kube_codegen: expose applyconfig-openapi-schema flag for client generation
  > 6705865 Merge pull request # 124174 from dims/update-x/net-for-CVE-2023-45288
  > cccf4c3 generate fully qualified type references
  > 5a5fa0c Update x/net for CVE-2023-45288
  > e33b396 sync: update go.mod
  > 75dbfb9 Merge pull request # 123735 from thockin/master
bumping golang.org/x/net 334afa0...8da7ed1:
  > 8da7ed1 go.mod: update golang.org/x dependencies
  > 2124140 all: make function and struct comments match the names
  > e9d95ba http2: do not surface errors from a conn's idle timer expiring
  > c2be992 quic: remember which remote connection IDs have been retired
  > dfc720d go.mod: update golang.org/x dependencies
  > 8e66b04 html: use strings.EqualFold instead of lowering ourselves
  > b935f7b html: avoid endless loop on error token
  > 9af49ef route: remove unused sizeof* consts
  > 6705db9 quic: clean up crypto streams when dropping packet protection keys
  > 4ef7588 quic: handle ACK frame in packet which drops number space
  > 552d8ac Revert "route: change from syscall to x/sys/unix"
  > 13a7c01 Revert "route: remove unused sizeof* consts on freebsd"
  > 285e1cf go.mod: update golang.org/x dependencies
  > d0a1049 route: remove unused sizeof* consts on freebsd
  > 6e41410 http2: fix benchmarks using common frame read/write functions
  > 4be1253 route: change from syscall to x/sys/unix
  > bc37675 http2: limit number of PINGs bundled with RST_STREAMs
  > e9cd716 route: fix parse of zero-length sockaddrs in RIBs
  > 9a51899 http2: add SETTINGS_ENABLE_CONNECT_PROTOCOL support
bumping knative.dev/pkg 4c90159...0c2a238:
  > 0c2a238 Bump golang.org/x/tools from 0.28.0 to 0.29.0 (# 3134)
  > accfe36 Satisfy linter (# 3132)
  > b4ff2c1 run dependabot workflow only on dependabot branches (# 3133)
  > 83cd52e Bump golang.org/x/net from 0.31.0 to 0.34.0 (# 3130)
  > 4d8f747 Bump google.golang.org/grpc from 1.68.0 to 1.69.2 (# 3131)
  > 459f60e Bump google.golang.org/protobuf from 1.35.2 to 1.36.2 (# 3129)
  > 14369d0 Bump golang.org/x/tools from 0.27.0 to 0.28.0 (# 3119)
  > 28f90c2 upgrade to latest dependencies (# 3127)
  > 23c15c0 Update k8s min and deps to 1.30  (# 3124)
  > 4ba3f1b Update community files (# 3128)
bumping google.golang.org/grpc acba4d3...b615b35:
  > b615b35 Change version to 1.69.2 (# 7947)
  > 6b36a3e experimental/stats: re-add type aliases for migration (# 7929) (# 7941)
  > 4535c6d Change version to 1.69.2-dev (# 7928)
  > b6e7c72 examples/features/csm_observability: Make CSM Observability example server listen on an IPV4 address (# 7933) (# 7934)
  > 9355fbc Change version to 1.69.1 (# 7927)
  > 927a1e1 Change version to 1.69.1-dev (# 7902)
  > 97d633a Change version to 1.69.0 (# 7901)
  > 317271b pickfirst: Register a health listener when used as a leaf policy (# 7832)
  > 5565631 balancer/pickfirst: replace grpc.Dial with grpc.NewClient in tests (# 7879)
  > 634497b test: Split import paths for generated message and service code (# 7891)
  > 78aa51b pickfirst: Stop test servers without closing listeners (# 7872)
  > 00272e8 dns: Support link local IPv6 addresses (# 7889)
  > 17d08f7 scripts/gen-deps: filter out grpc modules (# 7890)
  > ab189b0 examples/features/csm_observability: Add xDS Credentials (# 7875)
  > 3ce87dd credentials/google: Add cloud-platform scope for ADC (# 7887)
  > 3c0586a stats/opentelemetry: Cleanup OpenTelemetry API's before stabilization (# 7874)
  > 4c07bca stream: add jitter to retry backoff in accordance with gRFC A6 (# 7869)
  > 967ba46 balancer/pickfirst: Add pick first metrics (# 7839)
  > bb7ae0a Change logger to avoid Printf when disabled (# 7471)
  > dcba136 test/xds: remove redundant server when using stubserver in tests (# 7846)
  > 8b70aeb stats/opentelemetry: introduce tracing propagator and carrier (# 7677)
  > 13d5a16 balancer/weightedroundrobin: Switch Weighted Round Robin to use pick first instead of SubConns (# 7826)
  > 93f1cc1 credentials/alts: avoid SRV and TXT lookups for handshaker service (# 7861)
  > 44a5eb9 xdsclient: fix new watcher to get both old good update and nack error (if exist) from the cache  (# 7851)
  > 87f0254 xdsclient: fix new watcher hang when registering for removed resource (# 7853)
  > c63aeef transport: add send operations to ClientStream and ServerStream (# 7808)
  > 7d53957 pickfirst: Ensure pickfirst_test.go runs against both new and old policies
  > 0775031 cleanup: remove a TODO that has been take care of (# 7855)
  > db700b7 credentials: remove the context timeout to fix token request failure with non-GCE ADC (# 7845)
  > 3244606 balancer: fix SubConn embedding requirement to not recommend a nil panic hazard (# 7840)
  > 1e7fde9 test: Add unit test for channel state waiting for first resolver update (# 7768)
  > 36d5ca0 stats: deprecate trace and tags methods and remove all usages from internal code (# 7837)
  > ee3fb29 cleanup: use SliceBuffer directly where no pool is available (# 7827)
  > d7f27c4 xds: rename helper to remove mention of OutgoingCtx (# 7854)
  > fdc28bf xdsclient: remove unexported method from ResourceData interface (# 7835)
  > 3a1e3e2 xdsclient: rename the interface for the transport (# 7842)
  > 66385b2 clusterimpl: propagate state update from child when drop/request config remains unchanged (# 7844)
  > 89737ae orca: switching to stubserver in tests instead of testservice implementation (# 7727)
  > a365199 examples: fix debugging example after Dial->NewClient migration (# 7833)
  > 8c518f7 xds: switching to stubserver in tests instead of testservice implementation (# 7726)
  > b01130a xds/internal/xdsclient: fix resource type documentation to only mention handling xds responses (# 7834)
  > 274830d balancer: Add a SubConn.RegisterHealthListener API and default implementation (# 7780)
  > 0553bc3 xdsclient: don't change any global state in NewForTesting (# 7822)
  > 3db86e2 deps: Remove go patch version from go.mod (# 7831)
  > e2b98f9 pickfirst: Implement Happy Eyeballs (# 7725)
  > 60c70a4 mem: implement `ReadAll()` for more efficient `io.Reader` consumption (# 7653)
  > d2c1aae xds: Plumb EDS endpoints through xDS Balancer Tree (# 7816)
  > c2a2d20 docs: update documentation for `ClientStream.SendMsg()` returning `nil` unconditionally when `ClientStreams=false` (# 7790)
  > 0d0e530 grpc: export MethodHandler # 7794 (# 7796)
  > a3a8657 clusterimpl: update picker synchronously on config update (# 7652)
  > 74738cf grpc: Remove health check func dial option used for testing (# 7820)
  > 5b40f07 xdsclient: fix flaky test TestServeAndCloseDoNotRace (# 7814)
  > b3393d9 xdsclient: support fallback within an authority (# 7701)
  > 18d218d pickfirst: Interleave IPv6 and IPv4 addresses for happy eyeballs (# 7742)
  > e9ac44c cleanup: replace grpc.Dial with grpc.NewClient in grpclb test (# 7789)
  > 0ec8fd8 xdsclient/ads: reset the pending bit of ADS stream flow control at the end of the onDone method (# 7806)
  > 43ee172 balancer: Enforce embedding the SubConn interface in implementations (# 7758)
  > 2de6df9 xds/resolver: fix flaky test TestResolverRemovedWithRPCs with a workaround (# 7804)
  > 2a18bfc transport: refactor to split ClientStream from ServerStream from common Stream functionality (# 7802)
  > 70e8931 transport: remove useless trampoline function (# 7801)
  > ef0f617 xdsclient: start using the newly added transport and channel functionalities (# 7773)
  > d66fc3a balancer/endpointsharding: Call ExitIdle() on child if child reports IDLE (# 7782)
  > 2e3f547 ringhash: fix a couple of flakes in e2e style tests (# 7784)
  > 52d7f6a multiple: switch to math/rand/v2 (# 7711)
  > 6fd86d3 Disable buffer_pooling tests (# 7762)
  > 091d20b server: Only call FromIncomingContext with stats handlers (# 7781)
  > 192ee33 multiple: add verbosity checks to logs that use pretty.JSON (# 7785)
  > e7435d6 balancer/endpointsharding: Ignore empty endpoints (# 7674)
  > 4084b14 stats/opentelemetry: Remove OpenTelemetry module and add RLS Metrics e2e tests (# 7759)
  > ada6787 cleanup: switching to stubserver in tests instead of testservice implementation (# 7708)
  > cb32937 credentials: Support ALTSPerRPCCreds in DefaultCredentialsOptions (# 7775)
  > a0cbb52 github: add Go 1.23 testing and make staticcheck work locally with go1.23 (# 7751)
  > 67b9ebf xdsclient: make sending requests more deterministic (# 7774)
  > 94e1b29 vet: add dependency checks (# 7766)
  > a82315c testutils: change ListenerWrapper to push the most recently accepted connection (# 7772)
  > e0a730c clusterresolver: fix a comment in a test (# 7776)
  > f8e5d8f mem: use slice capacity instead of length, to determine whether to pool buffers or directly allocate them (# 7702)
  > c4c8b11 xds/resolver: add a way to specify the xDS client to use for testing purposes (# 7771)
  > 8212cf0 xdsclient: implementation of the xdsChannel (# 7757)
  > 4bb0170 status: Fix status incompatibility introduced by # 6919 and move non-regeneratable proto code into /testdata (# 7724)
  > 80937a9 credentials: Apply defaults to TLS configs provided through GetConfigForClient (# 7754)
  > c538c31 vet: Don't use GOROOT to set PATH if GOROOT is unset (# 7761)
  > 14e2a20 resolver/google-c2p: introduce SetUniverseDomain API (# 7719)
  > 98959d9 deps: update dependencies for all modules (# 7755)
  > 56df169 resolver: update ReportError() docstring (# 7732)
  > 830135e xdsclient: new Transport interface and ADS stream implementation (# 7721)
  > d2ded4b xdsclient: new Transport interface and LRS stream implementation (# 7717)
  > ec10e73 transport: refactor `trInFlow.onData` to eliminate redundant logic (# 7734)
  > 6cd00c9 clientconn: remove redundant check (# 7700)
  > 569c8eb vet: Use go1.22 instead of go1.21 for tidy and staticcheck(# 7747)
  > 4544b8a Change version to 1.69.0-dev (# 7746)
bumping github.com/davecgh/go-spew 8991bc2...d8f796a:
  > d8f796a travis: test against go 1.11
bumping golang.org/x/sys e0753d4...d4ac05d:
  > d4ac05d windows: update NewLazyDLL, LoadDLL docs to point to NewLazySystemDLL
  > 680bd24 windows: remove unused errString type
  > a7f19e9 unix: add Dup3 on dragonfly
  > fe16172 unix: define IfMsghdr2, IfData64, and RtMsghdr2 on darwin
  > 0a57dbc unix: update to kernel Linux 6.12
  > 3cf1e67 unix: don't fail TestPpoll on EINTR
  > d2cea70 windows: add functions to get named pipe process IDs
  > a13946c windows: regenerate zsyscall_windows.go
bumping golang.org/x/term b725e36...40b02d6:
  > 40b02d6 go.mod: update golang.org/x dependencies
  > 442846a go.mod: update golang.org/x dependencies
bumping k8s.io/api 83bdab1...e45474d:
  > e45474d Update dependencies to v0.31.4 tag
  > 46f6230 Merge pull request # 126761 from thockin/automated-cherry-pick-of-# 126749-upstream-release-1.31
  > 1857695 fix v1a3 ResourceSliceList metadata field name
  > 382a091 update codegen and openapi
  > 1073c1e regen clients
  > 6f8e3bd Review feedback
  > 437d97a Coordinated Leader Election Alpha API
  > 63e21d3 Merge pull request # 126243 from SergeyKanzhelev/devicePluginFailures
  > ca07d5a generated files
  > 7192863 add AllocatedResourcesStatus field to ContainerStatus
  > a789efa Merge pull request # 126281 from saschagrunert/oci-volume-docs
  > f04ea0b Merge pull request # 126145 from carlory/kep-3751-api
  > 6f2fee6 ImageVolumeSource: mention that fsGroupChangePolicy has no effect
  > 7d5eb68 Merge pull request # 126108 from gnufied/changes-volume-recovery
  > 447f08f Promote VolumeAttributesClass to beta
  > 871340c Merge pull request # 120611 from pohly/dra-resource-quotas
  > 8962de2 Rename ReizeFailed conditions to ResizeInfeasible
  > 3421a80 Merge pull request # 126067 from tenzen-y/implement-job-success-policy-e2e
  > 19081f3 DRA quota: add ResourceClaim v1.ResourceQuota limits
  > a48b61c Add new values for reporting expansion errors via conditions
  > b689d90 Merge pull request # 125374 from pwschuurman/kep-3335-stable
  > a815b26 Graduate the JobSuccessPolicy to beta
  > 9516298 Merge pull request # 125488 from pohly/dra-1.31
  > dc483d9 Remove StatefulSetStartOrdinal feature gate to target stable in 1.31
  > ff2bf05 Job: Add the CompletionsReached reason to the SuccessCriteriaMet condition
  > e0a906d DRA: new API for 1.31
  > 0030d2c DRA: remove "sharable" from claim allocation result
  > 35de2c0 DRA: remove immediate allocation
  > 8cd8793 DRA: bump API v1alpha2 -> v1alpha3
  > 7d5e5ea Merge pull request # 125571 from liggitt/filter-auth-02-sar
  > 0c2b9ec generate
  > 80604de add subjectaccessreview field and label selectors
  > 5c3f1a6 Merge pull request # 126207 from thockin/ingress-backend-port-atomic
  > 441003d Merge pull request # 125782 from aborrero/master
  > 1b3cb9c Make ServiceBackendPort an atomic struct
  > 261e6aa Merge pull request # 125660 from saschagrunert/oci-volumesource-api
  > b18808d procMount: fix default value documentation
  > fda4e0a Merge pull request # 124859 from morlay/master
  > e42b090 Add ImageVolumeSource API
  > 7ff5716 Merge pull request # 125940 from thockin/master
  > 4dc0f37 Remove json:",omitempty" where json:",inline" specified.
  > b1818c5 Merge pull request # 125470 from everpeace/kep-3619-SupplementalGroupsPolicy-e2e
  > 36ebe43 Clarify errors in ProjectedVolume validation
  > f00cb17 Merge pull request # 124568 from xyz-li/fix_apiserver_output
  > 8be67e6 KEP-3619: API: add NodeFeatures.SupplementalGroupsPolicy in NodeStatus
  > 68522b3 api: fix ValidatingAdmissionPolicyList json tag
  > 4fec474 Merge pull request # 126034 from sohankunkerkar/add-usernamespaces
  > 0787ff7 api: add user namespaces field to NodeRuntimeHandlerFeatures
  > fc8a03c Merge pull request # 126018 from aroradaman/bump-k8s-utils
  > 8ea3a95 Merge pull request # 126057 from thockin/make-pod-ip-host-ip-required
  > bf5bdd3 bump k8s.io/utils
  > 2ae1cf1 Merge pull request # 125442 from mimowo/job-pod-failure-policy-stable
  > 2ef3cc9 make PodIP.IP and HostIP.IP required.
  > e0af89b JobPodFailurePolicy to GA
  > 9c8c6d2 Merge pull request # 126046 from mimowo/fix-job-pod-failure-api
  > 4badb33 Merge pull request # 124969 from RomanBednar/pv-phase-transition-time-ga
  > 61b6c0a Use omitempty for optional fields in Job Pod Failure Policy
  > 2cf4612 Merge pull request # 125922 from dims/update_otel_27
  > ef6990b graduate PersistentVolumeLastPhaseTransitionTime to GA in 1.31
  > 9a93d6b update OpenTelemetry dependencies and grpc
  > e7b4471 Merge pull request # 125021 from aojea/servicecidrbeta
  > f41eb5f Merge pull request # 125116 from pohly/dra-one-of-source
  > db34f59 make update
  > 48abdb0 Merge pull request # 122047 from aojea/treeless
  > f74974e DRA: remove "source" indirection from v1 Pod API
  > 5ad5007 promote ServiceCIDR and IPAddress to beta
  > 70c0174 Merge pull request # 125759 from dims/bump-prometheus/common-v0.55.0
  > 19c5afd generated
  > 236105a Merge pull request # 125162 from sttts/sttts-code-generator-core-group
  > ad14b89 Bump `prometheus/common to` v0.55.0
  > ea15fac document the API with the details about the allocation CIDR ranges
  > 78bd910 Merge pull request # 125766 from dims/update-moby/spdystream-to-v0.4.0
  > 6ff324a code-generator/client-gen: decouple core group from package name 'api'
  > 77d4ad8 Merge pull request # 125600 from thockin/plus_default_deprecated_volumes
  > ba9d110 Update moby/spdystream to v0.4.0
  > 89b2da1 Merge pull request # 125745 from BenTheElder/ping-ping
  > e191233 Use +default for now deprecated ScaleIO volume
  > 26803c0 bump  github.com/moby/spdystream to v0.3.0
  > cdeb356 Use +default for now deprecated AzureDisk volume
  > e025325 Merge pull request # 125731 from dashpole/revert_otel
  > 165690c Use +default for now deprecated ISCSI volume
  > 2788e05 Revert "update OpenTelemetry dependencies"
  > 53f4e42 Use +default for now deprecated RBD volume
  > 149781f Merge pull request # 125669 from benluddy/cbor-bump-v2.7.0
  > e297a0e Bump github.com/fxamacker/cbor/v2 to v2.7.0.
  > 8d69060 Merge pull request # 125575 from dashpole/update_otel_27
  > 2d0cd50 update OpenTelemetry dependencies
  > e09016f Merge pull request # 125576 from alvaroaleman/fix
  > 9f6f03f Merge pull request # 125531 from pohly/klog-update
  > 69864e9 Corev1.Node: Link to node doc and not PV doc in status.capacity
  > a2ff581 dependencies: klog v2.130.1
  > 857a946 Merge pull request # 125540 from pohly/revert-binding-deprecation
  > ee77356 api: revert deprecation annotation for v1 Binding
  > 590e504 Merge pull request # 125408 from benluddy/bump-cbor-v2.7.0
  > b5dd4c4 Bump fxamacker/cbor/v2 to v2.7.0-beta.
  > c0840f2 Merge pull request # 125189 from mimowo/improve-ready-comment
  > c114cd7 Merge pull request # 122832 from benluddy/cbor-fuzz-native-to-unstructured-via
  > 7f878b9 Improve the Job API comment for ready field
  > d93eaf6 KEP-3619: Fine-grained SupplementalGroups control (# 117842)
  > 6e174b7 Update indirect dependencies with ./hack/update-vendor.sh.
  > 983e15a Merge pull request # 124898 from alexzielenski/apiserver/prerelease-ga-tags
  > 4261982 Merge pull request # 123339 from skitt/canonical-json-patch
  > 740a638 add prerelease lifecycle tags to GA types
  > 0b590ac Use canonical json-patch v4 import
  > 7cdaa4e Update kubectl kustomize to kyaml/v0.17.1, cmd/config/v0.14.1, api/v0.17.2, kustomize/v5.4.2
  > 7480c46 Merge pull request # 125045 from pohly/ginkgo-gomega-update
  > 9a6330a dependencies: ginkgo v2.19.0, gomega v1.33.1
  > 664bdd5 Merge pull request # 124793 from mimowo/fix-managed-by-comment
  > b1dbea2 Merge pull request # 123638 from sanposhiho/matchlabelkey-beta
  > 2a86f24 Fix the comment for the Job managedBy field
  > 8a7117f graduate MatchLabelKeysInPodAffinity to Beta
  > 7ccc245 Merge pull request # 123845 from HirazawaUi/promote-DisableNodeKubeProxyVersion-to-beta
  > aa3ed7c Merge pull request # 124590 from xrstf/fix-optional-comment
  > e6d86a2 promote DisableNodeKubeProxyVersion feature gate to beta
  > 92d2eac fix(api): make LocalObjectReference.Name and HostAlias.IP required (# 124553)
  > 2144e85 codegen
  > 7c9431b Merge pull request # 124572 from aojea/alpha_tag
  > 8db881a alpha->beta
  > c4ac111 Merge pull request # 124562 from sbueringer/pr-bump-sigs-yaml
  > fd5eb88 tag service.spec.TrafficDistribution field as alpha
  > 9bd0523 fix stray +optional comment on persistentVolumeClaimRetentionPolicy
  > 8cf3f40 Bump sigs.k8s.io/yaml to v1.4.0
  > 2676848 Merge pull request # 124469 from serathius/etcd-3.5.13
  > b75136d Merge pull request # 124075 from pohly/dra-api-comments
  > 8a34349 Upgrade etcd libraries to v3.5.13
  > 039b247 Merge pull request # 124328 from jiahuif-forks/deps/cel-go
  > 83fe34a DRA: sync internal API doc comments
  > fbc502f generated: ./hack/update-vendor.sh
  > 1e01004 DRA api: ResourceHandle.DriverName is required
  > 63e83d0 generated: ./hack/pin-dependency.sh github.com/google/cel-go v0.20.1
  > 2df4487 DRA api: explicitly reserve finalizer for Kubernetes
  > 5975d5e Merge pull request # 124365 from SataQiu/v1.30.0-api-testdata
  > 98d0c7a Merge pull request # 124103 from zhanluxianshen/fix-typos-in-rbac-api
  > 14e4e0c Remove v1.28.0 API testdata
  > 76b6c7c Merge pull request # 124062 from alculquicondor/nodename-api-comment
  > 04510aa Fix typos in rbac api.
  > b27f498 Add v1.30.0 API testdata
  > a819b1d Merge pull request # 116781 from muff1nman/protobuf-fully-qualified-types
  > 58c5883 Update API comment for nodeName to match system behavior
  > 5e7d566 Merge pull request # 124174 from dims/update-x/net-for-CVE-2023-45288
  > 33eb147 generate fully qualified type references
  > 63d4a04 Update x/net for CVE-2023-45288
  > 5147c1a sync: update go.mod
  > d1659eb Merge pull request # 123932 from pohly/dra-api-resource-model-rename
bumping golang.org/x/sync 151027e...913fb63:
  > 913fb63 singleflight: fix typo in singleflight_test.go
bumping knative.dev/hack e92a16a...f8be0cc:
  > f8be0cc Update community files (# 407)
bumping google.golang.org/protobuf c72053a...12c6ebd:
  > 12c6ebd all: release v1.36.2
  > 8878926 internal/impl: fix WhichOneof() to work with synthetic oneofs
  > c0c814f all: start v1.36.1-devel
  > 7fc5ff4 all: release v1.36.1
  > 575aebf internal/impl: revert IsSynthetic() check to fix panic
  > ce4fa19 internal/errors: delete compatibility code for Go before 1.13
  > 607da3e all: start v1.36.0-devel
  > 3b78ca8 all: release v1.36.0
  > 4cf3399 src/google/protobuf: document UnmarshalJSON / API level behavior
  > 8edf940 reflect/protoreflect: use [] syntax to reference method
  > 5376513 proto: add reference to size semantics with lazy decoding to comment
  > 560503e compiler/protogen: allow overriding API level from --go_opt
  > b64efdb cmd/protoc-gen-go: generate _protoopaque variant for hybrid
  > 9eda3d5 all: regenerate.bash for Opaque API
  > eb7b468 all: Release the Opaque API
  > 5f5de33 types/descriptorpb: regenerate using latest protobuf v29.1 release
  > bdcc7ad internal/impl: skip synthetic oneofs in messageInfo
  > 30f628e all: start v1.35.2-devel
bumping k8s.io/apimachinery 37988e5...a8f449e:
  > a8f449e Falls back to SPDY for gorilla/websocket https proxy error
  > 62791ec Merge pull request # 125571 from liggitt/filter-auth-02-sar
  > cc2ba35 add field and label selectors to authorization attributes
  > ce76a8f generate
  > 35052c5 add subjectaccessreview field and label selectors
  > ab06869 Merge pull request # 126105 from benluddy/cbor-framer
  > 429f4e4 Implement runtime.Framer for CBOR Sequences.
  > d7e1c53 Merge pull request # 126018 from aroradaman/bump-k8s-utils
  > 07cb122 Merge pull request # 125748 from benluddy/cbor-custom-marshalers
  > dd17456 bump k8s.io/utils
  > c485170 Error on custom (un)marshalers without a CBOR implementation.
  > 4524748 Merge pull request # 125790 from benluddy/cbor-fieldsv1
  > 6b362fa Merge pull request # 125676 from benluddy/cbor-bufferpool
  > 3da83fe Support either JSON or CBOR in FieldsV1.
  > 56f28d1 Merge pull request # 125629 from benluddy/cbor-rawextension
  > 5976b00 Don't pool large CBOR encode buffers.
  > e55063d Automatically transcode RawExtension between unstructured protocols.
  > e126c65 Merge pull request # 125743 from benluddy/extract-roundtrip-to-unstructured
  > c1f2403 Merge pull request # 125922 from dims/update_otel_27
  > 04bc058 Extract RoundtripToUnstructured to apimachinery apitesting library.
  > f813d28 Merge pull request # 125835 from benluddy/roundtrip-error-fmt-strings
  > 9ac6d17 update OpenTelemetry dependencies and grpc
  > 160885f Fix fmt verbs for strings in roundtrip test errors.
  > ef4453d fix: enable bool-compare rule from testifylint linter (# 125135)
  > adf72dd Merge pull request # 125759 from dims/bump-prometheus/common-v0.55.0
  > 1dfa5d9 Merge pull request # 125766 from dims/update-moby/spdystream-to-v0.4.0
  > 6deaf26 Bump `prometheus/common to` v0.55.0
  > a0fb8b1 Merge pull request # 125646 from HirazawaUi/apply-null
  > a2e9f2d Update moby/spdystream to v0.4.0
  > 65a3763 Merge pull request # 125712 from benluddy/remove-cbor-test-skips
  > 0daad00 add comment for mergeMap
  > 276559d Merge pull request # 125745 from BenTheElder/ping-ping
  > 9731e93 Remove temporary mechanism for skipping CBOR tests.
  > 11ede0a bump  github.com/moby/spdystream to v0.3.0
  > 93912e7 Merge pull request # 125422 from benluddy/cbor-disable-binarymarshaler
  > 01e80c9 Merge pull request # 125731 from dashpole/revert_otel
  > 5626c83 Disable recognition of Binary(Unm|M)arshaler in CBOR serializer.
  > 5f5d4bf Revert "update OpenTelemetry dependencies"
  > 9501ff9 Merge pull request # 125419 from benluddy/cbor-byteslice-base64
  > c225984 Merge pull request # 122891 from siyuanfoundation/api-comp-ver1
  > 541e437 Enable JSON-compatible base64 encoding of []byte for CBOR.
  > a05248b Merge pull request # 125421 from benluddy/cbor-simple-values
  > f7e861d Add version mapping in ComponentGlobalsRegistry.
  > 123bf3a Merge pull request # 125669 from benluddy/cbor-bump-v2.7.0
  > 8e6f2d4 Reject CBOR simple values other than true, false, and null.
  > cc42a15 apiserver: Add API emulation versioning.
  > e94cfc0 Merge pull request # 125418 from benluddy/cbor-byte-array-to-array
  > e837731 Bump github.com/fxamacker/cbor/v2 to v2.7.0.
  > e3238d4 Merge pull request # 125575 from dashpole/update_otel_27
  > 042376f Encode byte array to CBOR as array of integer, not byte string.
  > 0e02b52 Merge pull request # 125420 from benluddy/cbor-bignum-bigint
  > 347a004 update OpenTelemetry dependencies
  > 97723bf Reject math/big.Int on encode and bignum tags on decode for CBOR.
  > eb26334 Merge pull request # 125423 from benluddy/cbor-nan-inf
  > 04fe518 Merge pull request # 125531 from pohly/klog-update
  > cf52dcb Reject NaN or infinite floating-point values in the CBOR serializer.
  > aab19db dependencies: klog v2.130.1
  > af4f0d8 Merge pull request # 125424 from benluddy/cbor-timetag-rfc3339
  > 30b7bf1 Merge pull request # 125472 from karlkfi/karl-watch-comments
  > cfa284d Decode CBOR time tags to interface{} as RFC 3339 timestamps.
  > bcc2184 Add details to watch interface method comments
  > 1a6a62a Merge pull request # 125408 from benluddy/bump-cbor-v2.7.0
  > 71aae7d Allow decoding RFC 3339 CBOR strings to time.Time.
  > a2d2122 Bump fxamacker/cbor/v2 to v2.7.0-beta.
  > 703232e Merge pull request # 125299 from karlkfi/karl-reflector-fix-2
  > 8ac23fa Improve Reflector unit tests
  > 733a95e Merge pull request # 122832 from benluddy/cbor-fuzz-native-to-unstructured-via
  > b4069ae Implement cbor.Marshaler and cbor.Unmarshaler for resource.Quantity.
  > 6253e16 Implement cbor.Marshaler and cbor.Unmarshaler for metav1.MicroTime.
  > b19cb35 Implement cbor.Marshaler and cbor.Unmarshaler for metav1.Time.
  > bd5fa0b Implement cbor.Marshaler and cbor.Unmarshaler for IntOrString.
  > 63ab494 Merge pull request # 123339 from skitt/canonical-json-patch
  > 845ea7e Use canonical json-patch v4 import
  > a14e568 Update kubectl kustomize to kyaml/v0.17.1, cmd/config/v0.14.1, api/v0.17.2, kustomize/v5.4.2
  > d8a3da3 Merge pull request # 125045 from pohly/ginkgo-gomega-update
  > 5c8637d Merge pull request # 124775 from benluddy/cbor-unstructuredlist
  > 48701d2 dependencies: ginkgo v2.19.0, gomega v1.33.1
  > 491adfd Merge pull request # 125068 from benluddy/cbor-decode-to-any
  > 7f39f09 Decode CBOR to UnstructuredList as UnstructuredJSONScheme does.
  > 60bddd4 Add unit tests for decoding CBOR into interface{} type
  > 1da46c3 Merge pull request # 124799 from benluddy/cbor-self-described-cbor-tag-decode-test
  > 27aebe7 Add CBOR decoder unit test that accepts tag 55799.
  > 53e91cb Merge pull request # 123620 from benluddy/json-frame-reader-underlying-array-reuse
  > c9c3e94 Merge pull request # 121496 from benluddy/metav1-labelselector-fuzz
  > e79aa4b Remove shared ref to underlying array of JSONFrameReader's Read arg.
  > d5c9711 Merge pull request # 124562 from sbueringer/pr-bump-sigs-yaml
  > 8a0a7f6 Deduplicate set expression values in metav1.LabelSelector fuzzer.
  > a043c3f Merge pull request # 122026 from skitt/sets-go1.21
  > e2d25ee Bump sigs.k8s.io/yaml to v1.4.0
  > 03f2f33 Merge pull request # 124469 from serathius/etcd-3.5.13
  > b64363e Use Go 1.21 Ordered and clear for sets
  > 281251e Upgrade etcd libraries to v3.5.13
  > bb88221 Merge pull request # 124328 from jiahuif-forks/deps/cel-go
  > bfd47a1 Merge pull request # 123626 from benluddy/cbor-test-encode-no-duplicate-map-key
  > 952d3cb generated: ./hack/update-vendor.sh
  > 0ee3e61 Merge pull request # 124324 from benluddy/cbor-decode-tests-grouped-by-cbor-type
  > 948272c Add tests for CBOR encoder handling of duplicate field names/tags.
  > 125cb5f generated: ./hack/pin-dependency.sh github.com/google/cel-go v0.20.1
  > ea31e51 Merge pull request # 124116 from HiranmoyChowdhury/hiranmoy
  > d39475b Group CBOR decode tests by the kind of their inputs.
  > 8c36da9 Merge pull request # 121970 from pohly/log-apimachinery-runtime
  > 8d006f4 deep copy issue in getting controller is solved
  > 7778646 Merge pull request # 116781 from muff1nman/protobuf-fully-qualified-types
  > 126f5ce apimachinery runtime: support contextual logging
  > e696ec5 Merge pull request # 124174 from dims/update-x/net-for-CVE-2023-45288
  > ad648b1 generate fully qualified type references
  > 2dd8802 Update x/net for CVE-2023-45288
  > d82afe1 Merge pull request # 123801 from HirazawaUi/followup-allow-special-characters
bumping golang.org/x/text efd25da...d42948e:
  > d42948e go.mod: update golang.org/x dependencies

Signed-off-by: Knative Automation <automation@knative.team>
2025-01-13 19:52:00 +00:00
Dave Protasowski 634555c68c
bump controller-gen to v0.17.0 (#913) 2025-01-13 17:24:01 +00:00
Knative Automation ca99f3dde7
Update community files (#912)
Signed-off-by: Knative Automation <automation@knative.team>
2025-01-09 13:15:28 +00:00
Knative Automation 98070c283d
upgrade to latest dependencies (#911)
bumping knative.dev/hack cad8c71...e92a16a:
  > e92a16a set min to 1.30 (# 405)

Signed-off-by: Knative Automation <automation@knative.team>
2024-12-28 16:51:10 +00:00
Knative Automation 09897a3095
upgrade to latest dependencies (#909)
bumping knative.dev/pkg a7fd9b1...4c90159:
  > 4c90159 Update community files (# 3126)
  > 40afb7c fix script (# 3123)
  > f3ab560 Update community files (# 3118)
bumping knative.dev/hack b799531...cad8c71:
  > cad8c71 Update community files (# 406)
  > 1978b3a Update community files (# 404)

Signed-off-by: Knative Automation <automation@knative.team>
2024-12-24 02:31:07 +00:00
Knative Automation 2f0b786ff2
Update community files (#910)
Signed-off-by: Knative Automation <automation@knative.team>
2024-12-23 13:13:05 +00:00
Knative Automation 9f3a58ce33
Update community files (#908)
Signed-off-by: Knative Automation <automation@knative.team>
2024-11-28 01:37:42 +00:00
Knative Automation a38b40d8a3
upgrade to latest dependencies (#907)
bumping google.golang.org/protobuf 158d2b3...c72053a:
  > c72053a all: release v1.35.2
  > b985635 internal/impl: fix TestMarshalMessageSetLazyRace (was a no-op!)
  > 76135f9 proto: switch messageset_test to use makeMessages() injection point
  > 29947bb internal/testprotos/test: add nested message field with [lazy=true]
  > 5c14d72 encoding/prototext: use testmessages_test.go approach, too
  > 496557b proto: refactor equal_test from explicit table to use makeMessages()
  > 0517e5a testing/protocmp: document behavior when combining Ignore and Sort
  > d14ebce all: implement strip_enum_prefix editions feature
  > fb995f1 encoding/protojson: allow missing value for Any of type Empty
  > d340238 all: start v1.35.1-devel
bumping knative.dev/pkg 215048a...a7fd9b1:
  > a7fd9b1 Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 (# 3117)

Signed-off-by: Knative Automation <automation@knative.team>
2024-11-18 13:18:47 +00:00
Knative Automation cb95f78b72
upgrade to latest dependencies (#906)
bumping golang.org/x/tools 2ab3b51...4d2b19f:
  > 4d2b19f go.mod: update golang.org/x dependencies
  > 6368677 gopls/internal/golang: strength reduce ComputeImportFixEdits
  > 777f155 gopls/internal/golang: show package attributes on hover
  > 8a0e08f gopls/doc: add missing doc link
  > 61415be gopls/internal/cache: guard against malformed paths in port.matches
  > 9a89d3a internal/analysisinternal: avoid sub-token spans in TypeErrorEndPos
  > 1115af6 internal/expect: support named arguments f(a, b, c=d, e="f")
  > 0b9e499 go/{expect,packages/packagestest}: mention the tag+delete proposal
  > efcd2bd internal/packagestest: fork go/packages/packagestest
  > 0e9ed3d go/packages: do not mutate Config
  > ca2b41b x/tools: use internal/expect instead of go/expect
  > b22f1ad internal/expect: fork go/expect
  > f1ae722 gopls/internal/semtok: change types.Named to types.Basic for iota, true, and false
  > dba5486 gopls: update x/telemetry to pick up fix for countertest.ReadCounter
  > 9d40727 gopls/internal/server: don't interact with os.UserConfigDir from tests
  > 59933b6 go/packages: create fewer goroutines
  > f1f7c26 gopls/internal/cache: ensure GO111MODULE is unset in GOPATH tests
  > 4f98d3f gopls/internal/golang: run testcases as subtests
  > 6d27bba gopls/internal/golang: add testcase handling for func with error returns
  > e5417d7 gopls/internal/cache: log go env in TestZeroConfigAlgorithm
  > 691997a gopls/internal/golang: consolidate imports from both file in qualifier
  > 0c792f1 gopls/internal/golang: support generating test for functions
  > 27e1a3a go/packages: ensure TypesInfo is set when NeedTypesInfo is enabled
  > 817c7bc gopls/internal/test/integration/workspace: fix TestStdWorkspace
  > e36459f gopls/internal/golang: generate test name for selected function/method
  > 2998e9a go/analysis/passes/lostcancel: add WithCancelCause et al
  > f0379e0 go/packages: add BenchmarkNetHTTP
  > ad28b93 go/packages: minor cleanups to loader.parseFiles
  > cceaf96 internal/imports: carve out a Source interface for index integration
  > f4878ba gopls/internal/golang: use correct imports in HTML pkg doc links
  > 109c5fc gopls/internal/test: fix path to local go in integration tests
  > 99e8fee x/tools: fset.File(file.Pos()) -> fset.File(file.FileStart)
  > 5cd08e2 go/gcexportdata: document 2 releases + tip policy
  > ce03cd6 internal/modindex: parse changed time in local time zone
  > 386503d gopls/internal/golang: add source code action for add test
  > 9d6e1a6 Revert "gopls/internal/analysis: disable ssa/ir analyzers on range-over-func"
  > f153a42 gopls: update honnef.co/go/tools (staticcheck) to v0.5.1
  > 59f79bc go/ssa: speed up TestTypeparamTest by loading tests once
  > 70e82e0 go/analysis/passes/asmdecl: Correct identify writeResult instructions
  > cbd92b1 gopls/internal: stubcalledfunction: improve logic of selecting insert position
  > 45a28e1 all: fix x/tools tests that fail with a go1.23.1 go.work file
  > b0f44d5 copyright: limit copyright checking to .go files
  > 73d6794 gopls/internal/template: fix completion token boundary conditions
  > 91421d7 gopls/internal/cache: share type checking with analysis
  > 36684df go/analysis/passes/unusedwrite: silence if unsafe is imported
  > 17213ba gopls/internal/cache/parsego: support lazy object resolution for Files
  > 7d1d070 go/ssa/interp: disable interp tests on wasm
  > ae56d93 internal/modindex: implement Lookups in the index
  > 044b16f internal/gcimporter: extend markBlack workaround go1.22
  > dabba6a internal/modindex: new API for incremental update
  > 7d196fc go/ssa/interp: fix failing recover2.go test
  > f861377 go/ssa/interp: redirect interpreter std{out,err} to testing.T.Log
  > 9f3c646 gopls/internal/cache: memoize cache keys
  > 1f162c6 gopls/internal/cache: async pull diagnostics and joined analysis
  > dbb8252 gopls/release: remove unused(?) script
  > 6176384 go/types/objectpath: break cycles through interface methods
  > 9e6388a internal/gcimporter: work around go/types data race in 1.23.
  > c457787 gopls/internal/cache: avoid reporting bugs when go/packages has errors
  > 401eca0 gopls/internal/settings: remove "allowImplicitNetworkAccess"
  > 6618569 gopls/internal/cache: refine a bug report related to package metadata
  > 6381f0b gopls/internal/cache: refine bug reports
  > 63e4449 gopls/internal/telemetry/cmd/stacks: print double-claimed stacks
  > f003ff6 gopls/internal/test/marker: rename s/suggestedfix/quickfix/
  > 8128bcf gopls/internal/cache: add tolerance for builtin test variants
  > a199121 gopls: allow for asynchronous request handling
  > 8ecf757 internal/gcimporter: remove test of unsupported "goroot" iimport
  > 7310c72 importgraph: correct typo in graph_test.go
  > ce4cb55 internal/modindex: fix two bugs
  > b3482cc internal/modindex/cmd: Command for maintaining module cache indexes
  > 454be60 x/tools: be defensive after types.Info.Types[expr] lookups
  > dec6bf1 internal/modindex: update module cache index
  > 6c6def2 gopls/internal/telemetry/cmd/stacks: fix bad tmpreaper interaction
  > 1a5fe83 gopls: remove cruft
  > 244a31e gopls/internal: CodeAction:  quickfix to generate missing method
  > 87d6131 internal/typeparams: support parameterized aliases in Free
  > aa87dcf go/analysis/passes: execute gofmt
  > feffeaa go/packages: report an error from Load when GOROOT is misconfigured
  > 50179f2 Revert "internal/aliases: add a function to conditionally enable aliases"
  > 4f6e118 all: set gotypesalias=1 when using >=1.23 toolchain
  > 915132c internal/typesinternal: add NamedOrAlias type
  > bd86f8c gopls/internal/cache/analysis: lazily resolve the import map
  > a4e0a9e cmd/bundle: enable materialized aliases
  > db26c69 cmd/stringer: fix test on android
  > f08b5c1 gopls/internal/test/integration/bench: add a pull diagnostics benchmark
  > bbb979f go/callgraph/vta: use node IDs for type flow graph
  > cf8979b gopls/doc/features: add index of supported Code Actions
  > 8621919 go/ssa/ssautil: disable fmt imports on wasm tests
  > f439874 internal/modindex: add symbol information
  > f21a1dc gopls: add initial support for pull diagnostics
  > c19060b gopls/internal/cache: use packageHandles to hold an active package cache
  > a30b207 internal/versions: remove InitFileVersions
  > de11c55 gopls/doc/codelenses: fix link typo
  > 0b989c8 internal/versions: update test expectations
  > 89a5311 go/analysis/passes/asmdecl: allow syscall write registers implicitly
  > f8f3c13 internal/aliases: add a function to conditionally enable aliases
bumping knative.dev/pkg 47a6f9f...215048a:
  > 215048a Bump golang.org/x/tools from 0.26.0 to 0.27.0 (# 3114)
bumping golang.org/x/mod 46a3137...dec0365:
  > dec0365 sumdb: make data tiles by Server compatible with sum.golang.org
  > c8a7319 x/mod: fix handling of vendored packages with '/vendor' in non-top-level paths
  > 9cd0e4c x/mod: remove vendor/modules.txt from module download

Signed-off-by: Knative Automation <automation@knative.team>
2024-11-17 21:36:46 +00:00