Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

[main] Upgrade to latest dependencies #573

Conversation

knative-automation
Copy link
Contributor

Cron -knative-prow-robot

/cc knative-extensions/serving-writers
/assign knative-extensions/serving-writers

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

@knative-prow knative-prow bot requested a review from a team December 4, 2023 13:51
@knative-prow knative-prow bot added the size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. label Dec 4, 2023
Copy link

codecov bot commented Dec 4, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5e04dd9) 91.47% compared to head (bc2aed5) 91.47%.

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

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #573   +/-   ##
=======================================
  Coverage   91.47%   91.47%           
=======================================
  Files           5        5           
  Lines         305      305           
=======================================
  Hits          279      279           
  Misses         14       14           
  Partials       12       12           

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

bumping golang.org/x/term 70d3a0b...ee66497:
  > ee66497 go.mod: update golang.org/x dependencies
bumping google.golang.org/api df9c71c...c18c15e:
  > c18c15e chore(main): release 0.152.0 (# 2267)
  > 82f1381 feat(all): auto-regenerate discovery clients (# 2271)
  > 296fb55 chore(all): update all (# 2275)
  > b1c45c2 chore(all): update all (# 2260)
  > 4ffc629 feat(all): auto-regenerate discovery clients (# 2270)
  > 3138958 feat(all): auto-regenerate discovery clients (# 2269)
  > 980c045 feat(all): auto-regenerate discovery clients (# 2268)
  > 22872aa feat(all): auto-regenerate discovery clients (# 2266)
bumping golang.org/x/time 2c09566...883aed5:
  > 883aed5 rate: add documentation on Limiter concurrent usage
  > b24d3b5 all: add a go directive, set it to 1.18
bumping google.golang.org/genproto/googleapis/api 49dd2c1...bbf56f3:
  > bbf56f3 chore(all): update all (# 1069)
  > d783a09 chore(all): update all (# 1068)
bumping google.golang.org/genproto/googleapis/rpc d783a09...83a465c:
  > 83a465c chore(all): update all (# 1070)
  > 419f025 chore(all): update actions/github-script action to v7 (# 1071)
  > bbf56f3 chore(all): update all (# 1069)
bumping golang.org/x/sys cb378ae...13b15b7:
  > 13b15b7 unix: add IoctlLoopConfigure on linux
  > 11eadc0 windows: add AddDllDirectory and RemoveDllDirectory
  > e4099bf unix: fix trimmed socket opt string in GetsockoptString
  > 9888904 unix: update BPF constants for Linux kernel 6.6
  > 2d0c736 unix: use fchmodat2 in Fchmodat
  > ec230da unix: use fcntl(2) libc stub on OpenBSD
bumping google.golang.org/genproto 49dd2c1...bbf56f3:
  > bbf56f3 chore(all): update all (# 1069)
  > d783a09 chore(all): update all (# 1068)
bumping knative.dev/hack eb35242...7030d5b:
  > 7030d5b Update community files (# 355)
  > 94f0ccf Update community files (# 354)
bumping knative.dev/pkg ea6ea84...9386ad6:
  > 9386ad6 Bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 (# 2912)
  > 99dc56f Bump golang.org/x/tools from 0.15.0 to 0.16.0 (# 2911)
  > 328bf00 Bump google.golang.org/api from 0.151.0 to 0.152.0 (# 2910)
  > de5c5e6 Bump golang.org/x/net from 0.18.0 to 0.19.0 (# 2909)
  > f4e2c60 Update community files (# 2908)
  > ef12203 bump go to v1.21 (# 2907)
  > 6df4a9a Update community files (# 2906)
  > 33d95ea Add clotributor link to readme (# 2903)
bumping golang.org/x/crypto eb61739...325b735:
  > 325b735 ssh/test: skip TestSSHCLIAuth on Windows
  > 1eadac5 go.mod: update golang.org/x dependencies
  > b2d7c26 ssh: add (*Client).DialContext method
  > 1c17e20 ssh: fix certificate authentication with OpenSSH 7.2-7.7
  > 270bf25 curve25519/internal/field/_asm: go mod tidy to fix x/sys version
  > 1cf1811 ssh: use the correct token from the client
  > a2edfb5 cryptobyte: fix ReadOptionalASN1Boolean
  > ff15cd5 ssh: eliminate some goroutine leaks in tests and examples
bumping golang.org/x/net fbaf412...a8e0109:
  > a8e0109 go.mod: update golang.org/x dependencies
  > 13e88dd quic: rename listener{_test}.go to endpoint{_test}.go
  > e26b9a4 quic: rename Listener to Endpoint
  > 399218d quic: implement stream flush
  > d87f99b quic: idle timeouts, handshake timeouts, and keepalive
  > 7b5abfa quic: basic qlog support
bumping golang.org/x/tools 729e159...a9ef4cf:
  > a9ef4cf go.mod: update golang.org/x dependencies
  > d9b9452 gopls/internal/lsp/cache: move quick-fix bundling logic to the cache pkg
  > 1733061 go/analysis/passes/testinggoroutine: report by enclosing regions
  > b19be0f gopls/internal/cmd/help_test.go: document
  > daa4aa5 gopls/internal/lsp/source: stubmethods: fix out-of-bounds index
  > a586d0d go/types/internal/play: show more types.Scope detail
  > 53ad329 gopls/internal/lsp/source: move edit logic into the protocol package
  > 3c677e3 gopls/internal/lsp/cache: move SuggestedFixFromCommand into cache
  > ab6af7d gopls/internal/lsp/source: extract InDir to a new pathutil package
  > e7d61d9 gopls/internal/lsp/cache: simplify named error values
  > 3a915e4 gopls/internal/lsp/cache: use local aliases for all source objects
  > be332ea gopls/internal/lsp/cache: avoid problematic use of goCommandInvocation
  > dfa5cbb gopls/internal/lsp/cache: remove workspaceMode
  > a98c076 gopls: remove the "tempModFile" setting
  > 3510b4f gopls/internal/lsp: simplify mod update commands
  > fdf06f2 gopls: simplify the Snapshot and View interfaces
  > 8966034 gopls/internal/lsp/cache: export Snapshot
  > bd215c0 gopls/internal/lsp/source: remove View.Snapshot
  > fdce3cd gopls: remove the "chattyDiagnostics" setting
  > 6b2c993 gopls: remove the LiteralCompletions option
  > cc42fd3 gopls/internal/lsp/cache: move go.work parsing into the view
  > a5e8bb0 Revert "gopls/internal/lsp/source: fix rename spurious shadowing error"
  > 2529481 gopls/internal/lsp: eliminate server code generation
  > e0a64c2 gopls/internal/lsp/source: fix rename spurious shadowing error
  > 00ec6da gopls/test: eliminate, by moving tests to more appropriate places
  > 42d9779 gopls: move settings to a settings package
  > c823488 gopls: move file-related types to a 'file' package
  > 98b4b14 gopls/internal/lsp/source: make source.Analyzer pure configuration
  > 80a4166 gopls/internal/lsp/source: fix panic in definition(error.Error)
  > 00a4006 gopls/internal/lsp: remove redundant conversions
  > 1b54dd7 gopls/internal/lsp/fake: inline fake.toURI away
  > 553e9d1 gopls/internal/lsp/protocol: delete $GOROOT hack in URIFromPath
  > 1cab127 gopls/internal/lsp/protocol: rename URI.Filename -> Path
  > 21a46d4 gopls/internal/lsp/protocol: inline .SpanURI() away
  > 27abf64 gopls/internal/lsp/protocol: inline URIFromSpanURI away
  > ccacebc gopls/internal/lsp/span: inline URI away
  > 369d0ee gopls/internal/span: inline URIFromPath away
  > e162395 gopls/internal/telemetry/cmd/stacks: create GH issues from telemetry
  > 057c099 gopls/internal/cmd: remove "span" import, make Span private
  > 979df5b gopls/internal/span: identify span.URI and protocol.DocumentURI
  > 65d7356 go/analysis/internal/checker: allow End=0 (meaning End=Pos) in fix
  > 2bdbb88 go/analysis/internal/checker: clean up tests
  > 5025441 gopls/internal/lsp: add code action for conversion between raw and interpreted string
  > 048e15e gopls/internal/lsp/cache: rename workspaceInformation to viewDefinition
  > 1db3c37 gopls/internal/lsp/cache: remove unused Session.ModifyFiles
  > 35549c6 gopls/internal/lsp/cache: move upgrades and vulns onto the snapshot
  > 9fd7ea0 gopls/internal/lsp/cache: exclusively use persistent data in snapshot
  > 992d984 go/ssa: optimize instructions generated by forStmtGo122
  > 4a92712 Revert "gopls/internal/lsp/cache: remove baseCtx from the View"
  > 8998183 all: add versions.InitFileVersions to gopls where needed
  > 7df1399 gopls: remove ineffectual skips
  > cd62b43 go/analysis/passes/loopclosure: disable checker after go1.22.
  > a1ca4fc internal/gopathwalk: rationalize error and symlink handling in walker.walk
  > 7d6e6a9 gopls/internal/span: delete SameExistingFile
  > 7f1f4eb internal/cmd/deadcode: use compiler-style diagnostics by default
  > 0eb9468 gopls/internal/lsp/protocol: include docs for {,Document}URI
  > 3292b36 gopls/internal/cmd: move span.{Span,Point} to cmd
  > 944d4e7 gopls: upgrade x/telemetry and account for new mode logic
  > 38fc9a2 gopls/internal/lsp/cache: avoid span.Parse{,InDir}
  > cae49bd gopls/internal/goversion: split out of lsp (server) package
  > b83ad0a gopls/internal/lsp: tweak docs
  > 46fd916 gopls/internal/lsp/cmd: move to ../cmd
  > a22ecf8 gopls/internal/lsp: move semantic token helpers to protocol pkg
  > 7954689 gopls/internal/lsp: unexport Server
  > e9a45c3 gopls/internal/lsp: restore Server.semanticTokens{Full,Range}
  > 134390a internal/versions: strip "go" prefix
  > 4e080d1 gopls/internal/lsp/source: fix panic on T(x) conversion
  > 9d19bff internal/cmd/deadcode: simplify function notation in output
  > b03756e all: apply versions.InitFileVersions in x/tools.
  > aafa2e0 gopls/internal/lsp/regtest: minor clean up of marker.go
  > 3b6876f internal/versions: add a new versions package
  > 4749c1b gopls/internal/lsp: unify semanticTokens{Full,Range}
  > 4479ae8 gopls/internal/regtest/marker: port remaining marker tests
  > 92a8009 gopls/internal/regtest/marker: port the selectionrange markers
  > e3f6798 gopls/internal/regtest/marker: clean up some random packages
  > bbf8bf8 gopls/internal/lsp/tests: remove AddImport support
  > 72be087 gopls/internal/regtest/marker: port the semantic tokens tests
  > f60f2e6 all: replace all usages of golang.org/x/sys/execabs with os/exec
  > 519859f internal/cmd/deadcode: discard empty Packages from result
  > 96815ee gopls/internal/regtest/marker: port the inlay hint tests
  > 80e691c gopls/internal/regtest/marker: port remaining rename tests
  > ef85672 gopls/internal/regtest/marker: trim redundant header from golden diffs
  > ae7e7d7 gopls/internal/regtest/marker: use diffs for rename tests
  > efa2492 gopls/internal/regtest/marker: porting remaining suggestedfix tests
  > adf124e gopls/internal/lsp/cmd: add codelens subcommand
  > dcf8eb3 gopls/internal/regtest/marker: use line-based myers diff implementation
  > 08a94ce gopls/internal/regtest/marker: port the stub tests
  > fd43d5e gopls/internal/regtest/marker: port the invertifcondition tests
  > f9217dc gopls/internal/lsp/mod: clarify inlayhint comment
  > 13b2bd5 internal/packagesinternal: delete GoCmdRunner var (unused)
bumping golang.org/x/oauth2 e067960...6e9ec93:
  > 6e9ec93 go.mod: update golang.org/x dependencies
bumping knative.dev/networking bb18aab...c52ad92:
  > c52ad92 upgrade to latest dependencies (# 899)
  > 2274702 Update community files (# 898)
  > f1727b5 Add clotributor link to readme (# 896)
  > ee22af1 Update community files (# 897)

Signed-off-by: Knative Automation <automation@knative.team>
@dprotaso
Copy link
Contributor

dprotaso commented Dec 5, 2023

/lgtm
/approve

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Dec 5, 2023
Copy link

knative-prow bot commented Dec 5, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dprotaso, 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 Dec 5, 2023
@knative-prow knative-prow bot merged commit 7a5e239 into knative-extensions:main Dec 5, 2023
21 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants