Skip to content

Conversation

@knative-automation
Copy link
Contributor

Cron -dprotaso

/cc knative/operations-wg-leads
/assign knative/operations-wg-leads

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

bumping golang.org/x/sync 7fad2c9...04914c2:
  > 04914c2 all: upgrade go directive to at least 1.24.0 [generated]
bumping knative.dev/serving 6bab565...12777f6:
  > 12777f6 add initialize conditions to MakePA to avoid potential race conditions (# 16037)
  > 097de3d Change dry-run behavior (# 16008)
bumping knative.dev/pkg 528bde3...8c9c1d3:
  > 8c9c1d3 [controller] fix depth metrics (# 3253)
  > 3ec4afe Bump github.com/prometheus/client_golang from 1.23.0 to 1.23.2 (# 3252)
  > 455d6e9 Bump golang.org/x/sync from 0.16.0 to 0.17.0 in the golang-x group (# 3249)
  > efb6a4f Add threadiness in log line (# 3247)
  > eafac73 Bump github.com/prometheus/common from 0.65.0 to 0.66.1 (# 3250)
bumping google.golang.org/protobuf 7e776d4...0833cf3:
  > 0833cf3 all: release v1.36.8
  > 0af3f0f all: set Go language version to Go 1.23
  > 5ccbdec types: regenerate using latest protobuf v32 release
  > 708d96f all: start v1.36.7-devel
bumping github.com/prometheus/client_golang e4b2208...8179a56:
  > 8179a56 Cut v1.23.2 (# 1870)
  > 4142b59 Merge pull request # 1869 from prometheus/arve/upgrade-common
  > 4ff40f0 Cut v1.23.1 (# 1867)
  > 989b029 Upgrade to prometheus/common v0.66 (# 1866)
bumping github.com/prometheus/common 75c3814...8975dde:
  > 8975dde Revert "Use go.uber.org/atomic instead of sync/atomic (# 825)" (# 838)
  > 08d7f66 Move to supported version of yaml parser (# 834)
  > 80e275e Revert "Use github.com/grafana/regexp instead of regexp" (# 835)
  > 4c2f9e7 Merge pull request # 832 from roidelapluie/retract
  > 2b1487c Merge pull request # 827 from prometheus/dependabot/go_modules/github.com/stretchr/testify-1.11.1
  > e120453 Retract v1.20.3
  > db38951 Merge pull request # 829 from prometheus/dependabot/go_modules/golang.org/x/net-0.43.0
  > 9e19a90 build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1
  > c7a031c Merge pull request # 830 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.36.8
  > a1ba2a7 build(deps): bump golang.org/x/net from 0.42.0 to 0.43.0
  > 6b610b6 Merge pull request # 826 from prometheus/dependabot/go_modules/assets/github.com/stretchr/testify-1.11.1
  > fc7cce0 build(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.8
  > 3d3db39 Enable revive rules (# 823)
  > b9c5f39 build(deps): bump github.com/stretchr/testify in /assets
  > 7937ffb Enable revive rule unused-parameter (# 824)
  > 6d40fe1 Use go.uber.org/atomic instead of sync/atomic (# 825)
  > 149efd6 Use github.com/grafana/regexp instead of regexp
  > ff65168 Enable gocritic linter (# 818)
  > a9690fa Enable the fatcontext linter (# 822)
  > 15ce6ee Enable unconvert linter (# 819)
  > b775ce4 Enable usestdlibvars linter (# 820)
  > e8184e3 Enable the godot linter (# 821)
  > efa2e6b Sync .golangci.yml with prometheus/prometheus (# 817)
  > 9deefba expfmt: Add NewTextParser function (# 816)
  > 053ba9a  ValidationScheme implements pflag.Value and json.Marshaler/Unmarshaler interfaces (# 807)
  > fc488aa Decoder: Remove use of global name validation and add validation (# 808)
  > 918f899 Merge pull request # 814 from prometheus/owilliams/ghactions
  > 755384c Merge pull request # 810 from prometheus/dependabot/go_modules/golang.org/x/net-0.42.0
  > a4976d6 ci: update upload-actions
  > 01383ba Merge pull request # 813 from wmcram/negotiate-typo
  > 5546e8b build(deps): bump golang.org/x/net from 0.41.0 to 0.42.0
  > 0ad974f Merge pull request # 809 from thampiotr/fix-escape-delim-proto
  > 30ca184 docs: fix typo in expfmt.Negotiate
  > c79a891 Add `ValidationScheme` methods `IsValidMetricName` and `IsValidLabelName` (# 806)
  > 96a9730 Fix delimited proto not escaped correctly
  > 0e1982f Update common Prometheus files (# 803)
  > 9fd5be9 Update common Prometheus files (# 802)
  > d5e1c62 fix(promslog): always print time.Duration values as go duration strings (# 798)
  > e231fec build(deps): bump golang.org/x/net from 0.40.0 to 0.41.0 (# 800)
  > 7f8b2a0 model.ValidationScheme: Support encoding as YAML (# 799)
  > 0a409d6 model: add constants for type and unit labels. (# 801)
bumping github.com/stretchr/testify 89cbdd9...2a57335:
  > 2a57335 Merge pull request # 1788 from brackendawson/1785-backport-1.11
  > b7801fb Merge pull request # 1778 from stretchr/dependabot/github_actions/actions/checkout-5
  > af8c912 Backport # 1786 to release/1.11
  > a53be35 Improve captureTestingT helper
  > 69831f3 build(deps): bump actions/checkout from 4 to 5
  > aafb604 mock: improve formatting of error message
  > 7218e03 improve error msg
  > 929a212 Merge pull request # 1758 from stretchr/dolmen/suite-faster-method-filtering
  > c58bc90 Merge pull request # 1764 from stretchr/dolmen/suite-refactor-stats-for-readability
  > bc7459e suite: faster filtering of methods (-testify.m)
  > 39b912b Merge pull request # 1766 from stretchr/dolmen/assert-testing-parallel-TestFileDirExists
  > 87101a6 suite.Run: refactor handling of stats
  > 7d37b5c suite: refactor methodFilter
  > 6c516f8 assert.CallerInfo: cleanup
  > 44c0281 assert/tests: improve failure reporting in Test{No,}{File,Dir}Exists
  > 5c94955 assert.CallerInfo: micro optimization by using LastIndexByte
  > 50277a8 assert/tests: simplify Test{No,}{File,Dir}Exists
  > b50b016 suite.Run: simplify running of Setup/TeardownSuite (# 1769)
  > d912549 assert/tests: enable parallel testing for Test{,No}{File,Dir}Exists
  > 7c2bbf9 Merge pull request # 1763 from stretchr/sketch/improve-equalvalues-coverage
  > 7127b60 assert.ErrorAs: simplify retrieving the type name
  > 5488b21 assert: improve EqualValues test coverage to 100%
  > 26b02e2 Merge pull request # 1761 from dolmen/refactor-isEmpty-using-reflect.Value.IsZero
  > 7a1b408 doc: improve godoc of top level 'testify' package
  > acd15f6 assert.Empty: refactor using reflect.Value.IsZero()
  > c519b79 assert.Empty: comprehensive doc of "Empty"-ness rules
  > 890082e assert.Empty: refactor isEmpty (1)
  > 5d95b18 Merge pull request # 1567 from stretchr/fix-dependency-cycle
  > 0b5b5e6 assert: add Benchmark_isEmpty
  > a5d5c33 Merge pull request # 1745 from ccoveille-forks/improve-tests-empty-notempty
  > 553e822 go.mod: add comment about how to fix dep cycle with objx
  > 0ff4bb4 Merge pull request # 1751 from stretchr/dolmen/suite-fix-use-of-testing-internals
  > 559d23a check test failure message for Empty and NotEmpty
  > 250eaa5 deps: fix dependency cycle with objx
  > 186f165 Merge pull request # 1756 from stretchr/dolmen/mock-Parallel-testing
  > 82767ae suite: cleanup use of 'testing' internals at runtime
  > 9fc264e assert: add IsNotType (# 1730)
  > 4f71159 assert.YAMLEq: shortcut if same strings
  > 8b3dc18 mock: enable parallel testing on internal testsuite
  > 2035e7d Merge pull request # 1739 from ccoveille-forks/asserter-gofumpt
  > 4eb688b assert.JSONEq: shortcut if same strings
  > 016e2e9 Merge pull request # 1671 from alexandear-org/chore/remove-deprecated-build-constraints
  > 9bcca2f Format assertions files with gofumpt
  > 3c1541a Improve usage of Sprintf with Same/NotSame
  > 296df14 Merge pull request # 1734 from stretchr/errors-asserter
  > 0b6039e assert: remove deprecated build constraints
  > c98ef6e Merge pull request # 1423 from stretchr/add-Helper-method-in-tests
  > 111716d Merge pull request # 1729 from siliconbrain/fix-subset-notsubset-mixed-type
  > c2116b4 Improve ErrorAs failure message when error is nil
  > 5ac6528 Merge pull request # 1716 from brackendawson/update-maintainers
  > d2ddb5d suite.Passed: add one more status test report (# 1706)
  > 8f73f15 assert.CollectT: add Helper() method
  > d338e95 Merge pull request # 1681 from tsioftas/tsioftas/erroris-improve
  > 121ddb9 clarify behavior of Subset/NotSubset when passing maps
  > a948a8c Merge pull request # 1674 from alexandear/refactor/simplify-with-sprintf-q
  > d0e0f49 Propose Christophe Colombier (ccoVeille) as approver
  > 83d32a3 Merge pull request # 1747 from stretchr/dolmen/assert,require-enable-parallel-testing
  > e2ad959 mock/tests: add method Helper() to all mock of *testing.T
  > 520d02e Merge pull request # 1675 from architagr/doc-update-for-error-fn
  > e7b1880 update error message based on suggestion
  > 2a9c44b fix Subset/NotSubset when calling with mixed input types (array/slice list with map subset)
  > 16020e8 Merge pull request # 1687 from alexandear/docs-format-go-examples
  > c3915e8 Merge branch 'master' into refactor/simplify-with-sprintf-q
  > b561f16 Correct maintainers list
  > 11522a0 Merge pull request # 1746 from stretchr/dolmen/fix-CI-script-shebang
  > 603c2a0 assert,require: enable parallel testing on (almost) all top tests
  > b534400 require/tests: add Helper() method to all mocks of *testing.T
  > f4244f1 Merge pull request # 1427 from cszczepaniak/cs/quicker_eventually
  > 01b9a87 Merge branch 'master' into doc-update-for-error-fn
  > 5ed1b90 Update assert/assertions_test.go
  > 3b8bd9b Merge pull request # 1614 from DevotedHealth/mauclair-call-stack-perf
  > 75df9d5 Update mdsf
  > 30f3cef Apply suggestions from code review
  > af716f8 CI: fix shebang in .ci.*.sh scripts
  > bf47cc8 assert/tests: add Helper() in all testing.T mocks
  > a31a53e Merge pull request # 1615 from DevotedHealth/mauclair-mock-match-sprintf
  > bae586f colocate never/eventually tests
  > d0c350a Update assert/doc.go
  > 19ddcbb go fmt
  > 1e7fb58 Merge pull request # 1709 from techfg/chore/issue-1621-update-docs
  > cfee234 review feedback
  > 33be8f9 Move to jobs.build
  > d57bac8 refactor: use %q to simplify fmt.Sprintf
  > e6575e0 Update mock.go
  > bf2c747 simplify tests
  > 0c9a9e0 Update assert/doc.go
  > 7434b14 Improve ErrorIs message when error is nil but an error was expected
  > 65f7386 Merge pull request # 1710 from greg0ire/doc-goroutine-restriction
  > c6ac9bb chore: update per PR feedback
  > 7f10816 review feedback
  > a9e8aed Remove mistakenly added .ci.gofmt.sh
  > cbf6e73 simplified renderers
  > ab114f8 test never when it fails quickly
  > 992db2b upadte doc
  > 5a5ac85 Merge pull request # 1062 from lambdanis/fix-fail-message-formatting
  > b1c9368 Improve existing docs
  > 098128f chore: update docs for Unset # 1621
  > 176474a cleanup
  > dfda68b Verify formatting of code snippets in CI
  > 3d98e69 cleanup
  > e4e93dd update Never to also check the condition initially
  > e32ceae Update assert/doc.go
  > f784abc Merge pull request # 1345 from craig65535/fix-assert-erroras
  > 53e0c91 Merge branch 'master' into fix-fail-message-formatting
  > 89086b0 Document consequences of calling t.FailNow()
  > 28e0be5 refill stack frame buffer after it's exhausted
  > 3cf0926 docs: Format examples in README
  > 2b53603 wip
  > f963164 test that we succeed quickly
  > d5cd75a update documentation of assert package to mention that all function return a bool value
  > 7c367bb Merge pull request # 1684 from alexandear/refactor-replace-deprecated-ioutil
  > c60c3bd dereference target
  > 0e5b596 Fix failure message formatting for Positive and Negative asserts
  > 4a90eff fix
  > dd72533 wip
  > cd4dc28 respect the timeout on the initial condition check
  > 500cb17 Merge branch 'master' into doc-update-for-error-fn
  > e6a990c Merge pull request # 1688 from alexandear/docs-fix-typo
  > 014ae9a Replace deprecated io/ioutil with io and os
  > 1c717c0 Add return
  > 3ca01f4 Stop querying for stack frames multiple times on CallerInfo()
  > 68f35d2 return early in Eventually and EventuallyWithT
  > 0c935ad Merge branch 'master' into doc-update-for-error-fn
  > f8c628e docs: Fix typo in README
  > ccb5e7f Remove redundant returns
  > fc69fea Merge branch 'master' into doc-update-for-error-fn
  > ca6698b assert.ErrorAs: log target type
  > d27af4e update documentation for auto require package
  > 2eca2b1 update documentation for the Error function in assert or require package # 1609

Signed-off-by: Knative Automation <[email protected]>
@knative-prow knative-prow bot requested a review from a team September 9, 2025 01:48
@knative-prow knative-prow bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Sep 9, 2025
@knative-prow
Copy link

knative-prow bot commented Sep 9, 2025

[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 assign aliok for approval. For more information see the 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

@codecov
Copy link

codecov bot commented Sep 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 62.16%. Comparing base (5a4835d) to head (affe6ff).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2143   +/-   ##
=======================================
  Coverage   62.16%   62.16%           
=======================================
  Files          49       49           
  Lines        2318     2318           
=======================================
  Hits         1441     1441           
  Misses        785      785           
  Partials       92       92           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@knative-prow knative-prow bot merged commit bb6ddf1 into knative:main Sep 9, 2025
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. skip-review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant