-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Ansible-galaxy datasource : enable the customRegistrySupport #14799
Comments
So are the custom sources extracted correctly by the manager but then ignored by the datasource? |
yes, out of the shelf ! |
In that case this might work if we just set the custom registry flag from false to true |
that's what i did locally, and it is working 'almost' well.
|
This comment was marked as resolved.
This comment was marked as resolved.
minimalistic reproduction repository: |
Am I correct in understanding this issue also affect git clones? We seem to be suffering from something similar:
With the following requirements.yml:
|
no, that's a different issue on the manager. please open a new discussion for that |
🎉 This issue has been resolved in version 37.69.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
How are you running Renovate?
Self-hosted
If you're self-hosting Renovate, tell us what version of Renovate you run.
32.6.12
Please select which platform you are using if self-hosting.
Bitbucket Server
If you're self-hosting Renovate, tell us what version of the platform you run.
N/A
Was this something which used to work for you, and then stopped?
I never saw this working
Describe the bug
According the the galaxy documentation, a declared collection can specify its own source.
[My] use case : a self hosted galaxy server hosting private collections.
here could be an example :
At runtime, the specified source is ignored, and fallback to hardcoded value 'https://galaxy.ansible.com/'
https://github.com/renovatebot/renovate/blob/main/lib/modules/datasource/galaxy-collection/index.ts#L22
which leads to unretreived version values.
Relevant debug logs
Logs
Have you created a minimal reproduction repository?
No reproduction repository
The text was updated successfully, but these errors were encountered: