Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[main] Upgrade to latest dependencies #1874

Merged

Conversation

knative-automation
Copy link
Contributor

Cron -knative-prow-robot

/cc knative/client-wg-leads
/assign knative/client-wg-leads

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

@knative-prow knative-prow bot requested a review from a team October 10, 2023 01:39
@knative-prow knative-prow bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Oct 10, 2023
@codecov
Copy link

codecov bot commented Oct 10, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (7fc41a7) 79.62% compared to head (c6d7f4e) 79.62%.

❗ Current head c6d7f4e differs from pull request most recent head ff86d02. Consider uploading reports for the commit ff86d02 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1874   +/-   ##
=======================================
  Coverage   79.62%   79.62%           
=======================================
  Files         179      179           
  Lines       13927    13927           
=======================================
  Hits        11090    11090           
  Misses       2070     2070           
  Partials      767      767           

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

@knative-prow knative-prow bot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Oct 10, 2023
@knative-prow knative-prow bot added size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Oct 11, 2023
bumping golang.org/x/oauth2 0708528...3c5dbf0:
  > 3c5dbf0 go.mod: update golang.org/x dependencies
  > 11625cc google: add authorized_user conditional to Credentials.UniverseDomain
  > 8d6d45b google: add Credentials.UniverseDomain to support TPC
  > 43b6a7b google: adding support for external account authorized user
  > 14b275c oauth2: workaround misspelling of verification_uri
  > 18352fc google/internal/externalaccount: adding BYOID Metrics
  > 9095a51 oauth2: clarify error if endpoint missing DeviceAuthURL
  > 2d9e4a2 oauth2/google: remove meta validations for aws external credentials
  > 55cd552 oauth2: support PKCE
  > e3fb0fb oauth2: support device flow
bumping knative.dev/networking cf57a57...6c502de:
  > 6c502de upgrade to latest dependencies (# 871)
  > 13dbe20 Update community files (# 874)
bumping golang.org/x/sys 5154691...2964e1e:
  > 2964e1e unix: remove unused readlen and writelen
  > 3186bae windows: remove the 8192-codepoint arg limit in FuzzComposeCommandLine
  > 807530f unix: remove lists of unimplemented syscalls
  > 01c413d windows: document the return type mismatch for CommandLineToArgv
  > e649453 windows: convert TestCommandLineRecomposition to a fuzz test and fix discrepancies
  > 8858c72 unix: update riscv_hwprobe constants
  > 71c9d87 windows: add console ConPTY API
  > aa9470e unix/linux: update to Linux kernel 6.5
  > c7ff727 unix: fix double copy in (*SockaddrALG).sockaddr
  > c7cbcbb unix: add TestSockaddrALG
  > 8d9dcc4 unix: modernize test helpers
  > a26c6de unix: use errnoErr in generated wrappers on solaris
  > f3ef2d1 cpu: remove the use of ioutil
  > 5a17dda unix: remove the use of ioutil
  > 38ebf41 cpu: fix wrong cache line size of riscv64
  > fdc7ef4 all: remove ioutil usage from tests
  > fc717d3 unix: remove usage of ioutil.TempFile in tests
  > cb4ecd9 unix: use filepath in tests where appropriate
  > 4848eb0 windows,windows\svc,windows\svc\mgr: use unsafe.Slice instead of unsafeheader.Slice
  > 0e97d69 all: use t.TempDir in tests
  > 0514fec unix: rm unused zos test helper functions
  > bfd1ebb unix: remove unused ptracePtr on darwin
  > 81cb935 unix, windows: use ^TestName$ regular pattern for invoking a single test
bumping knative.dev/eventing 9de5275...da0fba3:
  > da0fba3 Workaround for cert-manager update spec issue (# 7345)
  > a0e4c18 Update `kncloudevents.Dispatcher` to add a JWT (# 7328)
  > c46bdd3 support auto generation of SinkBindings identity service account (# 7327)
  > 029b340 Remove unnecessary filter accumulation logic (# 7325)
  > fb494d1 [main] Update community files (# 7342)
  > ba02f4a [main] Upgrade to latest dependencies (# 7340)
bumping google.golang.org/api d0ae30d...788dc60:
  > 788dc60 chore(main): release 0.145.0 (# 2202)
  > c26a28c feat(all): auto-regenerate discovery clients (# 2201)
  > b4d0738 chore(main): release 0.144.0 (# 2188)
  > 5779cfc feat(all): auto-regenerate discovery clients (# 2197)
  > 34e0216 feat(all): auto-regenerate discovery clients (# 2196)
  > 9c8ea89 chore(all): update module google.golang.org/grpc to v1.58.2 (# 2194)
  > 0c82427 feat(all): auto-regenerate discovery clients (# 2195)
  > 55f1113 feat(all): auto-regenerate discovery clients (# 2193)
  > 8a3eb9b feat(all): auto-regenerate discovery clients (# 2192)
  > 0132460 feat(all): auto-regenerate discovery clients (# 2191)
  > f930302 feat(all): auto-regenerate discovery clients (# 2190)
  > ec24c23 feat(all): auto-regenerate discovery clients (# 2189)
  > 65ec288 feat(all): auto-regenerate discovery clients (# 2187)
bumping golang.org/x/term f413282...ea6303a:
  > ea6303a go.mod: update golang.org/x dependencies
bumping golang.org/x/sync 93782cc...22ba207:
  > 22ba207 singleflight: add panicError.Unwrap method
bumping knative.dev/hack 1588988...fc76874:
  > fc76874 Update community files (# 333)
bumping knative.dev/pkg d0a82f9...948f5f5:
  > 948f5f5 Bump golang.org/x/sync from 0.3.0 to 0.4.0 (# 2854)
  > 17435ae Bump github.com/tsenart/vegeta/v12 from 12.11.0 to 12.11.1 (# 2848)
  > 9d1f6c1 Bump google.golang.org/api from 0.143.0 to 0.145.0 (# 2853)
  > efe9f4a Updated x/net to v0.17.0 to fix cve-2023-44487 (# 2859)
  > ca8c009 Add Reconciler for kube v1.Service (# 2858)
  > e2256bd Bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 (# 2852)
  > cd747e2 Update community files (# 2857)
  > bae23eb Fix potential redefined error with kubeconfig flag (# 2855)
bumping knative.dev/client-pkg e364921...9ed2a96:
  > 9ed2a96 Update community files (# 121)
bumping golang.org/x/net 2a0da8b...b225e7c:
  > b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams
  > 88194ad go.mod: update golang.org/x dependencies
  > 2b60a61 quic: fix several bugs in flow control accounting
  > 73d82ef quic: handle DATA_BLOCKED frames
  > 5d5a036 quic: handle streams moving from the data queue to the meta queue
  > 350aad2 quic: correctly extend peer's flow control window after MAX_DATA
  > 21814e7 quic: validate connection id transport parameters
  > a600b35 quic: avoid redundant MAX_DATA updates
  > ea63359 http2: check stream body is present on read timeout
  > ddd8598 quic: version negotiation
  > 3b0ab98 quic: avoid deadlock on listener close
  > 732b4bc quic: report initial TLS errors
  > 8add2e1 quic: enforce AEAD integrity limit
  > 7c40cbd dns/dnsmessage: use map[string]uint16 instead of map[string]int
  > b3f1f23 quic: initiate key updates
  > 18f2095 quic: handle peer-initiated key updates
  > 008c0af quic: refactor keys for key updates
  > 6a4de22 quic: connection lifetime management
  > ea4a2ff quic: fix detection of reserved bits in 1-RTT packets
  > 47caaff quic: send and receive UDP datagrams
  > 02eb0f3 quic: avoid deadlock when updating inbound conn-level flow control
  > 57bce0e quic: move packetType.String out of test-only code
  > cae7dab quic: outbound connection-level flow control
  > 217377b quic: inbound connection-level flow control
  > 044c308 quic: check for packet overflow when writing MAX_STREAMS
  > 5401f76 quic: test lost bidi MAX_STREAMS frame handling
  > da5f9f7 quic: don't block Writes on stream-level flow control
  > c3c6260 quic: simplify gate operations
  > 717519d quic: limits on the number of open streams
  > 94087ad dns/dnsmessage: mention that Name in non-escaped
bumping knative.dev/serving 0ee4c3a...6703812:
  > 6703812 bump x/net to v1.17 (# 14512)
  > e0ab979 Update net-gateway-api nightly (# 14505)
  > d452948 Update net-certmanager nightly (# 14502)
  > 596e1bd Update net-istio nightly (# 14503)
  > a606fc8 upgrade to latest dependencies (# 14499)
  > ea603c9 Update community files (# 14497)
  > 6b44b87 upgrade to latest dependencies (# 14493)
  > 596d785 Update net-gateway-api nightly (# 14483)
  > 7bcf034 Update net-istio nightly (# 14492)
  > c54b6ad Update net-kourier nightly (# 14491)
  > 39c8b2c Update net-certmanager nightly (# 14489)

Signed-off-by: Knative Automation <automation@knative.team>
@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Oct 12, 2023
@knative-prow
Copy link

knative-prow bot commented Oct 12, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dsimansk, knative-automation

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

The pull request process is described here

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 approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 12, 2023
@knative-prow knative-prow bot merged commit f9b53aa into knative:main Oct 12, 2023
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants