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

build(deps): bump github.com/tendermint/tendermint from 0.34.14 to 0.35.3 #1243

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 11, 2022

Bumps github.com/tendermint/tendermint from 0.34.14 to 0.35.3.

Release notes

Sourced from github.com/tendermint/tendermint's releases.

0.35.3 (WARNING: BETA SOFTWARE)

https://github.com/tendermint/tendermint/blob/v0.35.3/CHANGELOG.md#v0.35.3

0.35.2 (WARNING: BETA SOFTWARE)

https://github.com/tendermint/tendermint/blob/v0.35.x/CHANGELOG.md#v0.35.2

0.35.1 (WARNING: BETA SOFTWARE)

Changelog

https://github.com/tendermint/tendermint/blob/v0.35.1/CHANGELOG.md#v0.35.1

0.35.0 (WARNING: BETA SOFTWARE)

Changelog

0.34.19 (WARNING: BETA SOFTWARE)

https://github.com/tendermint/tendermint/blob/v0.34.19/CHANGELOG.md#v0.34.19

0.34.18 (WARNING: BETA SOFTWARE)

https://github.com/tendermint/tendermint/blob/v0.34.18/CHANGELOG.md#v0.34.18

0.34.17 (WARNING: BETA SOFTWARE)

https://github.com/tendermint/tendermint/blob/v0.34.17/CHANGELOG.md#v0.34.17

0.34.16 (WARNING: BETA SOFTWARE)

https://github.com/tendermint/tendermint/blob/v0.34.16/CHANGELOG.md#v0.34.16

0.34.15 (WARNING: BETA SOFTWARE)

https://github.com/tendermint/tendermint/blob/v0.34.15/CHANGELOG.md#v0.34.15

Changelog

Sourced from github.com/tendermint/tendermint's changelog.

v0.35.3

April 8, 2022

FEATURES

IMPROVEMENTS

BUG FIXES

v0.35.2

February 28, 2022

Special thanks to external contributors on this release: @​ashcherbakov, @​yihuang, @​waelsy123

IMPROVEMENTS

BUG FIXES

v0.35.1

January 26, 2022

Special thanks to external contributors on this release: @​altergui, @​odeke-em, @​thanethomson

BREAKING CHANGES

  • CLI/RPC/Config

    • [config] #7276 rpc: Add experimental config params to allow for subscription buffer size control (@​thanethomson).

... (truncated)

Commits
  • dfa001f Prepare changelog for release v0.35.3. (#8289)
  • 5f70314 build(deps): Bump github.com/lib/pq from 1.10.4 to 1.10.5 (#8282)
  • fb7ce48 scmigrate: ensure target key is correctly renamed (backport #8276) (#8280)
  • 308d283 cli: fix reset command for v0.35 (#8259)
  • 530e81d Fix broken links in the changelog. (#8268)
  • 5051a1c build(deps): Bump github.com/BurntSushi/toml from 1.0.0 to 1.1.0 (#8253)
  • ac881db build(deps): Bump github.com/vektra/mockery/v2 from 2.10.2 to 2.10.4 (#8254)
  • 1446133 Update golangci-lint-action and golang-ci versions. (#8256)
  • 21da336 build(deps): Bump github.com/vektra/mockery/v2 from 2.10.1 to 2.10.2 (#8247)
  • 524d3ce e2e: Fix hashing for app + Fix logic of TestApp_Hash (backport #8229) (#8236)
  • 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)

Bumps [github.com/tendermint/tendermint](https://github.com/tendermint/tendermint) from 0.34.14 to 0.35.3.
- [Release notes](https://github.com/tendermint/tendermint/releases)
- [Changelog](https://github.com/tendermint/tendermint/blob/master/CHANGELOG.md)
- [Commits](tendermint/tendermint@v0.34.14...v0.35.3)

---
updated-dependencies:
- dependency-name: github.com/tendermint/tendermint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Issues or PRs to update a dependency label Apr 11, 2022
@dependabot dependabot bot requested a review from fedekunze April 11, 2022 13:32
@damiannolan
Copy link
Member

Assuming this will be handled manually by #1205 or other means?

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 11, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/tendermint/tendermint-0.35.3 branch April 11, 2022 13:54
CosmosCar pushed a commit to caelus-labs/ibc-go that referenced this pull request Nov 6, 2023
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.16.0 to
0.17.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/net/commit/b225e7ca6dde1ef5a5ae5ce922861bda011cfabd"><code>b225e7c</code></a>
http2: limit maximum handler goroutines to MaxConcurrentStreams</li>
<li>See full diff in <a
href="https://github.com/golang/net/compare/v0.16.0...v0.17.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.16.0&new-version=0.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/rollkit/rollkit/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Issues or PRs to update a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants