Skip to content

Fix bump-upstream job by correcting Portainer upstream release source#2

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-bump-upstream-job
Draft

Fix bump-upstream job by correcting Portainer upstream release source#2
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-bump-upstream-job

Conversation

Copy link
Copy Markdown

Copilot AI commented May 28, 2026

The bump-upstream GitHub Actions job was failing because upstream version discovery queried a non-existent releases endpoint (portainer/portainer-ce), returning 404. This PR updates the upstream source to the repository that actually publishes Portainer releases.

  • Root cause

    • bump-upstream calls GitHub Releases for the configured upstream repo.
    • Current config pointed to portainer/portainer-ce, which does not expose releases via that endpoint.
  • Config update

    • Updated package upstream metadata in dappnode_package.json:
      • repo: "portainer/portainer-ce"repo: "portainer/portainer"
  • Impact

    • Restores upstream tag resolution for the automation used by the bump-upstream workflow.
"upstream": [
  {
    "repo": "portainer/portainer",
    "version": "v2.27.7",
    "arg": "UPSTREAM_VERSION_PORTAINER"
  }
]

Copilot AI changed the title [WIP] Fix failing GitHub Actions job 'bump-upstream' Fix bump-upstream job by correcting Portainer upstream release source May 28, 2026
Copilot AI requested a review from Pol-Lanski May 28, 2026 04:40
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