Puppet module manager offers deleted modules #39684
marcusdots
started this conversation in
Suggest an Idea
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Tell us more.
We recently ran into a bug where renovate proposed a deleted module/library.
This concerns Puppet module manager.
#33994
Puppet forge is a well known library hosting service.
Puppet module manager builds a URL to puppet forge using the code
https://github.com/renovatebot/renovate/blob/main/lib/modules/datasource/puppet-forge/index.ts#L27
and interpolates this URL
https://forge.puppet.com/v3/modules/puppet-nftables
In the example of puppet-nftables, there is a deleted version 6.2.0 and a current version 4.2.0.
Renovate should parse
releases[0].deleted_atHere is an excerpt from the data structure:
Beta Was this translation helpful? Give feedback.
All reactions