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 #1411

Conversation

knative-automation
Copy link
Contributor

Cron -knative-prow-robot

/cc knative-extensions/eventing-rabbitmq-approvers
/assign knative-extensions/eventing-rabbitmq-approvers

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

@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch from 023e286 to d9731f6 Compare May 29, 2024 13:43
@knative-prow knative-prow bot requested a review from a team May 29, 2024 13:43
@knative-prow knative-prow bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label May 29, 2024
Copy link

codecov bot commented May 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.66%. Comparing base (c80a0e0) to head (e0de210).

Current head e0de210 differs from pull request most recent head f9b233c

Please upload reports for the commit f9b233c to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1411   +/-   ##
=======================================
  Coverage   64.66%   64.66%           
=======================================
  Files          60       60           
  Lines        3574     3574           
=======================================
  Hits         2311     2311           
  Misses       1148     1148           
  Partials      115      115           

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

@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch 2 times, most recently from b5005b1 to c15ce58 Compare May 31, 2024 01:59
@knative-prow knative-prow bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels May 31, 2024
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch 6 times, most recently from 14ae9b3 to 5bb6204 Compare June 5, 2024 02:12
@knative-prow knative-prow bot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jun 5, 2024
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch 6 times, most recently from 52aedd6 to 5fab674 Compare June 10, 2024 14:09
@knative-prow knative-prow bot added size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. and removed size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Jun 10, 2024
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch 6 times, most recently from 7a937b8 to b26f9c0 Compare June 17, 2024 02:09
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch 4 times, most recently from 2e04424 to e0de210 Compare June 19, 2024 13:45
bumping golang.org/x/term 46c790f...5f0bb72:
  > 5f0bb72 go.mod: update golang.org/x dependencies
bumping golang.org/x/tools cc29c91...bc6931d:
  > bc6931d go.mod: update golang.org/x dependencies
  > 1767b14 go/ssa: remove code with no effect
  > 2088083 internal/gocommand: add more debug info for hanging go commands
  > f1a3b12 internal/imports: FixImports should be cancellable
  > 4478db0 go/analysis/passes/copylock: suppress error in ill-typed code
  > 018d3b2 gopls: warn about Go 1.19 and Go 1.20
  > 58cc8a4 gopls/internal/filecache: suppress gc in tests
  > b623539 gopls/internal/cache: suppress "internal" import check on Bazel
  > 1e9d12d go/packages: pass -overlay to all 'go list' invocations
  > 3c293ad internal/cache: invalidate broken imports when package files change
  > 5eff1ee gopls/internal/cache: check viewMap before altering views
  > da9cad4 go/packages: avoid unnecessary "realpath" on pwd
  > 71b7fa9 go/callgraph/vta: save some heap allocations in the trie implementation
  > 2f8e378 go/callgraph/vta: remove graph successors method
  > 624dbd0 go/analysis/passes/stringintconv: post gotypesalias=1 tweak
  > 4669dc7 gopls/internal/test/marker: simplify seedCache file
  > 6887e99 gopls/internal/cache: use a better view in viewOfLocked
  > bd624fd gopls: make tests tolerant of new go/types error format
  > 2e977dd internal/drivertest: evaluate symlink before calling packages.Load
  > 8d54ca1 gopls/internal/test/marker: seed the cache before running tests
  > 01018ba Revert "gopls/internal/settings: enable semantic tokens by default"
  > 019da39 gopls/internal/golang: OutgoingCalls: fix crash on unsafe.Slice
  > 30c880d gopls/internal/cache: improve missing import error message
  > d017f4a go/packages/internal/drivertest: a package for a fake go/packages driver
  > e229045 go/callgraph/vta: avoid some temporary data structures using callbacks
  > 0215a5b go/packages: document fields that are part of JSON schema
  > f10a0f1 gopls/internal/golang: skip TestFreeRefs on js
  > d940b33 gopls/internal/server: support InsertReplaceEdit completion
  > e635bfa gopls/internal/golang: unexport more declarations
  > 7045d2e go/analysis/passes/nilness: fix bug with MakeInterface(TypeParam)
  > e1b14a1 gopls/internal/server: avoid VS Code lightbulb
  > 34db5bc gopls: initial support for godebug directive in go.mod and go.work
  > 56f50e3 gopls/doc: split codelenses out of settings
  > 3629652 gopls/internal/analysis/simplifyrange: suppress on range-over-func
  > fb52877 all: sync golang.org/x/telemetry@bda5523
  > 4646dbf gopls/internal/protocol: customize InsertReplaceEdit JSON unmarshal
  > bc5e086 gopls/internal/golang: unexport several functions
  > 32cec11 gopls/internal/test/integration: fix race in TestGCDetails_Toggle
  > c3aae99 gopls/doc: tidy up analyzer documentation
  > 41211c8 gopls/internal/golang: fix bug in freeRefs algorithm
  > 788d39e gopls/internal/golang: "Show free symbols" code action
  > f73683e gopls/internal/golang: remove test debugging aix-ppc64 issue
  > 0b4dca1 gopls/internal/protocol: separate CodeLens from Command; document
  > 8cf8c6f internal/test/integration: materialize startedWork and completedWork
  > de1032b gopls: remove dead code
  > 499663e all: fix function names in comment
  > c184dd7 internal/test/marker: skip basiclit.txt on ppc64
  > 1f300c9 gopls: upgrade x/telemetry to pick up CL 586195
  > fd7deae gopls/internal/test/marker: fix analyzers.txt test that requires cgo
  > af36634 gopls/internal/protocol: rename DocumentChange{s,}
  > 42d564a gopls: support four kinds of DocumentChanges
  > b92578a x/tools: update to x/telemetry@9ff3ad9
  > 987af8b x/tools: update to x/telemetry@ac8fed8
  > 069435c gopls/internal/cache: use 1 not 0 for missing line/col info
  > 528484d gopls/internal/cache: support overlays
  > 2e17129 gopls/doc/generate: add link anchors to each setting
  > ab7bc6c gopls: further minor generator simplifications
  > d40dfd5 gopls: upload from telemetry.Start, rather than upload.Run
  > e8808ed gopls: upgrade x/telemetry to latest
  > 0006edc go/ssa: support range-over-func
  > 59d9797 gopls/internal/settings: annotate TestVetSuite with NeedsTool("go")
  > 487737a gopls/internal/golang: fix another crash in RenderPackageDoc
  > 4cfd180 gopls/internal/golang: RenderPackageDoc: fix param truncation crash
  > 3e9beb6 gopls/doc/release: add release notes for struct tag hover info
  > 24f3b32 gopls/internal/golang: show struct tag when hovering over fields
  > 9795fac gopls/internal/server: discard non-file scheme workspace folder URIs
  > 3b13d03 gopls/internal/cache: fix bug.Report converting Diagnostic positions
  > 7f3a258 gopls/internal/test/integration/misc: disable another staticcheck test
  > 8483344 gopls/internal/settings: add framepointer,sigchanyzer analyzers
  > 8f9d159 gopls/internal/test/integration/misc: disable staticcheck test
  > f38ac9b gopls/internal/test: avoid std assumptions in range-over-func test
  > e35e4cc go/ssa: compile range-over-func to panic
  > e149e84 gopls: rationalize code generation
  > ff28778 gopls/internal/protocol: rationalize edit helpers
  > 5daf157 gopls/internal/golang: simplify "rewrite" code actions
  > 1718e2d gopls/internal/cache: simplify Snapshot Go commands
  > a432b16 gopls/internal/analysis: disable ssa/ir analyzers on range-over-func
  > b426bc7 go/packages/packagestest: reflect new modules.txt requirements
  > a943a14 go/analysis/passes/directive: do not report adjoining //go:debug
  > b020bdb go/callgraph/vta: add type alias test
bumping google.golang.org/genproto/googleapis/rpc 0867130...5315273:
  > 5315273 chore(all): update all (# 1131)
  > a332354 chore(all): auto-regenerate .pb.go files (# 1130)
  > d264139 chore(all): update all (# 1128)
  > dc85e6b chore(all): auto-regenerate .pb.go files (# 1129)
  > fc5f0ca chore: min Go version to 1.20 (# 1127)
bumping golang.org/x/text 8d533a0...9c2f3a2:
  > 9c2f3a2 cmd/gotext: fix segfault in extract & rewrite commands
  > 59e1219 message: optimize lookupAndFormat function for better performance
  > a20a3e2 x/text: update x/tools for go/ssa range-over-func fix
bumping github.com/prometheus/client_model d56cd79...571429e:
  > 571429e Merge pull request # 86 from prometheus/repo_sync
  > 6fe5007 Merge pull request # 85 from prometheus/repo_sync
  > cc727ab Update common Prometheus files
  > 64c33c9 Merge pull request # 84 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.33.0
  > bce87c1 Update common Prometheus files
  > 5c25993 Merge pull request # 82 from prometheus/repo_sync
  > d954a8a Bump google.golang.org/protobuf from 1.32.0 to 1.33.0
  > 01ca24c Merge pull request # 81 from prometheus/repo_sync
  > bb45f95 Update common Prometheus files
  > ccd6823 Update common Prometheus files
bumping google.golang.org/genproto/googleapis/api b8a5c65...d264139:
  > d264139 chore(all): update all (# 1128)
  > dc85e6b chore(all): auto-regenerate .pb.go files (# 1129)
  > fc5f0ca chore: min Go version to 1.20 (# 1127)
  > 0867130 chore(all): auto-regenerate .pb.go files (# 1125)
  > 024948a chore(all): update all (# 1126)
  > 6275950 chore(all): auto-regenerate .pb.go files (# 1124)
bumping golang.org/x/oauth2 84cb9f7...5fd4241:
  > 5fd4241 google: update compute token refresh
bumping golang.org/x/mod aa51b25...c0bdc7b:
  > c0bdc7b modfile: add API for godebug lines
  > 6686f41 module: add COM0 and LPT0 to badWindowsNames
bumping golang.org/x/sys 7d69d98...673e0f9:
  > 673e0f9 unix: skip ethtool driver test for busy interface
  > 6943ab6 unix/linux: update glibc to 2.39
  > 92f3ad6 unix: update to Linux kernel 6.9
  > f34bb9f windows: add net user enum
  > 6dfb94e unix: add types for SOCK_DIAG
bumping knative.dev/reconciler-test 1351b60...5bf0b86:
  > 5bf0b86 upgrade to latest dependencies (# 738)
  > 199a526 upgrade to latest dependencies (# 736)
  > 2023469 Update community files (# 735)
  > c3147c1 upgrade to latest dependencies (# 734)
  > 1f340aa Fix `nil` pointer error in forwarder from file (# 733)
  > 2723f53 Allow forwarder to forward events from files (# 732)
  > fe1acf2 feat: eventshub sender can send to resources in other namespaces (# 731)
  > c8f73e2 upgrade to latest dependencies (# 729)
  > 5c0e9f6 Update community files (# 728)
bumping github.com/prometheus/common e54e4df...789222a:
  > 789222a Merge pull request # 627 from freak12techno/add-time-template-helpers
  > 6846990 Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 in /sigv4 (# 639)
  > b2fc541 Merge branch 'main' into add-time-template-helpers
  > f93a89e Bump github.com/aws/aws-sdk-go from 1.51.32 to 1.53.14 in /sigv4 (# 638)
  > 9f1953b chore: review fixes
  > 3ddc148 Merge pull request # 636 from prometheus/repo_sync
  > 4f7cf6e Update helpers/templates/convert_to_float.go
  > 6b9921f Refactored oauth2RoundTripper.RoundTrip (# 634)
  > 2b9d805 Update common Prometheus files
  > b9d8f7c Update helpers/templates/humanize_duration.go
  > a7407da Add support for secret refs (# 572)
  > 80e630e Update helpers/templates/humamize_duration_test.go
  > 260bf03 Add common interface to fetch secrets in HTTP client config (# 538)
  > 270171b chore: fixed go.mod again
  > 58f58f8 Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 (# 629)
  > c5c1b1d chore: revert gitignore
  > 20d77e7 Bump github.com/prometheus/client_model from 0.6.0 to 0.6.1 (# 631)
  > 5bde41a chore: probably fixed CI
  > b2390e6 Bump golang.org/x/net from 0.23.0 to 0.24.0 (# 630)
  > 9248aab feat: add time template helpers
  > d725e1b Bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 (# 628)
  > befd598 Bump github.com/aws/aws-sdk-go from 1.51.11 to 1.51.32 in /sigv4 (# 632)
  > 54517e0 Update common Prometheus files (# 633)
  > 36303a8 Merge pull request # 416 from roidelapluie/headers
  > 5c108f8 Bump golang.org/x/net from 0.22.0 to 0.23.0 (# 623)
  > aeb616a Add HTTP headers support to common HTTP client.
  > 2cd1b1a Bump golang.org/x/net from 0.22.0 to 0.23.0 in /sigv4 (# 624)
bumping google.golang.org/api 4b79cc4...c642c84:
  > c642c84 chore(main): release 0.183.0 (# 2615)
  > 305d137 chore(all): update all (# 2618)
  > 0077748 feat(all): auto-regenerate discovery clients (# 2622)
  > c7f1614 feat(all): auto-regenerate discovery clients (# 2619)
  > 08fdd71 feat(all): auto-regenerate discovery clients (# 2617)
  > 5f21214 feat(all): auto-regenerate discovery clients (# 2616)
  > 1de148b feat(all): auto-regenerate discovery clients (# 2611)
  > 4f98211 fix: add another temporary dep on genproto (# 2614)
  > b49e3b9 chore(main): release 0.182.0 (# 2591)
  > b6f615b chore(all): update all (# 2607)
  > c4c51ce feat(all): auto-regenerate discovery clients (# 2609)
  > 0e58f74 feat(all): auto-regenerate discovery clients (# 2608)
  > ceaeabf feat(all): auto-regenerate discovery clients (# 2606)
  > f474c8f feat(all): auto-regenerate discovery clients (# 2604)
  > ece7727 feat(all): auto-regenerate discovery clients (# 2603)
  > a86c4b6 feat(all): auto-regenerate discovery clients (# 2602)
  > 2e7cc39 feat(all): auto-regenerate discovery clients (# 2600)
  > 677f53d feat(all): auto-regenerate discovery clients (# 2599)
  > 7d46b4d feat(all): auto-regenerate discovery clients (# 2597)
  > 07e7104 feat(all): auto-regenerate discovery clients (# 2595)
  > 21295a5 feat(all): auto-regenerate discovery clients (# 2594)
  > e95bd57 feat(all): auto-regenerate discovery clients (# 2590)
bumping knative.dev/hack 68e3bfb...0914314:
  > 0914314 Update community files (# 384)
  > 3b6d644 Update community files (# 383)
bumping knative.dev/pkg 99e1685...339c22b:
  > 339c22b Add AuthenticatableType duck type (# 3056)
  > 15e6cdf Bump golang.org/x/tools from 0.21.0 to 0.22.0 (# 3053)
  > 543dda5 Bump google.golang.org/api from 0.182.0 to 0.183.0 (# 3054)
  > 9b7c2c5 Bump github.com/prometheus/common from 0.53.0 to 0.54.0 (# 3052)
  > 8119179 Update community files (# 3050)
  > 58135c2 Extra logging for leases (# 3049)
  > fce44ea Maybe fix controller ha (# 3046)
  > 1709961 Bump google.golang.org/api from 0.181.0 to 0.182.0 (# 3048)
  > 229e527 fix: downstream tests assume release branch was cut (# 3047)
  > 7d52a43 drop special logic when handling kubelet probe header for istio mTLS (# 2997)
  > ff4756a Update community files (# 3044)
  > 5eeb7ec Skip lease with empty holder (# 3042)
bumping knative.dev/eventing 74253dd...18dfe3c:
  > 18dfe3c JobSink: Test OIDC support (# 8000)
  > e298f32 Add authz library (# 8002)
  > 1a21fee Add all JobSink symlinks in config/ (# 8007)
  > 2157639 Add validation for EventPolicy sub suffix matching (# 8008)
  > 0eee301 Propagate read error correctly in event-dispatcher (# 8005)
  > 43cf75a [main] Upgrade to latest dependencies (# 8004)
  > ea8f0fd Add `AppliedEventPoliciesStatus` type (# 7999)
  > 8da4543 Add `default-authorization-mode` feature flag (# 7996)
  > 7f37d64 Add EventPolicy types  (# 7995)
  > 6259113 Fix possible nil pointer dereference in event-dispatcher (# 7994)
  > 67ceb9e Move job sink certificate out of config core (# 7993)
  > b18b1b1 JobSink: add webhook validation for spec.job (# 7962)
  > 0bce743 Support arbitrary data for rekt configmap package (# 7991)
  > 834d833 Add JobSink data plane symlink in config/ (# 7990)
  > c60bcd0 fix: add comments and improve regex for attribute filter transform function (# 7967)
  > d60149d [main] Upgrade to latest dependencies (# 7987)
  > 3af0fac Exclude core deployments from SinkBinding webhook injection (# 7986)
  > 8c4cd2e Fix: Parallels updates subscription where possible, instead of recrea… (# 7965)
  > 844dcbf Adding mount path as env variable in container (# 7968)
  > b8623b2 [main] Update community files (# 7969)
  > 9d11598 fix: eventing clusterrole has correct knsubscribe permissions (# 7943)
  > f9156c8 JobSink: don't start informers twice (# 7964)
  > bff65d2 Triggering long running background jobs when events occurs (# 7954)
  > 3ee2400 fix: sequence updates subscription where possible, instead of recreating it (# 7948)
  > 96e0f09 Bump rekt to main (# 7958)
  > e3604b8 [main] Upgrade to latest dependencies (# 7957)
  > 08b0813 [main] Upgrade to latest dependencies (# 7956)
  > c53b44d [main] Format Go code (# 7953)
  > a58c135 Prototype a MQTT Source  (# 7919)
  > 39d2723 [main] Upgrade to latest dependencies (# 7950)
  > b9cba87 Add EventType v1beta3 conversion (# 7938)
  > 2a11bb8 [main] Update community files (# 7949)
  > 746dc52 fix: no more panic in the execute request method (# 7947)
  > abdbf14 Remove rekt test from GH actions e2e test run (# 7941)
  > a3a2ac0 Enable `eventtype-auto-create` feature flag for e2e tests (# 7940)
bumping golang.org/x/net d27919b...66e838c:
  > 66e838c go.mod: update golang.org/x dependencies
  > 6249541 http2: avoid race in server handler SetReadDeadine/SetWriteDeadline
  > 603e3e6 quic: disable X25519Kyber768Draft00 in tests
  > 67e8d0c http2: report an error if goroutines outlive serverTester tests
  > 5608279 http2: avoid corruption in priority write scheduler
  > 0d515a5 http2: factor out frame read/write test functions
  > 9f5b79b http2: drop unused retry function
  > 03c24c2 http2: use synthetic time in server tests
  > 022530c http2: add a more full-featured test net.Conn
  > 410d19e http2: avoid racy access to clientStream.requestedGzip
  > 332fe23 http2: remove spec coverage test
  > c1f5833 all: replace deprecated io/ioutil calls
  > 9545aea http2: clearer distinction between test server types
  > b1ec120 http2: use implicit synchronization in tests
  > 49bf2d7 proxy: use strings.TrimSuffix
  > c87a5b6 http2: set up the timer of closing idle connection after the initialization
  > 8aa6dbf http2: cancel handler context on stream errors
  > 2c14f51 http2: drop the gate type
  > ac99879 webdav: return 409 for PUT without parent collection
  > 7fa635b http2: avoid panic on h2c upgrade failure
bumping golang.org/x/crypto 905d78a...332fd65:
  > 332fd65 go.mod: update golang.org/x dependencies
  > 0b431c7 x509roots/fallback: update bundle
  > 349231f ssh: implement CryptoPublicKey on sk keys
  > 44c9b0f ssh: allow server auth callbacks to send additional banners
  > 67b1361 sha3: reenable s390x assembly
  > 477a5b4 sha3: make APIs usable with zero allocations
  > 59b5a86 sha3: disable s390x assembly
  > 10f366e sha3: simplify XOR functions

Signed-off-by: Knative Automation <[email protected]>
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch from e0de210 to f9b233c Compare June 20, 2024 13:45
@dprotaso
Copy link
Contributor

/lgtm
/approve

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Jun 20, 2024
Copy link

knative-prow bot commented Jun 20, 2024

[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 Jun 20, 2024
@knative-prow knative-prow bot merged commit acfafc0 into knative-extensions:main Jun 20, 2024
20 of 21 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