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

Conversation

knative-automation
Copy link
Contributor

Cron -knative-prow-robot

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

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

Copy link

knative-prow bot commented May 7, 2024

@knative-automation: GitHub didn't allow me to request PR reviews from the following users: knative-extensions/eventing-writers.

Note that only knative-extensions members and repo collaborators can review this PR, and authors cannot review their own PRs.

In response to this:

Cron -knative-prow-robot

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

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

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-sigs/prow repository.

@knative-prow knative-prow bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label May 7, 2024
Copy link

codecov bot commented May 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 49.69%. Comparing base (aacc057) to head (3fa6a47).
Report is 15 commits behind head on main.

❗ Current head 3fa6a47 differs from pull request most recent head 06a01d5. Consider uploading reports for the commit 06a01d5 to get more accurate results

Additional details and impacted files
@@              Coverage Diff              @@
##               main    #3886       +/-   ##
=============================================
- Coverage     73.70%   49.69%   -24.02%     
=============================================
  Files           100      246      +146     
  Lines          3419    14849    +11430     
  Branches        292        0      -292     
=============================================
+ Hits           2520     7379     +4859     
- Misses          723     6711     +5988     
- Partials        176      759      +583     
Flag Coverage Δ
java-unittests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@matzew
Copy link
Contributor

matzew commented May 8, 2024

/retest

@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch 2 times, most recently from 9c7b46d to 56b8db5 Compare May 9, 2024 01:54
@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 9, 2024
@Cali0707
Copy link
Member

Cali0707 commented May 9, 2024

/retest-required

@Cali0707
Copy link
Member

Cali0707 commented May 9, 2024

/retest

@Cali0707
Copy link
Member

/lgtm

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label May 10, 2024
@mgencur
Copy link
Contributor

mgencur commented May 10, 2024

I have sent #3891 which could replace this PR, it also fixes incompatible API call that will come with next update of dependencies. Let me know what you think. Thanks

Copy link

knative-prow bot commented May 10, 2024

New changes are detected. LGTM label has been removed.

@knative-prow knative-prow bot removed the lgtm Indicates that a PR is ready to be merged. label May 10, 2024
Copy link

knative-prow bot commented May 10, 2024

[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 ask for approval from cali0707. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found 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

bumping golang.org/x/crypto d042a39...905d78a:
  > 905d78a go.mod: update golang.org/x dependencies
  > ebb717d ssh: validate key type in SSH_MSG_USERAUTH_PK_OK response
  > 0da2a6a openpgp: fix function name in comment
  > 5defcc1 sha3: fix Sum results for SHAKE functions on s390x
bumping golang.org/x/text 6c97a16...8d533a0:
  > 8d533a0 encoding/charmap: update UCM spec file URL prefix
bumping golang.org/x/tools 11c692e...cc29c91:
  > cc29c91 go.mod: update golang.org/x dependencies
  > 397fef9 gopls/internal/protocol: add links to LSP spec
  > e2a352c internal/refactor/inline: extensible API
  > c16c816 go/analysis/passes/stdversion: test *.go < go.mod version
  > 629a7be go/analysis/analysistest: stricter errors and GOWORK setting
  > 4db1697 go/packages/packagestest: fold modules_111.go into modules.go
  > ccdef3c gopls/internal/golang: fix nil panic in InlayHint
  > 74c9cfe go/analysis: add Pass.ReadFile
  > 5ef4fc9 gopls/internal/golang/completion: fix the isEmptyInterface predicate
  > 77f691b internal/gcimporter: use Alias.Rhs, not unsafe hack
  > 0b45163 gopls/internal/cache: use language versions when validating Go version
  > 3c49bb7 gopls: normalize logging attributes
  > 2fa621c gopls/internal/golang: fix resolution of in-package implementations
  > bcec099 internal/refactor/inline: remove eta abstraction inlining assignments
  > fcea13b toolstash: errors output should match errors guarded
  > b00d49e internal/refactor/inline: don't assume strings.Index calls internal/bytealg
  > 1523441 gopls/internal/cache: add more assertions for golang/go# 60890
  > 440f3c3 internal/aliases: expose Enabled
  > a363d11 go/types/typeutil: replace interface{} with any (cleanup)
  > e8c9d81 go/analysis/passes/tests: Use ReportRangef to refactor some code in checkTest
  > 97ea816 all: fix some typos in comments
  > 8db95b7 gopls/internal/golang: check the comment range before emiting semantic tokens
  > daf9460 Revert "gopls/internal/test/integration/misc: reenable staticcheck test"
  > 618670d gopls/internal/test/integration/misc: reenable staticcheck test
  > 2debfbe internal/testfiles: add a helper package for test files
  > c17402c gopls: fix a couple places where temporary files are not removed
  > ee61fb0 go/packages: fix issue number typo in TestIssue37629
  > 3735585 gopls/internal/settings: deprecate "allowImplicitNetworkAccess"
  > f4888c5 gopls/internal/settings: remove support for "allowModfileModifications"
  > d857e85 gopls/internal/settings: enable semantic tokens by default
  > 3f74dc5 gopls/internal/settings: remove experiments
  > e716599 cmd/goimports: support workspace vendoring
  > 7c7d7db gopls/internal/golang: allow "query" CodeActions on generated files
  > cb134f5 gopls/internal/golang: RenderPkgDoc: elide parameters 4+ in index
  > c5094cc internal/imports: a step towards making tests hermetic
  > 5e04895 gopls/internal/settings: update stale documentation for "symbolScope"
  > 0c3722a doc: enforce gotypesalias=0 behavior until go1.23
  > dd0410f go/packages: stop loading packages when context is done
  > dcccb2d x/tools: make tests agnostic as to whether gotypesalias="" => 0 or 1
  > 46a0401 gopls: eliminate the hooks package
  > e388fff gopls/internal/server: don't reset views if configuration did not change
  > d034ae1 gopls/internal/cmd: check: print RelatedInformation
  > 3c000ca gopls/doc: relnote for hover & definition over doc links
  > c859ee9 gopls/internal/test/marker: fix {hover/def}/comment tests
  > 9cef8b1 go/callgraph/cha: more precise resolution of unexported methods
  > 0cc2ffd gopls/internal/cache: fail loudly on command-line-arguments modules
  > c3c5164 gopls/internal/golang: support hover and definition operations over doc links
  > da3408b go/analysis/passes/printf: elaborate the documentation
  > 198a0a8 imports: prefer math/rand/v2 over math/rand
  > 79df971 gopls/internal/server: avoid duplicate diagnoses and loads
  > bcd607e gopls/internal/cache: don't log packages when selectively reloading
  > 6f92c83 gopls: reduce noisy error messages
  > c4c0bf9 gopls/internal/test: skip integration tests on linux-ppc64-power9osu
  > b4b8186 internal/apidiff: support materialized aliases
  > 3520955 go/types/typeutil: implement correct hashing of aliases
  > f6298eb gopls/internal/cache: add debug assertions to refine golang/go# 66732
  > f41d27e gopls/internal/cache: avoid panic when the primary diagnostic is broken
  > c0ab013 go/packages: doc: type symbols are consistent only within one Load
  > 564c0e9 gopls/internal/telemetry/cmd/stacks: improve summary
  > de6db98 internal/check: filter out too-new Go versions for type checking
  > 5c3c2ff gopls/internal/golang: RenderPkgDoc: fix anchors for promoted methods
  > 8a0c6e2 gopls/internal/server: report HTTP panics via telemetry
  > c7b6b8d gopls/internal/cache: analysis: repair start/end and refine bug report
  > cb3eb43 internal/test/integration: parse flags earlier
  > 4794229 gopls/internal/golang: RenderPkgDoc: add <title> element
  > 2db5a34 gopls/internal/golang: RenderPkgDoc: navigational <select>
bumping github.com/prometheus/client_golang 77d4003...6e3f4b1:
  > 6e3f4b1 Cut 1.19.1 (# 1494)
  > cad1bfa Merge pull request # 1454 from prometheus/small-nits
  > 0aa8c9f Rephrase incompatibility with common v0.48.0
bumping google.golang.org/api a11ef60...6feeaaf:
  > 6feeaaf chore(main): release 0.180.0 (# 2579)
  > e92e3ed chore: regen libraries (# 2580)
  > 6604a5d feat(all): auto-regenerate discovery clients (# 2578)
  > 9fdd500 chore(main): release 0.179.0 (# 2574)
  > 090ff6c fix: bump auth to v0.4.1 (# 2577)
  > a784ae0 feat(all): auto-regenerate discovery clients (# 2575)
  > 887c564 feat(all): auto-regenerate discovery clients (# 2573)
  > 64ed0f8 chore(main): release 0.178.0 (# 2562)
  > 0c976dc feat(all): auto-regenerate discovery clients (# 2571)
  > 8c74bb8 feat(gen): Add internaloption.EnableNewAuthLibrary (# 2519)
  > b5ae946 chore(all): update all (# 2569)
  > f2da582 feat(all): auto-regenerate discovery clients (# 2570)
  > d922e3b feat(all): auto-regenerate discovery clients (# 2568)
  > 76b27f1 feat(all): auto-regenerate discovery clients (# 2567)
  > 5e44215 docs: update commit style in CONTRIBUTING (# 2566)
  > 0843d21 feat(all): auto-regenerate discovery clients (# 2565)
  > fe54ffd feat(google-api-go-client): add x-goog-api-version header (# 2563)
  > b313e4b feat(all): auto-regenerate discovery clients (# 2564)
  > 2d22d11 feat(all): auto-regenerate discovery clients (# 2561)
bumping golang.org/x/term 5b15d26...46c790f:
  > 46c790f go.mod: update golang.org/x dependencies

Signed-off-by: Knative Automation <automation@knative.team>
@knative-prow knative-prow bot added size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels May 13, 2024
Copy link

knative-prow bot commented May 13, 2024

@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
build-tests_eventing-kafka-broker_main 06a01d5 link true /test build-tests
reconciler-tests_eventing-kafka-broker_main 06a01d5 link true /test reconciler-tests
reconciler-tests-namespaced-broker_eventing-kafka-broker_main 06a01d5 link true /test reconciler-tests-namespaced-broker
reconciler-tests-keda_eventing-kafka-broker_main 06a01d5 link true /test reconciler-tests-keda

Your PR dashboard.

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-sigs/prow repository. I understand the commands that are listed here.

@Cali0707
Copy link
Member

/close

Superseded by #3891

@knative-prow knative-prow bot closed this May 13, 2024
Copy link

knative-prow bot commented May 13, 2024

@Cali0707: Closed this PR.

In response to this:

/close

Superseded by #3891

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-sigs/prow 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 May 13, 2024
@knative-prow-robot
Copy link
Contributor

PR needs rebase.

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-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

None yet

5 participants