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

Bump github.com/CosmWasm/wasmvm from 1.5.0 to 1.5.2 #1781

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2024

Bumps github.com/CosmWasm/wasmvm from 1.5.0 to 1.5.2.

Release notes

Sourced from github.com/CosmWasm/wasmvm's releases.

v1.5.2

Upgrade cosmwasm from 1.5.1 to 1.5.2.

This fixes an issue with growing memory usage over time.

v1.5.2-rc.0

Build artifacts generated at this tag.

v1.5.1

Upgrade cosmwasm from 1.5.0 to 1.5.1. This fixes the CWA-2023-004 security vulnerability.

Commits
  • b742b26 [skip ci] Built release libraries
  • b6e68e7 Set libwasmvm version to 1.5.2
  • 5f5f810 [skip ci] Built release libraries
  • b5abee6 Set libwasmvm version to 1.5.2-rc.0
  • 4a00a59 Retract 1.2.5
  • 512ea29 [skip ci] Built release libraries
  • 5883584 Set libwasmvm version to 1.5.1
  • 54cb096 [skip ci] Built release libraries
  • 936bb74 Bump self_cell to 1.0.3 (Backport wasmvm 1.5)
  • e2602e1 [skip ci] Built release libraries
  • 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 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)

Bumps [github.com/CosmWasm/wasmvm](https://github.com/CosmWasm/wasmvm) from 1.5.0 to 1.5.2.
- [Release notes](https://github.com/CosmWasm/wasmvm/releases)
- [Changelog](https://github.com/CosmWasm/wasmvm/blob/main/CHANGELOG.md)
- [Commits](CosmWasm/wasmvm@v1.5.0...v1.5.2)

---
updated-dependencies:
- dependency-name: github.com/CosmWasm/wasmvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 19, 2024
@pinosu pinosu requested a review from chipshort January 19, 2024 14:08
Copy link
Collaborator

@chipshort chipshort left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

codecov bot commented Jan 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (550fc24) 54.99% compared to head (99530da) 55.01%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1781      +/-   ##
==========================================
+ Coverage   54.99%   55.01%   +0.02%     
==========================================
  Files          64       64              
  Lines        9663     9663              
==========================================
+ Hits         5314     5316       +2     
+ Misses       3822     3821       -1     
+ Partials      527      526       -1     

see 1 file with indirect coverage changes

@pinosu pinosu added the backport/v0.4x backport patches to sdk47 release branch label Jan 19, 2024
@pinosu pinosu merged commit 8948806 into main Jan 19, 2024
14 checks passed
@pinosu pinosu deleted the dependabot/go_modules/github.com/CosmWasm/wasmvm-1.5.2 branch January 19, 2024 19:09
mergify bot pushed a commit that referenced this pull request Jan 19, 2024
* Bump github.com/CosmWasm/wasmvm from 1.5.0 to 1.5.2

Bumps [github.com/CosmWasm/wasmvm](https://github.com/CosmWasm/wasmvm) from 1.5.0 to 1.5.2.
- [Release notes](https://github.com/CosmWasm/wasmvm/releases)
- [Changelog](https://github.com/CosmWasm/wasmvm/blob/main/CHANGELOG.md)
- [Commits](CosmWasm/wasmvm@v1.5.0...v1.5.2)

---
updated-dependencies:
- dependency-name: github.com/CosmWasm/wasmvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update Dockerfile

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pino' Surace <pino.surace@live.it>
(cherry picked from commit 8948806)

# Conflicts:
#	README.md
#	go.mod
#	go.sum
pinosu added a commit that referenced this pull request Jan 24, 2024
…1783)

* Bump github.com/CosmWasm/wasmvm from 1.5.0 to 1.5.2 (#1781)

* Bump github.com/CosmWasm/wasmvm from 1.5.0 to 1.5.2

Bumps [github.com/CosmWasm/wasmvm](https://github.com/CosmWasm/wasmvm) from 1.5.0 to 1.5.2.
- [Release notes](https://github.com/CosmWasm/wasmvm/releases)
- [Changelog](https://github.com/CosmWasm/wasmvm/blob/main/CHANGELOG.md)
- [Commits](CosmWasm/wasmvm@v1.5.0...v1.5.2)

---
updated-dependencies:
- dependency-name: github.com/CosmWasm/wasmvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update Dockerfile

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pino' Surace <pino.surace@live.it>
(cherry picked from commit 8948806)

# Conflicts:
#	README.md
#	go.mod
#	go.sum

* Fix conflicts

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pino' Surace <pino.surace@live.it>
pinosu added a commit that referenced this pull request Jan 24, 2024
* Bump cosmos-sdk to v0.47.8

* Bump github.com/CosmWasm/wasmvm from 1.5.0 to 1.5.2 (backport #1781) (#1783)

* Bump github.com/CosmWasm/wasmvm from 1.5.0 to 1.5.2 (#1781)

* Bump github.com/CosmWasm/wasmvm from 1.5.0 to 1.5.2

Bumps [github.com/CosmWasm/wasmvm](https://github.com/CosmWasm/wasmvm) from 1.5.0 to 1.5.2.
- [Release notes](https://github.com/CosmWasm/wasmvm/releases)
- [Changelog](https://github.com/CosmWasm/wasmvm/blob/main/CHANGELOG.md)
- [Commits](CosmWasm/wasmvm@v1.5.0...v1.5.2)

---
updated-dependencies:
- dependency-name: github.com/CosmWasm/wasmvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update Dockerfile

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pino' Surace <pino.surace@live.it>
(cherry picked from commit 8948806)

# Conflicts:
#	README.md
#	go.mod
#	go.sum

* Fix conflicts

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pino' Surace <pino.surace@live.it>

* Fix grant cli (#1792) (#1794)

(cherry picked from commit 64b8074)

Co-authored-by: pinosu <95283998+pinosu@users.noreply.github.com>

* Bump cosmos-sdk to v0.47.8

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.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
backport/v0.4x backport patches to sdk47 release branch dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants