Commit 3deb4ec
authored
upgrade to latest dependencies (#2232)
bumping knative.dev/caching 16b6228...57998dd:
> 57998dd upgrade to latest dependencies (# 988)
bumping k8s.io/apimachinery 72d71ea...72d71ea:
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 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 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 knative.dev/reconciler-test b0eaade...e58d68a:
> e58d68a upgrade to latest dependencies (# 857)
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 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 knative.dev/eventing b98d018...d3feb16:
> d3feb16 [Automated] Update eventing-eventing-integrations nightly (# 8874)
bumping golang.org/x/crypto 506e022...e08b067:
> e08b067 go.mod: update golang.org/x dependencies
> 7d0074c scrypt: fix panic on parameters <= 0
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 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/term a7e5b04...3aff304:
> 3aff304 go.mod: update golang.org/x dependencies
bumping golang.org/x/mod 4c04067...27761a2:
> 27761a2 go.mod: update golang.org/x dependencies
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 knative.dev/serving fa796e1...b89e149:
> b89e149 Update net-gateway-api nightly (# 16398)
> 39737a9 Update net-contour nightly (# 16399)
bumping k8s.io/client-go 9bcb694...b464ad8:
> b464ad8 Update dependencies to v0.35.1 tag
Signed-off-by: Knative Automation <automation@knative.team>1 parent cb11151 commit 3deb4ec
File tree
60 files changed
+9303
-55128
lines changed- vendor
- golang.org/x
- net
- http2
- internal/httpsfv
- sys
- cpu
- unix
- windows
- text
- cases
- secure/bidirule
- unicode
- bidi
- norm
- tools
- go
- ast/inspector
- packages
- types/objectpath
- internal
- aliases
- event
- core
- keys
- label
- gcimporter
- stdlib
- typeparams
- typesinternal
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
60 files changed
+9303
-55128
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
141 | | - | |
| 140 | + | |
| 141 | + | |
142 | 142 | | |
143 | | - | |
144 | | - | |
145 | | - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
160 | | - | |
| 159 | + | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1021 | 1021 | | |
1022 | 1022 | | |
1023 | 1023 | | |
1024 | | - | |
1025 | | - | |
| 1024 | + | |
| 1025 | + | |
1026 | 1026 | | |
1027 | 1027 | | |
1028 | 1028 | | |
| |||
1071 | 1071 | | |
1072 | 1072 | | |
1073 | 1073 | | |
1074 | | - | |
1075 | | - | |
| 1074 | + | |
| 1075 | + | |
1076 | 1076 | | |
1077 | 1077 | | |
1078 | 1078 | | |
| |||
1145 | 1145 | | |
1146 | 1146 | | |
1147 | 1147 | | |
1148 | | - | |
1149 | | - | |
| 1148 | + | |
| 1149 | + | |
1150 | 1150 | | |
1151 | 1151 | | |
1152 | 1152 | | |
| |||
1292 | 1292 | | |
1293 | 1293 | | |
1294 | 1294 | | |
1295 | | - | |
1296 | | - | |
| 1295 | + | |
| 1296 | + | |
1297 | 1297 | | |
1298 | 1298 | | |
1299 | 1299 | | |
| |||
1310 | 1310 | | |
1311 | 1311 | | |
1312 | 1312 | | |
1313 | | - | |
1314 | | - | |
| 1313 | + | |
| 1314 | + | |
1315 | 1315 | | |
1316 | 1316 | | |
1317 | 1317 | | |
| |||
1329 | 1329 | | |
1330 | 1330 | | |
1331 | 1331 | | |
1332 | | - | |
1333 | | - | |
| 1332 | + | |
| 1333 | + | |
1334 | 1334 | | |
1335 | 1335 | | |
1336 | 1336 | | |
| |||
1420 | 1420 | | |
1421 | 1421 | | |
1422 | 1422 | | |
1423 | | - | |
1424 | | - | |
| 1423 | + | |
| 1424 | + | |
1425 | 1425 | | |
1426 | 1426 | | |
1427 | 1427 | | |
| |||
1669 | 1669 | | |
1670 | 1670 | | |
1671 | 1671 | | |
1672 | | - | |
1673 | | - | |
| 1672 | + | |
| 1673 | + | |
1674 | 1674 | | |
1675 | | - | |
1676 | | - | |
| 1675 | + | |
| 1676 | + | |
1677 | 1677 | | |
1678 | 1678 | | |
1679 | 1679 | | |
1680 | | - | |
1681 | | - | |
| 1680 | + | |
| 1681 | + | |
1682 | 1682 | | |
1683 | | - | |
1684 | | - | |
| 1683 | + | |
| 1684 | + | |
1685 | 1685 | | |
1686 | 1686 | | |
1687 | 1687 | | |
1688 | | - | |
1689 | | - | |
| 1688 | + | |
| 1689 | + | |
1690 | 1690 | | |
1691 | | - | |
1692 | | - | |
| 1691 | + | |
| 1692 | + | |
1693 | 1693 | | |
1694 | 1694 | | |
1695 | 1695 | | |
| |||
1714 | 1714 | | |
1715 | 1715 | | |
1716 | 1716 | | |
1717 | | - | |
1718 | | - | |
1719 | | - | |
1720 | | - | |
| 1717 | + | |
| 1718 | + | |
| 1719 | + | |
| 1720 | + | |
1721 | 1721 | | |
1722 | 1722 | | |
1723 | 1723 | | |
1724 | 1724 | | |
1725 | | - | |
1726 | | - | |
1727 | | - | |
1728 | | - | |
1729 | | - | |
1730 | | - | |
| 1725 | + | |
| 1726 | + | |
| 1727 | + | |
| 1728 | + | |
| 1729 | + | |
| 1730 | + | |
1731 | 1731 | | |
1732 | 1732 | | |
1733 | 1733 | | |
| |||
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