Finschia / ostracon

Ostracon, a consensus algorithm, is forked from Tendermint Core. We have added VRF to Tendermint BFT. It adds randomness to PoS Validator elections and improves security.
Apache License 2.0
70 stars 28 forks source link

build(deps): Bump github.com/bufbuild/buf from 1.25.0 to 1.25.1 #685

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps github.com/bufbuild/buf from 1.25.0 to 1.25.1.

Release notes

Sourced from github.com/bufbuild/buf's releases.

v1.25.1

  • Fix issue where all files were being iterated over when using the --path flag.
  • Fix issue where the directory . was incorrectly accepted as a value for the directories key in buf.work.yaml.
Changelog

Sourced from github.com/bufbuild/buf's changelog.

[v1.25.1] - 2023-08-02

  • Fix issue where all files were being iterated over when using the --path flag.
  • Fix issue where the directory . was incorrectly accepted as a value for the directories key in buf.work.yaml.
Commits
  • be32e6a Release v1.25.1 (#2338)
  • 986c01c Fix issue where all files were being iterated over when using path filtering ...
  • dc015c9 Add uniqueness policy enforcement audit events (#2335)
  • 3cd48ad Consolidate git commits count for RepositoryCommit (#2334)
  • cd1ea4c Improve sync output (#2332)
  • f824579 Add backfill status to uniqueness response (#2331)
  • d5d7c0d Sync single branch by default (#2329)
  • 081d1e4 Buf sync: Make sure git default branches is in sync with BSR's (#2328)
  • c1e64ab Get/Set repositories' default branch field (#2326)
  • 0b76985 Add Admin RPC to trigger uniqueness policy backfill task (#2327)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 11 months ago

Codecov Report

Merging #685 (18335be) into main (c8ae08c) will increase coverage by 0.11%. Report is 3 commits behind head on main. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #685 +/- ## ========================================== + Coverage 66.47% 66.59% +0.11% ========================================== Files 283 283 Lines 37869 37869 ========================================== + Hits 25175 25218 +43 + Misses 10891 10849 -42 + Partials 1803 1802 -1 ``` [see 13 files with indirect coverage changes](https://app.codecov.io/gh/Finschia/ostracon/pull/685/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia)