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

Renovate: Update Problems #2445

Closed
bryanculver opened this issue Sep 19, 2022 · 0 comments · Fixed by #2499
Closed

Renovate: Update Problems #2445

bryanculver opened this issue Sep 19, 2022 · 0 comments · Fixed by #2499
Labels
type: housekeeping Changes to the application which do not directly impact the end user

Comments

@bryanculver
Copy link
Member

We've been seeing this error message every time Renovate tries to update a package for some time:

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
Invalid version: 3.7


Originally posted by @renovate[bot] in #2442 (comment)

I think this might be due to the constraint in the config which according to Renovate's documentation may not be necessary: https://docs.renovatebot.com/configuration-options/#constraints

Checking the debug output from: https://app.renovatebot.com/dashboard#github/nautobot/nautobot/817858250 hints there might be a forced install of 3.7 that is running into issues.

I also see that we are not requiring > 3.7.2, < 4.0 as of: https://github.com/nautobot/nautobot/pull/2314/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711R173

Additionally, these PRs will now always fail because they are missing changelog fragments. We should evaluate if there is something we can do here to automate these or ignore them from Renovate.

@bryanculver bryanculver added the type: housekeeping Changes to the application which do not directly impact the end user label Sep 19, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: housekeeping Changes to the application which do not directly impact the end user
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant