Skip to content

[main] Upgrade to latest dependencies#470

Merged
knative-prow[bot] merged 1 commit into
knative-extensions:mainfrom
knative-automation:auto-updates/update-deps-main
May 21, 2026
Merged

[main] Upgrade to latest dependencies#470
knative-prow[bot] merged 1 commit into
knative-extensions:mainfrom
knative-automation:auto-updates/update-deps-main

Conversation

@knative-automation
Copy link
Copy Markdown
Contributor

Cron -dprotaso

/cc knative-extensions/client-writers
/assign knative-extensions/client-writers

Produced by: knative-extensions/knobots/actions/update-deps

bumping golang.org/x/sys f33a730...fb1facd:
  > fb1facd windows: avoid uint16 overflow in NewNTUnicodeString
  > 94ad893 windows: add GetIfTable2Ex, GetIpInterface{Entry,Table}, GetUnicastIpAddressTable
  > 54fe89f cpu: use IsProcessorFeaturePresent to calculate ARM64 on windows
  > df7d5d7 unix: automatically remove container created by mkall.sh
  > 68a4a8e unix: avoid nil pointer dereference in Utime
  > 690c91f unix: add CPUSetDynamic for systems with more than 1024 CPUs
bumping k8s.io/api e8f0e9f...50571fb:
  > 50571fb Update dependencies to v0.35.5 tag
bumping knative.dev/networking 9b427f7...3cf3413:
  > 3cf3413 upgrade to latest dependencies (# 1138)
bumping golang.org/x/term 52b71d3...3c3e485:
  > 3c3e485 go.mod: update golang.org/x dependencies
bumping k8s.io/apiextensions-apiserver b0e553c...e5278bf:
  > e5278bf Update dependencies to v0.35.5 tag
bumping k8s.io/apiserver 135139a...88f88ab:
  > 88f88ab Update dependencies to v0.35.5 tag
bumping k8s.io/client-go d43aed2...906076c:
  > 906076c Update dependencies to v0.35.5 tag
bumping golang.org/x/text 8577a70...3ef517e:
  > 3ef517e go.mod: update golang.org/x dependencies
bumping golang.org/x/net a8d1fc1...b138e06:
  > b138e06 go.mod: update golang.org/x dependencies
  > 689f70a quic: fix wrong final size being used for RESET_STREAM frame
  > 208f306 http3: increase handshake timeout
  > 49810da http2: enable net/http wrapping when go >= 1.27
  > 5e11a5a quic: fix data race in streamForFrame
  > 8c63081 http2: use empty Transport rather than DefaultTransport in http2wrap
  > fc7b466 http2: add http2wrap test
  > 15c2cb1 http2: avoid overflowing 32-bit int when http2wrap enabled
  > 6465188 http2: add wrapped Server
  > 72f419a http2: add wrapped ClientConn
  > 4c78867 internal/http3: reject response headers with invalid characters in RoundTrip
  > 8512dfe internal/http3: make QPACK encoder automatically lowercase field names
  > 9d3d938 internal/http3: validate pseudo-header counts in server
  > 07f34bd internal/http3: make server reject connection-related headers
  > 324de93 internal/http3: modify server to reject headers containing invalid characters
  > 0a81d5a http2: add wrapped Transport.RoundTrip
  > c930746 http2: add shell of net/http-wrapping implementation
  > 89624e1 http2: move common server symbols into new files
  > af00b1e http2: move common transport symbols into new files
  > f34f375 http2: add server API tests
  > 0dd4bea webdav: add security considerations to package doc
  > 7301a20 http2: move some server test infrastructure into a common file
  > f70faea Revert "http2/hpack: prevent HeaderField from escaping during encoding"
  > a4ac1da http3: adjust HTTP/3 linknamed functions to return quic.Endpoint channels
  > 0c5a180 internal/http3: add TransportOpts argument to RegisterTransport
  > 6c6f714 http2/h2c: deprecate package
  > cd9d459 internal/httpcommon: reject :path with no absolute-path
  > 515a7a7 quic: fix source conn ID length check in packet parser
  > 8c4c965 idna: update from x/text, fix ToUnicode and all-ASCII xn-- labels
  > de747c4 quic: enforce connection ID limits in Initial packets
  > 88ddafc quic: avoid race in benchmarks
  > eeec9fa quic: fix race condition in fast-path reads
  > d7ffc5e quic: fix race condition in fast-path writes
  > cd64923 internal/http3: avoid data race for roundTripState.reqBody
bumping knative.dev/pkg df317a5...91e8142:
  > 91e8142 Bump the k8s group with 5 updates (# 3355)
  > ac56179 Bump the golang-x group with 2 updates (# 3354)
bumping k8s.io/apimachinery 475c941...475c941:

Signed-off-by: Knative Automation <automation@knative.team>
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch from 84c4b49 to 7740c26 Compare May 21, 2026 02:22
@knative-prow knative-prow Bot requested a review from a team May 21, 2026 02:22
@knative-prow
Copy link
Copy Markdown

knative-prow Bot commented May 21, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: knative-automation
Once this PR has been reviewed and has the lgtm label, please assign dsimansk for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow knative-prow Bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label May 21, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.08%. Comparing base (eaf58b6) to head (7740c26).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #470   +/-   ##
=======================================
  Coverage   72.08%   72.08%           
=======================================
  Files          28       28           
  Lines        1354     1354           
=======================================
  Hits          976      976           
  Misses        316      316           
  Partials       62       62           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@knative-prow knative-prow Bot merged commit 203f9fa into knative-extensions:main May 21, 2026
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. skip-review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant