Skip to content

Update minimumDappnodeVersion to 0.3.11 for gnosis variant only#49

Merged
pablomendezroyo merged 3 commits intomainfrom
copilot/update-dappnode-package-version
Oct 14, 2025
Merged

Update minimumDappnodeVersion to 0.3.11 for gnosis variant only#49
pablomendezroyo merged 3 commits intomainfrom
copilot/update-dappnode-package-version

Conversation

Copy link
Contributor

Copilot AI commented Oct 14, 2025

This PR updates the minimumDappnodeVersion field to "0.3.11" in the gnosis variant configuration only, leaving the root package configuration unchanged.

Changes Made

Gnosis Variant Configuration

  • Added minimumDappnodeVersion: "0.3.11" field to /package_variants/gnosis/dappnode_package.json
  • The field was previously missing from the gnosis variant configuration

Root Package Configuration

  • No changes made - remains at minimumDappnodeVersion: "0.2.106" as originally configured

Context

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

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.

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.

💡 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.

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
Copilot AI requested a review from pablomendezroyo October 14, 2025 10:35
@pablomendezroyo
Copy link
Contributor

@copilot do not modify the root file dappnode_package.json

Co-authored-by: pablomendezroyo <41727368+pablomendezroyo@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Oct 14, 2025

@copilot do not modify the root file dappnode_package.json

Reverted the root dappnode_package.json file to its original state. Only the gnosis variant now has the updated minimumDappnodeVersion field. Commit: 55becb1

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 pablomendezroyo marked this pull request as ready for review October 14, 2025 10:46
@pablomendezroyo pablomendezroyo merged commit bc26ed5 into main Oct 14, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants