Skip to content

[main] Upgrade to latest dependencies#7343

Closed
knative-automation wants to merge 1 commit into
knative:mainfrom
knative-automation:auto-updates/update-deps-main
Closed

[main] Upgrade to latest dependencies#7343
knative-automation wants to merge 1 commit into
knative:mainfrom
knative-automation:auto-updates/update-deps-main

Conversation

@knative-automation
Copy link
Copy Markdown
Contributor

Cron -knative-prow-robot

/cc knative/eventing-writers
/assign knative/eventing-writers

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

@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch from 74ee538 to 9a93cb6 Compare October 10, 2023 13:17
@knative-prow knative-prow Bot requested a review from a team October 10, 2023 13:17
@knative-prow knative-prow Bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Oct 10, 2023
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch from 9a93cb6 to 9d6f2fa Compare October 11, 2023 01:35
@knative-prow knative-prow Bot added size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Oct 11, 2023
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 11, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (a0e4c18) 76.86% compared to head (9d6f2fa) 76.92%.
Report is 1 commits behind head on main.

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7343      +/-   ##
==========================================
+ Coverage   76.86%   76.92%   +0.05%     
==========================================
  Files         252      252              
  Lines       13727    13693      -34     
==========================================
- Hits        10551    10533      -18     
+ Misses       2650     2635      -15     
+ Partials      526      525       -1     

see 9 files with indirect coverage changes

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

@creydr
Copy link
Copy Markdown
Member

creydr commented Oct 11, 2023

/retest

Copy link
Copy Markdown
Member

@aliok aliok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@knative-prow knative-prow Bot added the lgtm Indicates that a PR is ready to be merged. label Oct 11, 2023
@knative-prow
Copy link
Copy Markdown

knative-prow Bot commented Oct 11, 2023

[APPROVALNOTIFIER] This PR is APPROVED

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

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

The pull request process is described 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 approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 11, 2023
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch from 9d6f2fa to 7cc4329 Compare October 11, 2023 13:19
@knative-prow knative-prow Bot removed the lgtm Indicates that a PR is ready to be merged. label Oct 11, 2023
@knative-prow
Copy link
Copy Markdown

knative-prow Bot commented Oct 11, 2023

New changes are detected. LGTM label has been removed.

@creydr creydr mentioned this pull request Oct 11, 2023
bumping knative.dev/reconciler-test 4a50727...d91e6fe:
  > d91e6fe Use base64url en-/decoder from std lib (# 603)
  > 5622ca3 Support OIDC in eventshub sender (# 595)
  > 1c4b386 upgrade to latest dependencies (# 602)
  > 496a1f2 Update community files (# 601)
  > ffaf4f6 Fix forwarder URL (# 599)
  > 9e30a2f upgrade to latest dependencies (# 598)
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 golang.org/x/term f413282...ea6303a:
  > ea6303a go.mod: update golang.org/x dependencies
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

Signed-off-by: Knative Automation <automation@knative.team>
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch from 7cc4329 to c0afe82 Compare October 12, 2023 01:34
@knative-prow
Copy link
Copy Markdown

knative-prow Bot commented Oct 12, 2023

@knative-automation: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
unit-tests_eventing_main c0afe82 link true /test unit-tests
build-tests_eventing_main c0afe82 link true /test build-tests
reconciler-tests_eventing_main c0afe82 link true /test reconciler-tests
upgrade-tests_eventing_main c0afe82 link true /test upgrade-tests

Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@creydr
Copy link
Copy Markdown
Member

creydr commented Oct 12, 2023

Build issues addressed in #7347

@matzew
Copy link
Copy Markdown
Member

matzew commented Oct 12, 2023

/close
b/c of @creydr comment

@knative-prow knative-prow Bot closed this Oct 12, 2023
@knative-prow
Copy link
Copy Markdown

knative-prow Bot commented Oct 12, 2023

@matzew: Closed this PR.

Details

In response to this:

/close
b/c of @creydr comment

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@knative-prow-robot knative-prow-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Oct 12, 2023
@knative-prow-robot
Copy link
Copy Markdown
Contributor

PR needs rebase.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

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. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. 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.

5 participants