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

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

@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch from 7139446 to 45ba812 Compare May 23, 2024 13:22
@knative-prow knative-prow bot requested a review from a team May 23, 2024 13:22
@knative-prow knative-prow bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label May 23, 2024
Copy link

codecov bot commented May 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 25.91%. Comparing base (6404700) to head (90858cc).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #525   +/-   ##
=======================================
  Coverage   25.91%   25.91%           
=======================================
  Files          34       34           
  Lines        1204     1204           
=======================================
  Hits          312      312           
  Misses        884      884           
  Partials        8        8           

☔ 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 390b051 to 7a1c05d Compare May 27, 2024 01:47
bumping github.com/stretchr/testify f97607b...bb548d0:
  > bb548d0 Merge pull request # 1552 from stretchr/dependabot/go_modules/github.com/stretchr/objx-0.5.2
  > e045612 Merge pull request # 1339 from bogdandrutu/uintptr
  > 814075f build(deps): bump github.com/stretchr/objx from 0.5.1 to 0.5.2
  > 5b6926d Merge pull request # 1385 from hslatman/not-implements
  > 21ba5d2 Merge branch 'master' into uintptr
  > 9f97d67 Merge pull request # 1550 from stretchr/release-notes
  > 4e56e1e Add `NotImplements` and variants
  > f7b49d3 Add support to compare uintptr
  > 7df1a82 test: add suite tests for panicking of subtests
  > fb770f8 Merge pull request # 1247 from ccoVeille/typos
  > bcb0d3f Include the auto-release notes in releases
  > 4ae48e9 Combine switch cases, difference wrapped in if statement
  > a4a54a4 fix: panic behavior for subtests
  > e2741fa Merge pull request # 1548 from arjunmahishi/msgAndArgs
  > 85d8bb6 fix typos in comments, tests and github templates
  > 2f7efa2 Fix bug where array is treated as slice in EqualExportedValues
  > 65318c3 improve: tests for asserting test names in subtests
  > e65c014 Merge pull request # 1248 from guettli/patch-1
  > 6e59f20 http_assertions: assert that the msgAndArgs actually works in tests
  > ce5c2b6 assert: fix httpCode and HTTPBody occur panic when http.Handler read body
  > 130d340 improve: move comment to msgAndArgs-param in test
  > 9f0ad86 Merge pull request # 1517 from Lucaber/equalExportedValues-ptr
  > f19cdfc Merge branch 'master' into patch-1
  > 840f800 http_assertions: Include msgAndArgs is some of the existing tests
  > 8992013 collect errors from condition in defer
  > 855d1c6 test: testing.T correctness in subtests setup/teardown
  > 7c847e2 Merge pull request # 1545 from hendrywiranto/update-setupgo-v5
  > 74a35d5 Support Pointer to Struct in EqualExportedValues
  > afd76b4 gorc last update is nine years old
  > 135b468 assert: honour the msgAndArgs provided in InEpsilon
  > 4ed68e1 fix: make EventuallyWithT concurrency safe
  > 82022ee test: call order of setup/teardown for subtests
  > 7caada5 Merge pull request # 1540 from stretchr/build-badge
  > 898b77d try to update to v5
  > db8608e suite: fix subtest names (fix # 1501) (# 1504)
  > ecdde72 http_assertions: honour the msgAndArgs provided with each assertion
  > 11a6452 Bump actions/setup-go from 3.2.0 to 4.1.0
  > 4526456 improve: defer-style in Suite.Run()
  > 4b9af26 Merge pull request # 1538 from stretchr/issue-templates
  > e099480 Update the build status badge
  > 331c520 Improve readability
  > c1ca192 Bump actions/checkout from 3 to 4
  > 737a765 fix: SetupSubTest and TearDownSubTest execution order
  > fef12e7 Merge pull request # 1537 from stretchr/fix-time-equal
  > a5087d7 [chore] Issue templates: Add link to the discussion page
  > 5f48c62 address some review comments
  > 34763e0 assert: ObjectsAreEqual: use time.Equal for time.Time type
  > 351d277 Revert some changes
  > 14ffa90 Merge pull request # 1535 from arjunmahishi/fix-suit-deadlock
  > 7b3de08 Revert "assert: ObjectsAreEqual: use time.Equal for time.Time type"
  > bd22f81 [chore] Issue templates: Switch from bold to H2 headings
  > b7c378d captureTestingT.checkResultAndErrMsg
  > 1ee798c Remove canConvert because Go 1.16 is dropped from support
  > 375474c suite: refactor test assertions
  > c719de3 Merge pull request # 1331 from ianrose14/ianrose/assertexpectations-skipped
  > c41592b suite: fix deadlock in suite.Require()/Assert()
  > 28efcd1 [chore] Fix typos and improve hints in the issue templates
  > 002647e TestErrorIs/TestNotErrorIs: check error contents
  > 882382d Merge pull request # 1441 from stretchr/mock-deprecate-AnythingOfTypeArgument
  > fc1dee9 Deprecate EqualExportedValues
  > 0e75f99 Merge pull request # 1485 from kevinburkesegment/len-format
  > 1837f62 Ensure AssertExpectations does not fail in skipped tests
  > 5ed6120 [chore] Add issue templates
  > 5105b61 Add map support doc comments to Subset and NotSubset
  > 0e90845 Merge pull request # 1445 from stretchr/assert-refactor-getLen
  > f24f3ba mock: deprecate AnythingOfTypeArgument (# 1434)
  > 7f962d5 .github: use latest Go versions
  > 5911e38 Merge pull request # 1531 from arjunmahishi/fix-equal-values
  > 89c0872 try to do the whole format string
  > 43b2ef1 Change to use godoc
  > a23f5db mock: move regexp compilation outside of Called (# 631)
  > 9e58631 assert: reverse return values of internal getLen()
  > d25ac14 Merge pull request # 1533 from brackendawson/maintainers
  > 4c4d011 assert: Fix EqualValues to handle overflow/underflow
  > f6ed021 assert: shorten cases
  > 056e9e6 docs: Fix deprecation formatting for http
  > a392378 Fixed typos
  > 7a796b8 assert: simplify getLen() implementation
  > c3b0c9b Merge pull request # 1502 from stretchr/suite-fix-reporting-of-panic-location
  > d3b6816 Add emeritus I missed
  > f7fedd9 assert: better formatting for Len() error
  > 81667ad assert: fix flaky TestNeverTrue
  > b139300 Merge pull request # 1450 from stretchr/CI-go1.21
  > 2be68b5 suite: fix recoverAndFailOnPanic to report at the right location
  > a67cee3 Update maintainers
  > 862e410 Merge pull request # 1360 from hikyaru-suzuki/feature/update_logging_output
  > 9b9a3b4 Merge pull request # 1412 from stretchr/fix-flaky-TestEventuallyIssue805
  > c86e139 CI: add go 1.21
  > 486eb6f Merge pull request # 1406 from dolmen-go/use-std-header-for-generated-code
  > 75b9b6d update: log reason output only if failed
  > 648a793 Merge pull request # 1416 from stretchr/mock-simplify-matcher-check
  > 0feb1d9 Merge branch 'master' into fix-flaky-TestEventuallyIssue805
  > af4d8a6 Merge pull request # 1320 from lesichkovm/patch-1
  > 5ca0755 codegen: use standard header for generated files
  > 24e57f1 Merge pull request # 1444 from stretchr/mock-refactor-TestIsArgsEqual
  > 307c934 mock: refactor IsType
  > 5dca985 assert: remove logs in TestEventuallyTimeout
  > 78aedbf Merge pull request # 1409 from SuperQ/test_old_versions
  > c029f41 Fix adding ? when no values passed
  > 12f05f7 Merge pull request # 1453 from stretchr/fix-1292-dep-cycle-with-objx
  > c740480 mock: refactor TestIsArgsEqual
  > 413628c mock: simplify Arguments.Diff
  > e8837d5 assert: fix TestEventuallyTimeout
  > 0a3163c Merge pull request # 1410 from alexandear/docs-fix-typos
  > 95683d1 Add tests for old Go versions
  > 14d4b9b Merge pull request # 1483 from stretchr/fix-1231-InEpsilonSlice-expected-actual-order
  > 838caea deps: exclude old testify to break the dependency cycle from objx
  > 34b8642 Merge pull request # 1346 from LandonTClipp/mockery_docs
  > 37814a1 docs: Fix typos in tests and comments
  > 92533fa Merge pull request # 1506 from stretchr/assert-simplify-isNil
  > f8dcfd6 assert.InEpsilonSlice: mention index of error in fail message
  > 975128c deps: upgrade objx to v0.5.1 to fix dep cycle
  > 6bfed73 Merge pull request # 1349 from davidjb/patch-1
  > 4f6e609 Merge branch 'master' into mockery_docs
  > 1f53b4e Merge pull request # 1505 from stretchr/more-unsafe.Pointer-tests
  > cbcc423 assert: simplify isNil implementation
  > 7d383ba assert.InEpsilonSlice: refactor
  > c6ffad3 Merge pull request # 1389 from echarrod/master
  > d099934 docs: Update URLs in README
  > 2046129 README: fix link to mockery tool
  > 858080f assert: more unsafe.Pointer tests
  > f7fbc7d assert.InEpsilonSlice: fix order of expected vs actual (# 1231)
  > b247874 Merge pull request # 1367 from stretchr/mvdkleijn-patch-1
  > 9f0f17f Correct spelling/grammar
  > 0291ba6 https
  > 8fd5aae assert.InEpsilonSlice: remove redundant check
  > 945f91b Merge pull request # 1392 from programmer04/improve-docs
  > 02647d3 Remove myself from MAINTAINERS.md
  > d2db489 Update mockery link to Github Pages
  > f728d3c assert.InEpsilonSlice: refactor
  > 68bbf7a Merge pull request # 1394 from SuperQ/go_min
  > e18a70d Document that require is not safe to call in created goroutines
  > b5dec80 assert.InEpsilonSlice: add more slice checks
  > b5eddf7 Fix Go modules version
  > ab3b974 assert.InEpsilonSlice: refactor
bumping knative.dev/serving a0a1ac7...57874d7:
  > 57874d7 Update net-contour nightly (# 15246)
  > 79da324 delete CORS tests from serving (# 15249)
  > 94c040d Update net-gateway-api nightly (# 15245)
  > ab5c1a0 Bump actions/download-artifact from 3 to 4 (# 15240)
  > e42ed25 Update net-contour nightly (# 15204)
  > a4c98d1 Bump actions/cache from 3 to 4 (# 15242)
  > 374a644 Bump actions/checkout from 3 to 4 (# 15239)
  > 45388c0 fix cluster-local routes being stalled when external-domain-tls is enabled (# 15234)
  > 69c0589 update github actions automatically (# 15225)
  > 7aa7ed8 Fix e2e script to disable cors policy for Contour tests (# 15235)
  > e89957c Update net-kourier nightly (# 15229)
  > 60c003b Update net-istio nightly (# 15230)
  > fa7eaa2 Cleanup resources from DeploymentFailure upgrade test (# 15227)
  > 5ebffd5 add pod anti affinity rules to activator component (# 15233)
bumping knative.dev/eventing 68920d2...a3a2ac0:
  > a3a2ac0 Enable `eventtype-auto-create` feature flag for e2e tests (# 7940)
  > 74253dd [main] Upgrade to latest dependencies (# 7932)

Signed-off-by: Knative Automation <automation@knative.team>
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch from 7a1c05d to 90858cc Compare May 27, 2024 13:23
Copy link
Contributor

@creydr creydr left a comment

Choose a reason for hiding this comment

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

/lgtm

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

knative-prow bot commented May 27, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: creydr, 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 May 27, 2024
@knative-prow knative-prow bot merged commit 66380b1 into knative-extensions:main May 27, 2024
20 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/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants