-
Notifications
You must be signed in to change notification settings - Fork 98
Moonbeam v 0.47.2 #1255
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
Moonbeam v 0.47.2 #1255
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Updates documentation and code snippets to use Moonbeam Docker image version v0.47.2, replacing v0.47.1 references throughout the codebase. This ensures all examples, Docker commands, and expected output logs are consistent with the latest Moonbeam release.
- Updates all Docker image references from v0.47.1 to v0.47.2
- Updates SHA256 checksums for the new release
- Corrects spelling of node names in log outputs (fixes "Moonbean" to "Moonbeam")
Reviewed Changes
Copilot reviewed 27 out of 27 changed files in this pull request and generated no comments.
File | Description |
---|---|
variables.yml | Updates parachain release tags and checksums for all networks |
llms-full.txt | Updates Docker image references and version strings in logs |
llms-files/*.txt | Updates Docker image versions and log outputs across multiple documentation files |
.snippets/code/**/*.md | Updates Docker commands and version strings in code snippets |
Comments suppressed due to low confidence (3)
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Style Guide Violations Summary
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Description
This pull request updates documentation and code snippets to use the latest Moonbeam and Moonbeam tracing Docker images, moving from version
v0.47.1
tov0.47.2
. It ensures all example commands, output logs, and references are consistent with the new release, improving clarity and reducing confusion for developers following the guides.Moonbeam Docker image updates:
moonbeamfoundation/moonbeam:v0.47.1
are updated tomoonbeamfoundation/moonbeam:v0.47.2
in code snippets and documentation, including pull and run commands, and expected output logs. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20]Moonbeam tracing image and logs:
moonbeamfoundation/moonbeam-tracing:v0.47.1-3900-b897
tomoonbeamfoundation/moonbeam-tracing:v0.47.2-3900-b897
and corrects output logs to match the new version and node name spelling. [1] [2] [3] [4]Consistency and typo fixes:
These updates keep the documentation aligned with the latest Moonbeam releases and provide accurate, up-to-date instructions for users.
Checklist
moonbeam-mkdocs
to update redirectsTranslations
Does this PR update a page that also exists on the Chinese docs site? See mapping to confirm.
If Yes, complete the following:
Link to the corresponding CN docs PR: <INSERT_LINK>