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

client v0.40.1 release #2960

Open
12 tasks done
github-actions bot opened this issue Sep 20, 2024 · 3 comments
Open
12 tasks done

client v0.40.1 release #2960

github-actions bot opened this issue Sep 20, 2024 · 3 comments

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Sep 20, 2024

Requirements

Pre-Release

  • Create branch perm-v0.40.1 against previous client git tag.
  • In the branch perm-v0.40.1, bump client version to v0.40.1.

Release

  • Tag perm-v0.40.1 with v0.40.1 and push to github.
  • Start the github action Publish Binary Draft with v0.40.0 => v0.40.1
    (master branch).
    • gh workflow run "Publish Binary Draft" -r 'master' -f from=runtime-v0.40.0 -f to=runtime-v0.40.1
  • Review the generated Draft and clean a bit the messages if needed (keep it draft).
  • Update moonbeam-networks stagenet (moonsama/moonlama) config.json to include:
  "binaries": [
    {
      "docker": "moonbeamfoundation/moonbeam:v0.40.1-rc",
      "path": "/moonbeam/moonbeam",
      "name": "moonbeam"
    },
    {
      "docker": "moonbeamfoundation/moonbeam:v0.40.1-rc",
      "path": "/moonbeam/moonbeam-skylake",
      "name": "moonbeam-skylake"
    }
  ]

(matching your v0.40.1 tag) and increase the config version + 1.

  • Test the new client on stagenet (moonsama/moonlama).
  • Publish the client release draft.
  • When everything is ok, publish the new docker image: start github action Publish Docker
    with v0.40.1.
  • Publish the new tracing image: on repo moonbeam-runtime-overrides, start github action
    Publish Docker with v0.40.1 and master.
@RomarQ
Copy link
Contributor

RomarQ commented Sep 28, 2024

I think there is some issue with the docker image for arm64. Cannot pull v0.40.1 on my machine, but can pull v0.40.0.

@noandrea
Copy link
Collaborator

🤔 can you try pulling v0.40.1-rc ?

@RomarQ
Copy link
Contributor

RomarQ commented Sep 29, 2024

🤔 can you try pulling v0.40.1-rc ?

Same error: no matching manifest for linux/arm64/v8 in the manifest list entries

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants