Commit 4e47a12
authored
upgrade to latest dependencies (#2130)
bumping golang.org/x/term a7e5b04...3aff304:
> 3aff304 go.mod: update golang.org/x dependencies
bumping k8s.io/apimachinery 72d71ea...72d71ea:
bumping golang.org/x/mod 4c04067...27761a2:
> 27761a2 go.mod: update golang.org/x dependencies
bumping k8s.io/apiextensions-apiserver a8d2a03...6b81add:
> 6b81add Update dependencies to v0.35.1 tag
> 09f0433 Merge pull request # 136141 from shwetha-s-poojary/automated-cherry-pick-of-# 135666-upstream-release-1.35
> 0089f33 Fixes the flaky test (Issue # 132953)
bumping golang.org/x/text 536231a...817fba9:
> 817fba9 go.mod: update golang.org/x dependencies
> 3264de9 all: clean up old Go hacks
> 74af298 all: fix tags in remaining Unicode tables
> 117e03b all: delete old Unicode tables
> 9463ea4 all: update to Unicode 17
> 7278b25 internal/export/idna: update for post-Unicode 10 idna changes
> f964ad8 internal/export/idna: delete old code
> 678d34e unicode/norm: preserve QC Maybe bit in packed forminfo
bumping golang.org/x/tools 2ad2b30...009367f:
> 009367f go.mod: update golang.org/x dependencies
> 2182926 go/ast/inspector: add Cursor.ParentEdge{Kind,Index} methods
> 27020ac internal/server: add module upgrade pathway after vulncheck scanning
> c4ec0f5 internal/server: list vulnerabilities within vulncheck prompt
> 80d1715 gopls/internal/protocol: add document uri field type
> 0e23509 gopls/doc: update link to Acme LSP plugin
> 7b3ed75 gopls/internal/server: respect SemanticTokens option during initialization
> fddd4a6 gopls/filecache: prevent premature CAS file eviction
> e3a69ff gopls/internal/golang: refactor.inline.variable: add parens
> 955d132 gopls/internal/golang: migrate pkgdoc to cursor
> 25da75e go/ast/inspector: add Cursor.Valid method
> 4894594 gopls/internal/golang: replace PathEnclosingInterval with cursor
> 98f5f21 gopls/internal/protocol: replace position usage to range
> 1fa3970 gopls/internal/server: add interactive resolve server capabilities
> 155378e gopls/internal/settings: read interactive client capabilities
> 9183a52 gopls/internal/golang: semtok: use types.VarKind distinctions
> 1a14db5 internal/event/keys: simplify formatting
> 4635908 internal/event/keys: delete unnecessary types
> 471977e internal/analysis/analyzerutil: FileUsesGoVersion: missing => false
> 38ea3a3 gopls/internal/golang: remove util func labelFor
> 0bdedde gopls/internal/cmd: log 'gopls mcp' stderr
> 2b5ff99 internal/event/export/otel: add OTLP HTTP exporter
> dbfa749 gopls/internal/golang: hover - fix doc links to pointer types
> 77d7777 internal/jsonrpc2: fix missing latency/completed metrics and wrong status codes
> 33d52ca gopls/internal/cache: fix Windows path buffer overflow
> f984baf internal/mcp: delete internal mcp sdk
> 50c45bd gopls/internal/settings: expose file cache budget as setting
> 093e57f gopls: replace all uses of Myers diff
> a60613f gopls/internal/golang: don't shadow existing methods
> 31bbdcd gopls/internal/test: use explicit positions in position-based tests
> 38ba9f5 gopls/internal/protocol: replace lsp link with experimental comment
> 613c127 gopls/internal/golang: fix extract function behavior with goto
> 62999b2 gopls/internal/protocol: replace codeAction with command/resolve
> 3d35eff go/analysis/passes/modernize: fix panic in stringscut
> 985c282 go/ast/inspector: add commentary about Cursor API
> 0540962 all: assume GODEBUG=gotypesalias=1 and simplify
> bae8e07 gopls: handle LabeledStmts properly in extract function
> 360f19c internal/stdlib: update stdlib index for Go 1.26 Release Candidate 2
> 9890627 go/analysis/passes/modernize: fix rangeint rewriting
> 2840540 gopls/internal/protocol: generate sorted methods
> ddfd420 x/go/packages: forward GoVersion from GOPACKAGESDRIVER to the typechecker config
bumping k8s.io/client-go 9bcb694...b464ad8:
> b464ad8 Update dependencies to v0.35.1 tag
bumping knative.dev/pkg 6758a9f...998c038:
> 998c038 ignore deprecated client warnings (# 3321)
> 7bfba20 Bump the golang-x group with 2 updates (# 3320)
> 207b735 Bump the k8s group with 5 updates (# 3319)
bumping golang.org/x/net d977772...ebddb99:
> ebddb99 go.mod: update golang.org/x dependencies
> 4a490d4 internal/http3: add Expect: 100-continue support to ClientConn
> 73fe701 internal/http3: add Expect: 100-continue support to Server
> af0c9df html: add NodeType.String() method
> e02fb33 internal/http3: make responseWriter.Flush write headers if not done yet
> da558ff internal/http3: ensure bodyReader cannot be read after being closed
> d7c76fa internal/http3: make responseWriter behave closer to other http.ResponseWriter
> 64b3af9 http2: prevent transport deadlock due to WINDOW_UPDATE that exceeds limit
> 1973e8d internal/http3: add Server support for handling HEAD requests
> 57ea86d icmp, internal/socket, ipv4, ipv6: use binary.NativeEndian
> bcf2273 quic: clean up impossible nil conditions
> 6b849cc internal/http3: populate some http.Request fields
> f207862 http2: allow prioritization to be disabled using DisableClientPriority field
> 6640454 internal/http3: break dependency on internal/quic/quicwire
> c082574 internal/http3: remove GODEBUG=asynctimerchan=0 that is no longer needed
> 8f003b3 http2: support SETTINGS_NO_RFC7540_PRIORITIES in SETTINGS frame
> 8a4d9c1 http2: only make streams non-incremental if clients know of RFC 9218
> a475fa8 http2: add support for setting RFC 9218 priority via header field
> f40205b http2: add initial support for PRIORITY_UPDATE frame defined in RFC 9218
> 15b99c1 internal/http3: add basic request stream handling for the server
bumping golang.org/x/sys 2f44229...fc646e4:
> fc646e4 cpu: use IsProcessorFeaturePresent to calculate ARM64 on windows
> f11c7bb windows: add IsProcessorFeaturePresent and processor feature consts
> d25a7aa unix: add IoctlSetString on all platforms
> 6fb913b unix: return early on error in Recvmsg
bumping k8s.io/apiserver 5c93bee...bef6898:
> bef6898 Update dependencies to v0.35.1 tag
> 4d42711 Merge pull request # 135815 from mborsz/automated-cherry-pick-of-# 135367-mborsz-release-1.35
> 7401388 Merge pull request # 135838 from lalitc375/automated-cherry-pick-of-# 135714-origin-release-1.35
> c97abb7 Fix apiserver_watch_events_sizes metric.
> 2b143d6 refactor: Ensure metricIdentifier uses scheme for kind resolution
bumping k8s.io/api 9afe7de...4aa217d:
> 4aa217d Update dependencies to v0.35.1 tag
bumping k8s.io/code-generator 73ac2dd...cf6ffee:
> cf6ffee Update dependencies to v0.35.1 tag
bumping knative.dev/serving 39737a9...b89e149:
> b89e149 Update net-gateway-api nightly (# 16398)
Signed-off-by: Knative Automation <[email protected]>1 parent d57633b commit 4e47a12
5 files changed
+90
-90
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
| 91 | + | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
97 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
| 107 | + | |
| 108 | + | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
247 | | - | |
| 246 | + | |
| 247 | + | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
251 | | - | |
| 250 | + | |
| 251 | + | |
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
257 | | - | |
| 256 | + | |
| 257 | + | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
276 | | - | |
| 275 | + | |
| 276 | + | |
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
284 | | - | |
| 283 | + | |
| 284 | + | |
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
325 | 325 | | |
326 | 326 | | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
359 | | - | |
| 358 | + | |
| 359 | + | |
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
373 | | - | |
374 | | - | |
| 373 | + | |
| 374 | + | |
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
379 | | - | |
380 | | - | |
| 379 | + | |
| 380 | + | |
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | | - | |
| 118 | + | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
0 commit comments