Update minimumDappnodeVersion to 0.3.11 for gnosis variant only#49
Merged
pablomendezroyo merged 3 commits intomainfrom Oct 14, 2025
Merged
Conversation
Co-authored-by: pablomendezroyo <41727368+pablomendezroyo@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add minimumDappnodeVersion to dappnode_package.json
Update minimumDappnodeVersion to 0.3.11 for root and gnosis variant
Oct 14, 2025
Contributor
|
@copilot do not modify the root file |
Co-authored-by: pablomendezroyo <41727368+pablomendezroyo@users.noreply.github.com>
Contributor
Author
Copilot
AI
changed the title
Update minimumDappnodeVersion to 0.3.11 for root and gnosis variant
Update minimumDappnodeVersion to 0.3.11 for gnosis variant only
Oct 14, 2025
pablomendezroyo
approved these changes
Oct 14, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the
minimumDappnodeVersionfield to"0.3.11"in the gnosis variant configuration only, leaving the root package configuration unchanged.Changes Made
Gnosis Variant Configuration
minimumDappnodeVersion: "0.3.11"field to/package_variants/gnosis/dappnode_package.jsonRoot Package Configuration
minimumDappnodeVersion: "0.2.106"as originally configuredContext
This update ensures that the gnosis variant explicitly declares its minimum DAppNode version requirement. The gnosis variant previously inherited version requirements from the root configuration, but now explicitly declares its minimum version requirement for clarity and consistency.
All JSON files remain syntactically valid after these changes.
This pull request was created as a result of the following prompt from Copilot chat.
> Add or update the following field in the appropriate dappnode_package.json file:
>
> "minimumDappnodeVersion": "0.3.11"
>
> Instructions:
> - If the repository is of type "generic" (as per its name), update the file variants/gnosis/dappnode_package.json (create the file if it does not exist).
> - If the minimumDappnodeVersion field already exists, update it to "0.3.11".
> - If not present, add the field at the root level of the JSON.
> - If the repository is not of type "generic", update dappnode_package.json at the root (create it if it does not exist) with the same logic.
> - Ensure the JSON remains valid after the change.
Original prompt
This pull request was created as a result of the following prompt from Copilot chat.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.