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 gear-wasm-builder from v1.4.0 to v1.4.1 #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 14, 2024

Bumps gear-wasm-builder from v1.4.0 to v1.4.1.

Release notes

Sourced from gear-wasm-builder's releases.

v1.4.1

Release v1.4.1 changes

  • Crates versions bumped to "v1.4.1", runtime spec version bumped to 1410 (#3955);
  • Weights of extrinsic and WASM calls were NOT updated as well as schedule version;

Update requirements

Name Character
JS clients ⚪ Insubstantial
Programs ⚪ Insubstantial
Node bin ⚪ Insubstantial

Runtime

📚 Substrate dependency updated to version "1.3.0" (#3921);

[!IMPORTANT] Required migrations are applied, most of the apis kept compatible, but please make sure to test your clients on working correctly with updated metadata. Do your own research on updated functionality in substrate by going through #3921 PR's description and parity's release notes.

Full Changelog: gear-tech/gear@v1.4.0...v1.4.1

Changelog

Sourced from gear-wasm-builder's changelog.

FROM debian:12-slim

ARG RELEASE_VERSION

RUN apt-get update &&
apt-get install -y curl sudo xz-utils &&
rm -rf /var/lib/apt/lists/*

RUN if [ "$RELEASE_VERSION" = "latest" ]; then
curl -L https://github.com/gear-tech/gear/releases/latest/download/gear -o /usr/local/bin/gear &&
chmod +x /usr/local/bin/gear ;
else
curl -L https://github.com/gear-tech/gear/releases/download/$RELEASE_VERSION/gear -o /usr/local/bin/gear &&
chmod +x /usr/local/bin/gear ;
fi

RUN gear --version

CMD ["gear"]

Commits
  • 5adfb9b feat: Update substrate to v1.3.0 (#3921)
  • 88fabbf chores(workspace): Bump versions after release v1.4.0 (#3955)
  • b5cdff7 chore(core-processor): remove pages_with_data from ExecutableActorData (#...
  • 61aed20 ci(skip): adapt checks with debug profiles (#3953)
  • See full diff in compare view

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 [gear-wasm-builder](https://github.com/gear-tech/gear) from v1.4.0 to v1.4.1.
- [Release notes](https://github.com/gear-tech/gear/releases)
- [Changelog](https://github.com/gear-tech/gear/blob/master/docker/Dockerfile-release)
- [Commits](gear-tech/gear@aaadcdb...5adfb9b)

---
updated-dependencies:
- dependency-name: gear-wasm-builder
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the A4-insubstantial Not too important PR label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A4-insubstantial Not too important PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants