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

chore(deps): Bump cosmossdk.io/math from 1.1.2 to 1.2.0 #2923

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2023

Bumps cosmossdk.io/math from 1.1.2 to 1.2.0.

Release notes

Sourced from cosmossdk.io/math's releases.

Cosmovisor v1.2.0

Release Notes

New Features

With the cosmovisor init command, all the necessary folders for using cosmovisor are automatically created. You do not need to manually symlink the chain binary anymore.

We've added a new configuration option: DAEMON_RESTART_DELAY (as env variable). When set, Cosmovisor will wait that delay between the node halt and backup. See the README file for more details.

Bug Fixes

  • Fix Cosmovisor binary usage for pre-upgrade. Cosmovisor was using the wrong binary when running a pre-upgrade command.

Changelog

For more details, please see the CHANGELOG.

Commits
  • c33b4db chore: prepare log 1.2.0 (#17214)
  • c36c860 refactor(cli): remove duplicate --home flag (#17215)
  • 31f7247 feat(cli): status cmd cli support output text (#17184)
  • 095a641 feat(docker): Add debuging dependencies directly into the dockerfile (#17228)
  • f47749b fix: text output format of block-results cmd cli (#17183)
  • 236fe4c docs: additional fields in context.go to be added to context.md (#17199)
  • 382de33 feat(testutil): adding DefaultContextWithKeys test helper (#17216)
  • 0b7d2d3 fix(log): add fallback to Stringer when type do not implement `json.Marshal...
  • 60ead8d ci: skip fix_registration.go when using LINT_DIFF=1 (#17185)
  • edba186 refactor(keys): remove duplicate --home flag (#17197)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the kind:deps Pull requests that update a dependency file label Nov 13, 2023
@dependabot dependabot bot requested a review from renaynay November 13, 2023 11:52
@dependabot dependabot bot requested a review from walldiss as a code owner November 13, 2023 11:52
@dependabot dependabot bot requested a review from Wondertan November 13, 2023 11:52
@codecov-commenter
Copy link

codecov-commenter commented Nov 13, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e38a7bf) 51.12% compared to head (888cdf2) 51.00%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2923      +/-   ##
==========================================
- Coverage   51.12%   51.00%   -0.13%     
==========================================
  Files         176      176              
  Lines       11190    11190              
==========================================
- Hits         5721     5707      -14     
- Misses       4973     4983      +10     
- Partials      496      500       +4     

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

@ramin ramin self-requested a review November 13, 2023 21:04
@dependabot dependabot bot force-pushed the dependabot/go_modules/cosmossdk.io/math-1.2.0 branch from e8c8e4f to 6c4e3bf Compare November 23, 2023 01:15
@dependabot dependabot bot force-pushed the dependabot/go_modules/cosmossdk.io/math-1.2.0 branch from 6c4e3bf to 09421b9 Compare November 30, 2023 16:24
@walldiss
Copy link
Member

@dependabot rebase

@walldiss walldiss enabled auto-merge (squash) December 18, 2023 12:13
@dependabot dependabot bot force-pushed the dependabot/go_modules/cosmossdk.io/math-1.2.0 branch from 09421b9 to 888cdf2 Compare December 18, 2023 12:14
@walldiss
Copy link
Member

https://github.com/dependabot rebase

Bumps [cosmossdk.io/math](https://github.com/cosmos/cosmos-sdk) from 1.1.2 to 1.2.0.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@math/v1.1.2...log/v1.2.0)

---
updated-dependencies:
- dependency-name: cosmossdk.io/math
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/cosmossdk.io/math-1.2.0 branch from 888cdf2 to 2c64643 Compare December 18, 2023 12:29
@walldiss walldiss merged commit 7f51c59 into main Dec 18, 2023
15 of 17 checks passed
@walldiss walldiss deleted the dependabot/go_modules/cosmossdk.io/math-1.2.0 branch December 18, 2023 12:38
renaynay pushed a commit to renaynay/celestia-node that referenced this pull request Jan 15, 2024
…2923)

Bumps [cosmossdk.io/math](https://github.com/cosmos/cosmos-sdk) from
1.1.2 to 1.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/cosmos/cosmos-sdk/releases">cosmossdk.io/math's
releases</a>.</em></p>
<blockquote>
<h2>Cosmovisor v1.2.0</h2>
<h2>Release Notes</h2>
<h3>New Features</h3>
<p>With the <code>cosmovisor init</code> command, all the necessary
folders for using cosmovisor are automatically created. You do not need
to manually symlink the chain binary anymore.</p>
<p>We've added a new configuration option:
<code>DAEMON_RESTART_DELAY</code> (as env variable). When set,
Cosmovisor will wait that delay between the node halt and backup. See
the <a
href="https://github.com/cosmos/cosmos-sdk/blob/main/cosmovisor/README.md#command-line-arguments-and-environment-variables">README</a>
file for more details.</p>
<h3>Bug Fixes</h3>
<ul>
<li>Fix Cosmovisor binary usage for pre-upgrade. Cosmovisor was using
the wrong binary when running a <code>pre-upgrade</code> command.</li>
</ul>
<h3>Changelog</h3>
<p>For more details, please see the <a
href="https://github.com/cosmos/cosmos-sdk/blob/cosmovisor/v1.1.0/cosmovisor/CHANGELOG.md">CHANGELOG</a>.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cosmos/cosmos-sdk/commit/c33b4db1a327a325fbf633c4fb7d0ca59c5a5ad4"><code>c33b4db</code></a>
chore: prepare log 1.2.0 (<a
href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17214">#17214</a>)</li>
<li><a
href="https://github.com/cosmos/cosmos-sdk/commit/c36c86005fde7a83a05668ef1086857b3cc3e5e4"><code>c36c860</code></a>
refactor(cli): remove duplicate <code>--home</code> flag (<a
href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17215">#17215</a>)</li>
<li><a
href="https://github.com/cosmos/cosmos-sdk/commit/31f724752285e6c22be04bc1fcc746e3dcc399d8"><code>31f7247</code></a>
feat(cli): <code>status</code> cmd cli support output text (<a
href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17184">#17184</a>)</li>
<li><a
href="https://github.com/cosmos/cosmos-sdk/commit/095a64195aba917187bbb33570063bc675494bcd"><code>095a641</code></a>
feat(docker): Add debuging dependencies directly into the dockerfile (<a
href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17228">#17228</a>)</li>
<li><a
href="https://github.com/cosmos/cosmos-sdk/commit/f47749b9f02cd4d6912829dd953ecc652b052f7a"><code>f47749b</code></a>
fix: text output format of <code>block-results</code> cmd cli (<a
href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17183">#17183</a>)</li>
<li><a
href="https://github.com/cosmos/cosmos-sdk/commit/236fe4c21ece6a272dcbeb74f616cc2de4c8dc48"><code>236fe4c</code></a>
docs: additional fields in context.go to be added to context.md (<a
href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17199">#17199</a>)</li>
<li><a
href="https://github.com/cosmos/cosmos-sdk/commit/382de3311c057ac23acf5689801fb7023bbef1f4"><code>382de33</code></a>
feat(testutil): adding DefaultContextWithKeys test helper (<a
href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17216">#17216</a>)</li>
<li><a
href="https://github.com/cosmos/cosmos-sdk/commit/0b7d2d310b5a43128db44639b7d8022d6cee37ee"><code>0b7d2d3</code></a>
fix(log): add fallback to <code>Stringer</code> when type do not
implement `json.Marshal...</li>
<li><a
href="https://github.com/cosmos/cosmos-sdk/commit/60ead8dd249a6dde75993f372d579ea8116aae1e"><code>60ead8d</code></a>
ci: skip <code>fix_registration.go</code> when using
<code>LINT_DIFF=1</code> (<a
href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17185">#17185</a>)</li>
<li><a
href="https://github.com/cosmos/cosmos-sdk/commit/edba186aa3175a69566d7ccb0bba50964f68a21d"><code>edba186</code></a>
refactor(keys): remove duplicate <code>--home</code> flag (<a
href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17197">#17197</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/cosmos/cosmos-sdk/compare/math/v1.1.2...log/v1.2.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cosmossdk.io/math&package-manager=go_modules&previous-version=1.1.2&new-version=1.2.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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</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
kind:deps Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants