Commit 4f41eb5
authored
upgrade to latest dependencies (#674)
bumping knative.dev/serving d34d283...43463bc:
> 43463bc Update net-contour nightly (# 16006)
> 098102d Update net-gateway-api nightly (# 16005)
> f5aade4 Update net-kourier nightly (# 16004)
> 9e361de Update net-istio nightly (# 16003)
> 2a07f5e Update community files (# 16002)
> d0d784c Update net-istio nightly (# 15991)
> 940713f Update net-kourier nightly (# 15989)
> 2aa8928 Update net-contour nightly (# 15987)
> 7320a2a Update net-gateway-api nightly (# 15988)
> 2346125 upgrade to latest dependencies (# 15980)
> 290d8f2 Update net-gateway-api nightly (# 15984)
> dbf24f6 drop old usage of knative.dev/pkg/tracing (# 15982)
> 7d6d830 Update net-contour nightly (# 15986)
bumping golang.org/x/crypto 459a9db...ef5341b:
> ef5341b go.mod: update golang.org/x dependencies
> b999374 acme: fix pebble subprocess output data race
> c247dea x509roots/fallback: store bundle certs directly in DER
> 1fda731 acme: increase pebble test waitForServer attempts
> 1b4c3d2 x509roots/fallback: update bundle
> b903b53 acme: capture pebble test subprocess stdout/stderr
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/text b6d2645...425d715:
> 425d715 go.mod: update golang.org/x dependencies
bumping knative.dev/eventing 51710e2...50a65f4:
> 50a65f4 [main] Update community files (# 8659)
> 96629b6 Injected tracing headers into jobsink event file (# 8626)
> 02861b7 cleanup: drop pkg/tracing from test code (# 8654)
> 3bdae0a drop use of tracing config map in webhook (# 8653)
bumping golang.org/x/mod ea04085...f8a9fe2:
> f8a9fe2 go.mod: update golang.org/x dependencies
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
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/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 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 knative.dev/networking edb1a4a...e0e80d6:
> e0e80d6 upgrade to latest dependencies (# 1073)
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
Signed-off-by: Knative Automation <[email protected]>1 parent 9190c8e commit 4f41eb5
File tree
74 files changed
+1317
-990
lines changed- vendor
- golang.org/x
- net/http2
- sys/unix
- term
- tools
- go
- ast/astutil
- packages
- internal
- imports
- modindex
- google.golang.org/protobuf
- encoding/protowire
- internal
- editiondefaults
- filedesc
- genid
- impl
- version
- reflect/protoreflect
- types/descriptorpb
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
74 files changed
+1317
-990
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
94 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
249 | | - | |
| 248 | + | |
| 249 | + | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
255 | | - | |
| 254 | + | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
268 | | - | |
| 267 | + | |
| 268 | + | |
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
297 | | - | |
| 296 | + | |
| 297 | + | |
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
304 | | - | |
| 303 | + | |
| 304 | + | |
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
314 | | - | |
| 313 | + | |
| 314 | + | |
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
325 | | - | |
326 | | - | |
| 325 | + | |
| 326 | + | |
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| |||
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
351 | | - | |
352 | | - | |
| 351 | + | |
| 352 | + | |
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
| |||
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
390 | | - | |
391 | | - | |
| 390 | + | |
| 391 | + | |
392 | 392 | | |
393 | 393 | | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments